CVE-2026-48788

Source
https://cve.org/CVERecord?id=CVE-2026-48788
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-48788.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-48788
Aliases
Published
2026-06-16T22:29:38.877Z
Modified
2026-07-15T01:49:08.710090886Z
Severity
  • 8.2 (High) CVSS_V3 - CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:L/A:N CVSS Calculator
Summary
Remark42: Cross-Site Scripting (XSS) on /api/v1/img via content-type spoofing
Details

Remark42 is a self-hosted comment engine for blogs, articles, or any other place where readers can add comments. Versions 1.6.0 through 1.15.0 contain a Cross-Site Scripting (XSS) vulnerability exploitable through content-type spoofing. The Remark42 image proxy fetches an arbitrary remote URL and re-serves the response from Remark42's own origin. During the download phase, the proxy determines whether the resource is an image by inspecting only the Content-Type header advertised by the remote server, never examining the actual bytes; during the serving phase, it instead derives the response Content-Type by sniffing those bytes with http.DetectContentType. An attacker can exploit this inconsistency by hosting a URL that advertises Content-Type: image/png while returning an HTML/JavaScript body: the download check accepts it as an image, the serving path sniffs the body and emits Content-Type: text/html, and the browser renders the attacker-controlled HTML/JavaScript as a document within Remark42's origin. Exploitation requires no Remark42 account on the target instance; the attacker only needs to host the malicious upstream URL and deliver the proxy link to a victim by any means, such as email, direct message, or a link on another website. This issue has been fixed in version 1.16.0.

Database specific
{
    "cna_assigner": "GitHub_M",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/48xxx/CVE-2026-48788.json",
    "cwe_ids": [
        "CWE-436",
        "CWE-79"
    ]
}
References

Affected packages

Git / github.com/umputun/remark42

Affected ranges

Type
GIT
Repo
https://github.com/umputun/remark42
Events
Database specific
{
    "extracted_events": [
        {
            "introduced": "1.6.0"
        },
        {
            "fixed": "1.16.0"
        }
    ],
    "source": "AFFECTED_FIELD"
}

Affected versions

backend/v1.*
backend/v1.10.0
backend/v1.11.0
backend/v1.11.2
backend/v1.11.3
backend/v1.12.0
backend/v1.12.1
backend/v1.13.0
backend/v1.13.1
backend/v1.14.0
backend/v1.6.0
backend/v1.7.0
backend/v1.7.1
backend/v1.8.1
backend/v1.9.0
v1.*
v1.10.0
v1.10.1
v1.11.0
v1.11.1
v1.11.2
v1.11.3
v1.12.0
v1.12.1
v1.13.0
v1.13.1
v1.14.0
v1.15.0
v1.6.0
v1.7.0
v1.7.1
v1.8.0
v1.8.1
v1.9.0

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-48788.json"