Library for reading RAW files obtained from digital photo cameras
Backport upstream commit 233ae06 to fix CVE-2026-51235 in
LibRaw 0.21.1. The patch prevents integer overflows in image
size calculations and adds stricter dimension limits for
fuji-rotated images:
- Adds 8192-pixel width/height limits for fuji-rotated images
in identify.cpp.
- Wraps allocation size factors in INT64() casts in
raw2image.cpp to prevent 32-bit overflow.
- Uses UINT64() casts for malloc size in
phaseone_processing.cpp to prevent overflow.
CVE: CVE-2026-51235
Upstream patches:
-
|
||
|---|---|---|
| .gitignore | ||
| 9ab70f6dca19229cb5caad7cc31af4e7501bac93.patch | ||
| gating.yaml | ||
| LibRaw-CVE-2026-21413-TALOS-2026-2331.patch | ||
| LibRaw-CVE-2026-24450-TALOS-2026-2363.patch | ||
| LibRaw-CVE-2026-51235.patch | ||
| LibRaw-pkgconfig.patch | ||
| LibRaw.spec | ||
| sources | ||