vendor:
phpmyfamily
by:
Abysssec.com
5.5
CVSS
MEDIUM
Information Disclosure, XSS
200, 79
CWE
Product Name: phpmyfamily
Affected Version From:
Affected Version To: phpmyfamily <= 1.4.2
Patch Exists: NO
Related CWE:
CPE:
Platforms Tested:
phpmyfamily Multiple Remote Vulnerabilities
phpmyfamily is a dynamic genealogy website builder which allows geographically dispersed family members to maintain a central database of research which is readily accessable and editable. By having a central repository, family members can contribute as and when information becomes available without requiring them to send it to a central 'custodian', or disseminate via email, and allows anecdotal information and possible leads to be shared. The vulnerabilities include directory listing and cookie info disclosure, as well as cross-site scripting (XSS) vulnerabilities.
Mitigation:
To mitigate the directory listing vulnerability, create an index.html file in all folders. To mitigate the cookie info disclosure vulnerability, the application should not store sensitive information in cookies. To mitigate the XSS vulnerabilities, input validation and output encoding should be implemented.