CVE-2026-8829
Last modified
CVE-2026-8829 is a high-severity vulnerability rated 7.5/10 on the CVSS scale. HTML::Entities versions before 3.84 for Perl read freed heap memory in _decode_entities. The XS routine backing HTML::Entities::_decode_entities cached a pointer (repl) into the entity-value SV returned by hv_fetch on the entity2char hash. When the input SV was identical to a value SV in that hash, and that value contained its own key as an entity reference, a later call to grow_gap() reallocated the SV's PV buffer and freed the backing allocation that repl still pointed into. EPSS estimates a 0.31% chance of exploitation in the next 30 days.
Description
HTML::Entities versions before 3.84 for Perl read freed heap memory in _decode_entities. The XS routine backing HTML::Entities::_decode_entities cached a pointer (repl) into the entity-value SV returned by hv_fetch on the entity2char hash. When the input SV was identical to a value SV in that hash, and that value contained its own key as an entity reference, a later call to grow_gap() reallocated the SV's PV buffer and freed the backing allocation that repl still pointed into. The subsequent copy loop read repl_len bytes from the freed allocation. The read may disclose adjacent heap contents into the destination SV.
Metrics
Weakness Enumeration
Affected Software
| Vendor | Product | Versions | Update |
|---|---|---|---|
| Oalders | Html\ | < 3.84 | Entities |
References
- https://github.com/libwww-perl/HTML-Parser/pull/56Issue Tracking, Patch
- https://www.openwall.com/lists/oss-security/2026/06/04/2Mailing List, Third Party Advisory
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2026-8829?
How severe is CVE-2026-8829?
How do I fix CVE-2026-8829?
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-88284GeoVision GV-LPC2211 V1.13 fails to limit repeated User elem…4.9
- CVE-2026-88285GeoVision GV-LPC2211 V1.13 exposes a network-accessible PTZ …9.4
- CVE-2026-88286GeoVision GV-LPC2211 V1.13 improperly manages PTZ connection…7.5
- CVE-2026-88287GeoVision GV-LPC2211 V1.13 fails to bound the number of Scop…7.5
- CVE-2026-88288GeoVision GV-LPC2211 V1.13 fails to restrict the filename su…6.5
- CVE-2026-88289GeoVision GV-LPC2211 V1.14 (260903) fails to validate attack…7.5
- CVE-2026-88290GeoVision GV-LPC2211 V1.14 (260903) allows unauthenticated c…7.5
- CVE-2026-8830A flaw was found in Keycloak. An authenticated user can bypa…4.3
- CVE-2026-8832The WPCode - Insert Headers and Footers + Custom Code Snippe…8.8
- CVE-2026-8833Improper neutralization of HTML-encoded characters in the UR…5.4
- CVE-2026-88339A NULL pointer dereference vulnerability exists in the gf_sg…5.5
- CVE-2026-8834IBM HTTP Server 8.5, and 9.0 contains a buffer overflow vuln…8
Are you affected by CVE-2026-8829?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
