|
Bugzilla – Full Text Bug Listing |
| Summary: | VUL-0: REJECTED: CVE-2024-27429: kernel: netrom: Fix a data-race around sysctl_netrom_obsolescence_count_initialiser | ||
|---|---|---|---|
| Product: | [Novell Products] SUSE Security Incidents | Reporter: | SMASH SMASH <smash_bz> |
| Component: | Incidents | Assignee: | Security Team bot <security-team> |
| Status: | RESOLVED WONTFIX | QA Contact: | Security Team bot <security-team> |
| Severity: | Normal | ||
| Priority: | P3 - Medium | CC: | gianluca.gabrielli, jlee, mhocko, mkubecek, rfrohl |
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | Other | ||
| URL: | https://smash.suse.de/issue/406350/ | ||
| Whiteboard: | CVSSv3.1:SUSE:CVE-2024-27429:5.5:(AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H) | ||
| Found By: | Security Response Team | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
SMASH SMASH
2024-05-20 16:24:10 UTC
There is a batch of similar reports: bug 1224750, bug 1224753, bug 1224754, bug 1224760, bug 1224761, bug 1224762. All of them essentially copying the specific sysctl value by READ_ONCE. I really fail to see how this can have any security implications. For one thing those sysctls can be modified by the root by default but even aside from that let's say that a malicious user would be modifying them on the fly. What could potentially happen even if those values would be a garbage? I have asked about security implications just out of curiosity: https://lore.kernel.org/all/ZkxdqOUek_MHqIMn@tiehlicka/T/#u Closing as RESOLVED/WONTFIX. The claim about the race is correct, but there are no security consequences Back to the security team (In reply to Davide Benini from comment #11) > Closing as RESOLVED/WONTFIX. > The claim about the race is correct, but there are no security consequences > > Back to the security team For reference https://lore.kernel.org/all/2024051722-CVE-2024-27429-878c@gregkh/T/#m29b69ed0e008e55ce2d9a6ef6f9c8b6ca85917e9 |