Skip to main content

Over 150 LLM Providers · Over 5,300 Models The most extensible AI-powered pentesting platform. Open source. Star on GitHub

CVE-2022-49803

5.5 · MEDIUM
Published May 1, 2025 linux CWE-401 EPSS 0.19% (9th pctl)

Overview

CVE-2022-49803 is a medium-severity vulnerability affecting linux linux_kernel. It was published on May 1, 2025 and has a CVSS 3.1 base score of 5.5 (MEDIUM).

This vulnerability has a CVSS 3.1 base score of 5.5, rated MEDIUM. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

Technical Description

In the Linux kernel, the following vulnerability has been resolved:

netdevsim: Fix memory leak of nsim_dev->fa_cookie

kmemleak reports this issue:

unreferenced object 0xffff8881bac872d0 (size 8):

comm "sh", pid 58603, jiffies 4481524462 (age 68.065s)

hex dump (first 8 bytes):

04 00 00 00 de ad be ef ........

backtrace:

[<00000000c80b8577>] __kmalloc+0x49/0x150

[<000000005292b8c6>] nsim_dev_trap_fa_cookie_write+0xc1/0x210 [netdevsim]

[<0000000093d78e77>] full_proxy_write+0xf3/0x180

[<000000005a662c16>] vfs_write+0x1c5/0xaf0

[<000000007aabf84a>] ksys_write+0xed/0x1c0

[<000000005f1d2e47>] do_syscall_64+0x3b/0x90

[<000000006001c6ec>] entry_SYSCALL_64_after_hwframe+0x63/0xcd

The issue occurs in the following scenarios:

nsim_dev_trap_fa_cookie_write()

kmalloc() fa_cookie

nsim_dev->fa_cookie = fa_cookie

..

nsim_drv_remove()

The fa_cookie allocked in nsim_dev_trap_fa_cookie_write() is not freed. To

fix, add kfree(nsim_dev

Remediation

Check the references section for vendor advisories and patches from linux. Update linux_kernel to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

Affected Products

Vendor Product Versions Status
linux linux_kernel >= 5.7, < 6.0.10 Affected

Frequently Asked Questions

What is CVE-2022-49803?

CVE-2022-49803 is a medium-severity vulnerability affecting linux linux_kernel. It was published on May 1, 2025 and has a CVSS 3.1 base score of 5.5 (MEDIUM).

How severe is CVE-2022-49803?

This vulnerability has a CVSS 3.1 base score of 5.5, rated MEDIUM. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

How do I fix or remediate CVE-2022-49803?

Check the references section for vendor advisories and patches from linux. Update linux_kernel to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

How can CyberStrike help with CVE-2022-49803?

CyberStrike's AI-powered security agents can automatically detect CVE-2022-49803 across your infrastructure using autonomous pentesting, DAST scanning, and HackBrowser. The platform continuously monitors for known vulnerabilities and provides actionable remediation guidance prioritized by real-world exploitability.