Nixpkgs security tracker

Try the new UI
Login with GitHub
⚠️ You are using a production deployment that is still only suitable for demo purposes. Any work done in this might be wiped later without notice.

Suggestion detail

Dismissed
(max. allowed matches exceeded)
created 1 week, 4 days ago Activity log
  • Created & dismissed (max. allowed matches exceeded) suggestion
ACPI: APEI: GHES: fix ARM section length accounting after header

In the Linux kernel, the following vulnerability has been resolved: ACPI: APEI: GHES: fix ARM section length accounting after header In ghes_handle_arm_hw_error(), after skipping the cper_sec_proc_arm header with (err + 1), the remaining length was reduced by sizeof(err) (pointer size) instead of sizeof(*err) (structure size). That overestimates the bytes left for cper_arm_err_info records and can let the parser read past the CPER section when err_info_num is large enough relative to error_data_length. Use sizeof(*err) so the length accounting matches the pointer advance and the earlier sizeof(*err) size check.

Affected products

Linux
  • <b48b613073c3d652cb1823c15d16f7067cf4cee4
  • <903308ea40adf0577d82eab69882faf8836326ce
  • <6.12.109
  • =<7.2.*
  • <452eb28e03015abec6d4bf6488ee567706ade4e1
  • <5ff385e9403e87ae33f65b8c38698d3b1e92cfde
  • ==db103b8bd3a4aca69b1b5fe8831a6ed75ac4b3bd
  • <6.20
  • <6.18.50
  • ==7.0
  • =<6.18.*
  • <7.0
  • =<6.12.*
  • =<*