CVE-2026-8796
Last modified
CVE-2026-8796 is a high-severity vulnerability rated 8.1/10 on the CVSS scale. Sereal::Decoder versions before 5.005 for Perl allow heap out-of-bounds read via crafted input. In Perl/Decoder/srl_decoder.c, srl_read_object() and srl_read_hash() process a COPY tag, a back-reference whose target byte the decoder re-decodes as a fresh tag. When that target byte matches the SHORT_BINARY pattern (an inline string whose length is encoded in the low bits of the tag), the resulting read is not bounded to precede the COPY tag's own offset and can run past the end of the input buffer. EPSS estimates a 0.40% chance of exploitation in the next 30 days.
Description
Sereal::Decoder versions before 5.005 for Perl allow heap out-of-bounds read via crafted input. In Perl/Decoder/srl_decoder.c, srl_read_object() and srl_read_hash() process a COPY tag, a back-reference whose target byte the decoder re-decodes as a fresh tag. When that target byte matches the SHORT_BINARY pattern (an inline string whose length is encoded in the low bits of the tag), the resulting read is not bounded to precede the COPY tag's own offset and can run past the end of the input buffer. An attacker controlled COPY offset can land inside a previously decoded value rather than on a tag boundary, planting a byte that the decoder reads as a SHORT_BINARY tag and consuming up to 31 following bytes from the heap as a class name (OBJECT path) or hash key (HASH path).
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:H
Weakness Enumeration
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-8796?
How severe is CVE-2026-8796?
How do I fix CVE-2026-8796?
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-8789The Easy Appointments plugin for WordPress is vulnerable to …8.1
- CVE-2026-8790The Football Pool plugin for WordPress is vulnerable to Refl…6.1
- CVE-2026-8791The Booking System Trafft plugin for WordPress is vulnerable…6.4
- CVE-2026-8793PaperCut NG/MF does not properly restrict excessive authenti…6.9
- CVE-2026-8794PaperCut NG/MF contains an observable timing discrepancy in …6.9
- CVE-2026-8795A YAML injection vulnerability exists in the Windows.Collect…7.8
- CVE-2026-8797An access control deficiency vulnerability exists in Express…8.5
- CVE-2026-8798In Bouncy Castle for Java FIPS (BC-FJA) before bc-fips 2.1.3…8.7
- CVE-2026-8800Incorrect Authorization vulnerability in Progress MOVEit Tra…8.8
- CVE-2026-8801Path equivalence: vulnerability in Progress MOVEit Transfer …9.8
- CVE-2026-8802A vulnerability was detected in opensourcepos Open Source Po…5.3
- CVE-2026-8803A flaw has been found in opensourcepos Open Source Point of …6.3
Are you affected by CVE-2026-8796?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
