CVE-2023-53033
Last modified
CVE-2023-53033 is a medium-severity vulnerability rated 5.5/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: netfilter: nft_payload: incorrect arithmetics when fetching VLAN header bits If the offset + length goes over the ethernet + vlan header, then the length is adjusted to copy the bytes that are within the boundaries of the vlan_ethhdr scratchpad area. The remaining bytes beyond ethernet + vlan header are copied directly from the skbuff data area. Fix incorrect arithmetic operator: subtract, not add, the size of the vlan header in case of double-tagged packets to adjust the length accordingly to address CVE-2023-0179.. EPSS estimates a 0.18% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: netfilter: nft_payload: incorrect arithmetics when fetching VLAN header bits If the offset + length goes over the ethernet + vlan header, then the length is adjusted to copy the bytes that are within the boundaries of the vlan_ethhdr scratchpad area. The remaining bytes beyond ethernet + vlan header are copied directly from the skbuff data area. Fix incorrect arithmetic operator: subtract, not add, the size of the vlan header in case of double-tagged packets to adjust the length accordingly to address CVE-2023-0179.
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Affected Software
| Vendor | Product | Versions | Update |
|---|---|---|---|
| Linux | Linux Kernel | >= 5.5, < 5.10.164 | — |
| Linux | Linux Kernel | >= 5.11, < 5.15.89 | — |
| Linux | Linux Kernel | >= 5.16, < 6.1.7 | — |
| Linux | Linux Kernel | 6.2 | Rc1 |
References
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2023-53033?
How severe is CVE-2023-53033?
How do I fix CVE-2023-53033?
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-53028In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2023-53029In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2023-5303A vulnerability, which was classified as problematic, was fo…6.1
- CVE-2023-53030In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2023-53031In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2023-53032In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2023-53034In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2023-53035In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2023-53036In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2023-53037In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2023-53038In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2023-53039In the Linux kernel, the following vulnerability has been re…7.8
Are you affected by CVE-2023-53033?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
