CVE-2024-41029
Severity CVSS v4.0:
Pending analysis
Type:
Unavailable / Other
Publication date:
29/07/2024
Last modified:
29/07/2024
Description
In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
nvmem: core: limit cell sysfs permissions to main attribute ones<br />
<br />
The cell sysfs attribute should not provide more access to the nvmem<br />
data than the main attribute itself.<br />
For example if nvme_config::root_only was set, the cell attribute<br />
would still provide read access to everybody.<br />
<br />
Mask out permissions not available on the main attribute.