GHSA-hm8r-95g3-5hj9

Suggest an improvement
Source
https://github.com/advisories/GHSA-hm8r-95g3-5hj9
Import Source
https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2024/03/GHSA-hm8r-95g3-5hj9/GHSA-hm8r-95g3-5hj9.json
JSON Data
https://api.osv.dev/v1/vulns/GHSA-hm8r-95g3-5hj9
Aliases
  • CVE-2024-29179
Published
2024-03-25T19:45:12Z
Modified
2024-03-25T22:31:44Z
Severity
  • 4.3 (Medium) CVSS_V3 - CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:U/C:L/I:L/A:L CVSS Calculator
Summary
phpMyFAQ Stored Cross-site Scripting at File Attachments
Details

Summary

An attacker with admin privileges can upload an attachment containing JS code without extension and the application will render it as HTML which allows for XSS attacks.

Details

When attachments are uploaded without an extension, the application renders it as HTML by default. Therefore allowing attackers to upload .html files containing javascript code to perform XSS attacks. The direct file path to the uploaded attachment is also easily obtainable as it is made up of substrings of the file's MD5 hashes.

PoC

  1. Admin users can upload attachments containing XSS payloads in files without extensions to bypass the .html extension check. image

  2. Since the path of the uploaded file is built entirely on the file’s MD5 hash and the attachment directory, it is possible for an attacker to know the direct path of the uploaded file.

    E.g file MD5 hash: 38fff51cb7248a06d6142c6bdf846831

    URL will be: http://127.0.0.1/phpmyfaq/attachments/38fff/51cb7/248a0/6d6142c6bdf846831

    • /attachments
    • /38fff (first 5 chars of MD5 hash)
    • /51cb7 (next 5 chars of MD5 hash)
    • /248a0 (next 5 chars of MD5 hash)
    • /6d6142c6bdf846831 (remaining chars of MD5 hash)
  3. Even though the attachment was uploaded without a file extension, it is still rendered as .html, hence triggering the XSS payload. image

Impact

This allows an attacker to execute arbitrary client side JavaScript within the context of another user's phpMyFAQ session.

Database specific
{
    "nvd_published_at": "2024-03-25T21:15:47Z",
    "cwe_ids": [
        "CWE-79"
    ],
    "severity": "MODERATE",
    "github_reviewed": true,
    "github_reviewed_at": "2024-03-25T19:45:12Z"
}
References

Affected packages

Packagist / phpmyfaq/phpmyfaq

Package

Name
phpmyfaq/phpmyfaq
Purl
pkg:composer/phpmyfaq/phpmyfaq

Affected ranges

Type
ECOSYSTEM
Events
Introduced
3.2.5
Fixed
3.2.6

Affected versions

3.*

3.2.5