CVE-2024-26736

Source
https://nvd.nist.gov/vuln/detail/CVE-2024-26736
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2024-26736.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2024-26736
Downstream
Related
Published
2024-04-03T17:15:51Z
Modified
2025-08-09T19:01:29Z
Severity
  • 7.8 (High) CVSS_V3 - CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H CVSS Calculator
Summary
[none]
Details

In the Linux kernel, the following vulnerability has been resolved:

afs: Increase buffer size in afsupdatevolume_status()

The max length of volume->vid value is 20 characters. So increase idbuf[] size up to 24 to avoid overflow.

Found by Linux Verification Center (linuxtesting.org) with SVACE.

[DH: Actually, it's 20 + NUL, so increase it to 24 and use snprintf()]

References

Affected packages