Improper Input Validation Affecting perf package, versions *
Threat Intelligence
Do your applications use this vulnerable package?
In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.
Test your applications- Snyk ID SNYK-CENTOS7-PERF-7762199
- published 21 Aug 2024
- disclosed 17 Aug 2024
Introduced: 17 Aug 2024
CVE-2024-43845 Open this link in a new tabHow to fix?
There is no fixed version for Centos:7
perf
.
NVD Description
Note: Versions mentioned in the description apply only to the upstream perf
package and not the perf
package as distributed by Centos
.
See How to fix?
for Centos:7
relevant fixed versions and status.
In the Linux kernel, the following vulnerability has been resolved:
udf: Fix bogus checksum computation in udf_rename()
Syzbot reports uninitialized memory access in udf_rename() when updating checksum of '..' directory entry of a moved directory. This is indeed true as we pass on-stack diriter.fi to the udf_update_tag() and because that has only struct fileIdentDesc included in it and not the impUse or name fields, the checksumming function is going to checksum random stack contents beyond the end of the structure. This is actually harmless because the following udf_fiiter_write_fi() will recompute the checksum from on-disk buffers where everything is properly included. So all that is needed is just removing the bogus calculation.
References
- https://access.redhat.com/security/cve/CVE-2024-43845
- https://git.kernel.org/stable/c/27ab33854873e6fb958cb074681a0107cc2ecc4c
- https://git.kernel.org/stable/c/40d7b3ed52449d36143bab8d3e70926aa61a60f4
- https://git.kernel.org/stable/c/9c439311c13fc6faab1921441165c9b8b500c83b
- https://git.kernel.org/stable/c/c996b570305e7a6910c2ce4cdcd4c22757ffe241
- https://git.kernel.org/stable/c/fe2ead240c31e8d158713beca9d0681a6e6a53ab