Bug 2541662 (CVE-2026-92842) - CVE-2026-92842 php: php: Information disclosure via out-of-bounds read in stream filters
Summary: CVE-2026-92842 php: php: Information disclosure via out-of-bounds read in str...
Keywords:
Status: NEW
Alias: CVE-2026-92842
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-09-25 21:22 UTC by OSIDB Bzimport
Modified: 2026-09-25 21:26 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-09-25 21:22:00 UTC
The convert.base64-encode, convert.quoted-printable-encode and convert.quoted-printable-decode stream filters accept a line-break-chars option whose length is tracked separately from the string itself. The filter constructors duplicate the value with pestrdup(), which stops at the first NUL byte, while keeping the original length. When the filter later emits a line break it copies the recorded length out of the truncated allocation, reading past its end and placing adjacent heap bytes into the filter output.


Note You need to log in before you can comment on or make changes to this bug.