CVE-2026-77117
Last modified
CVE-2026-77117 is a medium-severity vulnerability rated 5.9/10 on the CVSS scale. Converting crafted SHIFT_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 SHIFT_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 SHIFT_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 SHIFT_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 SHIFT_JISX0213 character set is affected, which is not commonly used. The related defect in the EUC_JISX0213 converter is tracked separately as CVE-2026-80489.
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-77117?
How severe is CVE-2026-77117?
How do I fix CVE-2026-77117?
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-7711A weakness has been identified in MindsDB up to 26.01. This …7.3
- CVE-2026-77110Adobe Commerce is affected by an Improper Limitation of a Pa…7.6
- CVE-2026-77111Adobe Commerce is affected by an Incorrect Authorization vul…8.7
- CVE-2026-77113Path traversal in apport-unpack in Canonical Apport before 2…6.7
- CVE-2026-77115Brave Popup Builder (brave-popup-builder) up to version 0.8.…7.1
- CVE-2026-77116Brave Popup Builder (slug: brave-popup-builder) has a broken…4.3
- CVE-2026-77118A heap out-of-bounds write exists in the Photo CD (PCD) deco…8.4
- CVE-2026-77119A validly signed NSEC3 from an unrelated sibling zone may be…5.9
- CVE-2026-7712A security vulnerability has been detected in MindsDB up to …6.3
- CVE-2026-77120CWE-78: Improper Neutralization of Special Elements used in …8.7
- CVE-2026-77121A user account with permission to deploy artifacts to a host…5.3
- CVE-2026-77122An authorization flaw in the REST API repository details end…5.3
Are you affected by CVE-2026-77117?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
