CVE-2026-73374
Last modified
CVE-2026-73374 is a medium-severity vulnerability rated 6.1/10 on the CVSS scale. A stored cross-site scripting (XSS) vulnerability existed in Vulnerability-Lookup in the render_tag_badges Jinja filter used to display reference tags associated with vulnerability records. Values from containers.cna.references[].tags[] were directly interpolated into HTML badge elements and the resulting string was wrapped in markupsafe.Markup. Because Markup marks the generated content as safe, Jinja's automatic HTML escaping was bypassed. An authenticated user with permissions to create or modify vulnerability records, such as a user holding the vulnerability:create or vulnerability:modify permission, could submit a crafted reference tag through the CNA API containing arbitrary HTML or JavaScript-capable markup. The malicious value would subsequently be stored as part of the vulnerability record. EPSS estimates a 0.36% chance of exploitation in the next 30 days.
Description
A stored cross-site scripting (XSS) vulnerability existed in Vulnerability-Lookup in the render_tag_badges Jinja filter used to display reference tags associated with vulnerability records. Values from containers.cna.references[].tags[] were directly interpolated into HTML badge elements and the resulting string was wrapped in markupsafe.Markup. Because Markup marks the generated content as safe, Jinja's automatic HTML escaping was bypassed. An authenticated user with permissions to create or modify vulnerability records, such as a user holding the vulnerability:create or vulnerability:modify permission, could submit a crafted reference tag through the CNA API containing arbitrary HTML or JavaScript-capable markup. The malicious value would subsequently be stored as part of the vulnerability record. When another user visited the corresponding public /cve/<id> or /vuln/<id> page, the crafted tag would be rendered as HTML in the viewer's browser. This could result in JavaScript execution in the security context of the Vulnerability-Lookup application. Successful exploitation could allow an attacker to perform actions in the context of a victim, access information available to the victim's browser session, or modify page content. As the affected vulnerability pages can be accessed publicly, exploitation may affect users who are not authenticated. The issue was corrected by applying markupsafe.escape() to each reference tag before inserting it into the HTML badge markup, while retaining Markup only for the static HTML scaffolding.
Metrics
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| vulnerability-lookup | vulnerability-lookup | <= 5.5.1 |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-73374?
How severe is CVE-2026-73374?
How do I fix CVE-2026-73374?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-73369Adobe Campaign Classic (ACC) is affected by an Improper Cont…10
- CVE-2026-7337Type Confusion in V8 in Google Chrome prior to 147.0.7727.13…8.8
- CVE-2026-73370Incorrect Authorization vulnerability in Apache Syncope. …9.8
- CVE-2026-73371Joomla! Core - [20260808] - Improper ACL checks for batch co…4.3
- CVE-2026-73372Joomla! Core - [20260809] - Improper ACL checks when injecti…4.3
- CVE-2026-73373Joomla! Core - [20260810] - Unrestricted uploads of SHTML fi…9.8
- CVE-2026-73375Unauthenticated Cross Site Scripting (XSS) in Ultimate Maps …7.1
- CVE-2026-73376Unauthenticated PHP Object Injection in Ultimate Maps by Sup…9.8
- CVE-2026-73377Unauthenticated Broken Access Control in Ultimate Maps by Su…7.5
- CVE-2026-73378Unauthenticated Cross Site Scripting (XSS) in Contact Form b…7.1
- CVE-2026-73379Unauthenticated Bypass Vulnerability in Contact Form by Sups…6.5
- CVE-2026-7338Use after free in Cast in Google Chrome prior to 147.0.7727.…7.5
Are you affected by CVE-2026-73374?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
