Activity log
- Created suggestion
Integer Underflow in Lexbor ISO‑2022‑JP Encoder
Lexbor is a web browser engine library. Prior to 2.7.0, the ISO‑2022‑JP encoder in Lexbor fails to reset the temporary size variable between iterations. The statement ctx->buffer_used -= size with a stale size = 3 causes an integer underflow that wraps to SIZE_MAX. Afterwards, memcpy is called with a negative length, leading to an out‑of‑bounds read from the stack and an out‑of‑bounds write to the heap. The source data is partially controllable via the contents of the DOM tree. This vulnerability is fixed in 2.7.0.
References
-
https://github.com/lexbor/lexbor/security/advisories/GHSA-mrwr-xh7f-96v3 x_refsource_CONFIRM
Affected products
- ==< 2.7.0
Matching in nixpkgs
pkgs.lexbor
Open source HTML Renderer library
-
nixos-unstable 2.6.0-unstable-2025-11-24
- nixpkgs-unstable 2.6.0-unstable-2025-11-24
- nixos-unstable-small 2.6.0-unstable-2025-11-24
-
nixos-25.11 2.6.0-unstable-2025-11-24
- nixos-25.11-small 2.6.0-unstable-2025-11-24
- nixpkgs-25.11-darwin 2.6.0-unstable-2025-11-24