CVE-2026-6210
Last modified
CVE-2026-6210 is a high-severity vulnerability rated 8.7/10 on the CVSS scale. A type confusion vulnerability in Qt SVG allows an attacker to cause an application crash via a crafted SVG image. When processing SVG marker references, the renderer retrieves a node by its id attribute and casts it to QSvgMarker* without verifying the node type. A non-marker element (such as a <line> element) that references itself as a marker triggers an out-of-bounds heap read due to the object size difference between QSvgLine and QSvgMarker, followed by an endless recursion that bypasses the marker recursion guard through incorrect virtual dispatch. EPSS estimates a 0.28% chance of exploitation in the next 30 days.
Description
A type confusion vulnerability in Qt SVG allows an attacker to cause an application crash via a crafted SVG image. When processing SVG marker references, the renderer retrieves a node by its id attribute and casts it to QSvgMarker* without verifying the node type. A non-marker element (such as a <line> element) that references itself as a marker triggers an out-of-bounds heap read due to the object size difference between QSvgLine and QSvgMarker, followed by an endless recursion that bypasses the marker recursion guard through incorrect virtual dispatch. The result is an application crash (denial of service). This issue affects Qt SVG: from 6.7.0 before 6.8.8, from 6.9.0 before 6.11.1.
Metrics
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Qt | Qt | >= 6.7.0, < 6.8.8; >= 6.9.0, < 6.11.1 |
References
Timeline
- Published
- Last Modified
- Status
- Awaiting Analysis
Frequently Asked Questions
What is CVE-2026-6210?
How severe is CVE-2026-6210?
How do I fix CVE-2026-6210?
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-62062Cross-Site Request Forgery (CSRF) vulnerability in Elementor…8.8
- CVE-2026-6207Rejected reason: This CVE ID has been rejected or withdrawn …
- CVE-2026-6208Rejected reason: This CVE ID has been rejected or withdrawn …
- CVE-2026-62088Insertion of Sensitive Information Into Sent Data vulnerabil…5.3
- CVE-2026-62089Missing Authorization vulnerability in Pixar Labs Master Add…7.1
- CVE-2026-6209Rejected reason: This CVE ID has been rejected or withdrawn …
- CVE-2026-62101Unauthenticated Broken Authentication in EduAdmin Booking <=…9.8
- CVE-2026-62102Subscriber Privilege Escalation in Gato GraphQL <= 19.2.3 ve…8.8
- CVE-2026-62103Unauthenticated PHP Object Injection in Everest Forms <= 3.6…9.8
- CVE-2026-62104Unauthenticated Remote Code Execution (RCE) in Migratico Lit…10
- CVE-2026-62105Unauthenticated PHP Object Injection in ThemeREX Addons < 2.…9.8
- CVE-2026-62106Subscriber Privilege Escalation in SMS Alert Order Notificat…8.8
Are you affected by CVE-2026-6210?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
