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.
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
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:A/VC:L/VI:L/VA:N/SC:H/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
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
- Received
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-7332The LatePoint – Calendar Booking Plugin for Appointments and…7.2
- CVE-2026-7333Use after free in GPU in Google Chrome prior to 147.0.7727.1…9.6
- CVE-2026-7334Use after free in Views in Google Chrome on Mac prior to 147…8.8
- CVE-2026-7335Use after free in media in Google Chrome prior to 147.0.7727…8.8
- CVE-2026-7336Use after free in WebRTC in Google Chrome prior to 147.0.772…8.8
- CVE-2026-7337Type Confusion in V8 in Google Chrome prior to 147.0.7727.13…8.8
- CVE-2026-7338Use after free in Cast in Google Chrome prior to 147.0.7727.…7.5
- CVE-2026-7339Heap buffer overflow in WebRTC in Google Chrome prior to 147…8.8
- CVE-2026-7340Integer overflow in ANGLE in Google Chrome on Windows prior …4.3
- CVE-2026-73405An authorization bypass vulnerability in Vulnerability-Looku…5.3
- CVE-2026-7341Use after free in WebRTC in Google Chrome prior to 147.0.772…8.8
- CVE-2026-7342Use after free in WebView in Google Chrome on Android prior …8.8
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
