CVE-2026-80489
Last modified
CVE-2026-80489 is a medium-severity vulnerability rated 5.9/10 on the CVSS scale. Converting crafted EUC_JISX0213 input to UCS-4 or the internal wide character encoding, for example with iconv, in the GNU C Library version 2.3 to 2.44 may result in the converter making no progress, causing the calling application to hang. Some EUC_JISX0213 sequences decode to two code points. If the output buffer has room for only the first one, the converter stores the second in the conversion state and returns E2BIG, but it never clears that pending character after emitting it on the next call. EPSS estimates a 0.41% chance of exploitation in the next 30 days.
Description
Converting crafted EUC_JISX0213 input to UCS-4 or the internal wide character encoding, for example with iconv, in the GNU C Library version 2.3 to 2.44 may result in the converter making no progress, causing the calling application to hang. Some EUC_JISX0213 sequences decode to two code points. If the output buffer has room for only the first one, the converter stores the second in the conversion state and returns E2BIG, but it never clears that pending character after emitting it on the next call. The converter then keeps emitting the pending character without consuming further input, so an application that retries the conversion loops forever. The input must be attacker controlled and the application must convert it with an output buffer small enough to split the two code points. Only the EUC_JISX0213 character set is affected, which is not commonly used. The related defect in SHIFT_JISX0213 converter is tracked separately as CVE-2026-77117.
Metrics
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| The GNU C Library | glibc | >= 2.3, <= 2.44 |
References
Timeline
- Published
- Last Modified
- Status
- Awaiting Analysis
Frequently Asked Questions
What is CVE-2026-80489?
How severe is CVE-2026-80489?
How do I fix CVE-2026-80489?
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-80465A vulnerability has been identified in Mendix SAML (Mendix 1…8.7
- CVE-2026-80467The Advanced Custom Fields: Extended WordPress plugin before…8.1
- CVE-2026-80469An attacker may achieve arbitrary code execution on a target…8.3
- CVE-2026-8047The affected products perform improper length checking when …8.7
- CVE-2026-8048The My Email Shortcode plugin for WordPress is vulnerable to…6.4
- CVE-2026-80488The WP Ultimate CSV Importer WordPress plugin before 9.0 do…4.1
- CVE-2026-8049In SignalRGB versions prior to 1.3.7.0, the \\.\SignalIo dev…5.3
- CVE-2026-80491The SAMO Forms WordPress plugin through 1.0.0 does not prope…8.6
- CVE-2026-80494The Yogeta WP Cloud WordPress plugin through 1.0 does not va…8.6
- CVE-2026-8050In SignalRGB versions prior to 1.3.7.0, seven of the thirtee…7.5
- CVE-2026-8051OS command injection in Ivanti Virtual Traffic Manager befor…7.2
- CVE-2026-80515In Eclipse Arrowhead versions from 5.0.0 to 5.2.1 the manage…8.9
Are you affected by CVE-2026-80489?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
