CVE-2022-49776
Last modified
CVE-2022-49776 is a medium-severity vulnerability rated 5.5/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: macvlan: enforce a consistent minimal mtu macvlan should enforce a minimal mtu of 68, even at link creation. This patch avoids the current behavior (which could lead to crashes in ipv6 stack if the link is brought up) $ ip link add macvlan1 link eno1 mtu 8 type macvlan # This should fail ! $ ip link sh dev macvlan1 5: macvlan1@eno1: <BROADCAST,MULTICAST> mtu 8 qdisc noop state DOWN mode DEFAULT group default qlen 1000 link/ether 02:47:6c:24:74:82 brd ff:ff:ff:ff:ff:ff $ ip link set macvlan1 mtu 67 Error: mtu less than device minimum. $ ip link set macvlan1 mtu 68 $ ip link set macvlan1 mtu 8 Error: mtu less than device minimum.. EPSS estimates a 0.18% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: macvlan: enforce a consistent minimal mtu macvlan should enforce a minimal mtu of 68, even at link creation. This patch avoids the current behavior (which could lead to crashes in ipv6 stack if the link is brought up) $ ip link add macvlan1 link eno1 mtu 8 type macvlan # This should fail ! $ ip link sh dev macvlan1 5: macvlan1@eno1: <BROADCAST,MULTICAST> mtu 8 qdisc noop state DOWN mode DEFAULT group default qlen 1000 link/ether 02:47:6c:24:74:82 brd ff:ff:ff:ff:ff:ff $ ip link set macvlan1 mtu 67 Error: mtu less than device minimum. $ ip link set macvlan1 mtu 68 $ ip link set macvlan1 mtu 8 Error: mtu less than device minimum.
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 |
|---|---|---|
| Linux | Linux Kernel | >= 4.10, < 4.14.300 |
| Linux | Linux Kernel | >= 4.15, < 4.19.267 |
| Linux | Linux Kernel | >= 4.20, < 5.4.225 |
| Linux | Linux Kernel | >= 5.5, < 5.10.156 |
| Linux | Linux Kernel | >= 5.11, < 5.15.80 |
| Linux | Linux Kernel | >= 5.16, < 6.0.10 |
References
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2022-49776?
How severe is CVE-2022-49776?
How do I fix CVE-2022-49776?
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 2022
- CVE-2022-49770In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2022-49771In the Linux kernel, the following vulnerability has been re…4.7
- CVE-2022-49772In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2022-49773In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2022-49774In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2022-49775In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2022-49777In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2022-49778In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2022-49779In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2022-4978Remote Control Server, maintained by Steppschuh, 3.1.1.12 al…9.3
- CVE-2022-49780In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2022-49781In the Linux kernel, the following vulnerability has been re…4.7
Are you affected by CVE-2022-49776?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
