CVE-2023-53516
Last modified
CVE-2023-53516 is a high-severity vulnerability rated 7.8/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: macvlan: add forgotten nla_policy for IFLA_MACVLAN_BC_CUTOFF The previous commit 954d1fa1ac93 ("macvlan: Add netlink attribute for broadcast cutoff") added one additional attribute named IFLA_MACVLAN_BC_CUTOFF to allow broadcast cutfoff. However, it forgot to describe the nla_policy at macvlan_policy (drivers/net/macvlan.c). Hence, this suppose NLA_S32 (4 bytes) integer can be faked as empty (0 bytes) by a malicious user, which could leads to OOB in heap just like CVE-2023-3773. To fix it, this commit just completes the nla_policy description for IFLA_MACVLAN_BC_CUTOFF. EPSS estimates a 0.13% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: macvlan: add forgotten nla_policy for IFLA_MACVLAN_BC_CUTOFF The previous commit 954d1fa1ac93 ("macvlan: Add netlink attribute for broadcast cutoff") added one additional attribute named IFLA_MACVLAN_BC_CUTOFF to allow broadcast cutfoff. However, it forgot to describe the nla_policy at macvlan_policy (drivers/net/macvlan.c). Hence, this suppose NLA_S32 (4 bytes) integer can be faked as empty (0 bytes) by a malicious user, which could leads to OOB in heap just like CVE-2023-3773. To fix it, this commit just completes the nla_policy description for IFLA_MACVLAN_BC_CUTOFF. This enforces the length check and avoids the potential OOB read.
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions | Update |
|---|---|---|---|
| Linux | Linux Kernel | >= 6.4, < 6.4.8 | — |
| Linux | Linux Kernel | 6.5 | Rc1 |
References
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2023-53516?
How severe is CVE-2023-53516?
How do I fix CVE-2023-53516?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2023
- CVE-2023-53510In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2023-53511In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2023-53512In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2023-53513In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2023-53514In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2023-53515In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2023-53517In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2023-53518In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2023-53519In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2023-5352The Awesome Support WordPress plugin before 6.1.5 does not c…4.3
- CVE-2023-53520In the Linux kernel, the following vulnerability has been re…4.7
- CVE-2023-53521In the Linux kernel, the following vulnerability has been re…7.1
Are you affected by CVE-2023-53516?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
