Goal Reached Thanks to every supporter — we hit 100%!

Goal: 1000 CNY · Raised: 1336 CNY

100%

CVE-2024-38602— ax25: Fix reference count leak issues of ax25_dev

AI Predicted 5.5 Difficulty: Easy EPSS 0.21% · P12

Possible ATT&CK Techniques 1AI

T1496 · Resource Hijacking

Affected Version Matrix 22

VendorProductVersion RangeStatus
LinuxLinuxd01ffb9eee4af165d83b08dd73ebdf9fe94a519b< ae467750a3765dd1092eb29f58247950a2f9b60caffected
d01ffb9eee4af165d83b08dd73ebdf9fe94a519b< 38eb01edfdaa1562fa00429be2e33f45383b1b3aaffected
d01ffb9eee4af165d83b08dd73ebdf9fe94a519b< 81d8240b0a243b3ddd8fa8aa172f1acc2f7cc8f3affected
d01ffb9eee4af165d83b08dd73ebdf9fe94a519b< 1ea02699c7557eeb35ccff2bd822de1b3e09d868affected
d01ffb9eee4af165d83b08dd73ebdf9fe94a519b< b505e0319852b08a3a716b64620168eab21f4cedaffected
ef0a2a0565727a48f2e36a2c461f8b1e3a61922daffected
e2b558fe507a1ed4c43db2b0057fc6e41f20a14caffected
418993bbaafb0cd48f904ba68eeda052d624c821affected
… +14 more rows
Get alerts for future matching vulnerabilitiesLog in to subscribe

I. Basic Information for CVE-2024-38602

Vulnerability Information

Have questions about the vulnerability? See if Shenlong's analysis helps!
View Shenlong Deep Dive ↗

Although we use advanced large model technology, its output may still contain inaccurate or outdated information.Shenlong tries to ensure data accuracy, but please verify and judge based on the actual situation.

Vulnerability Title
ax25: Fix reference count leak issues of ax25_dev
Source: CVE Program / CVE List V5
Vulnerability Description
In the Linux kernel, the following vulnerability has been resolved: ax25: Fix reference count leak issues of ax25_dev The ax25_addr_ax25dev() and ax25_dev_device_down() exist a reference count leak issue of the object "ax25_dev". Memory leak issue in ax25_addr_ax25dev(): The reference count of the object "ax25_dev" can be increased multiple times in ax25_addr_ax25dev(). This will cause a memory leak. Memory leak issues in ax25_dev_device_down(): The reference count of ax25_dev is set to 1 in ax25_dev_device_up() and then increase the reference count when ax25_dev is added to ax25_dev_list. As a result, the reference count of ax25_dev is 2. But when the device is shutting down. The ax25_dev_device_down() drops the reference count once or twice depending on if we goto unlock_put or not, which will cause memory leak. As for the issue of ax25_addr_ax25dev(), it is impossible for one pointer to be on a list twice. So add a break in ax25_addr_ax25dev(). As for the issue of ax25_dev_device_down(), increase the reference count of ax25_dev once in ax25_dev_device_up() and decrease the reference count of ax25_dev after it is removed from the ax25_dev_list.
Source: CVE Program / CVE List V5
CVSS Information
N/A
Source: CVE Program / CVE List V5
Vulnerability Type
N/A
Source: CVE Program / CVE List V5
Vulnerability Title
Linux kernel 安全漏洞
Source: CNNVD (China National Vulnerability Database)
Vulnerability Description
Linux kernel是美国Linux基金会的开源操作系统Linux所使用的内核。 Linux kernel存在安全漏洞,该漏洞源于ax25_dev引用计数泄漏。
Source: CNNVD (China National Vulnerability Database)
CVSS Information
N/A
Source: CNNVD (China National Vulnerability Database)
Vulnerability Type
N/A
Source: CNNVD (China National Vulnerability Database)

Affected Products

VendorProductAffected VersionsCPESubscribe
LinuxLinux d01ffb9eee4af165d83b08dd73ebdf9fe94a519b ~ ae467750a3765dd1092eb29f58247950a2f9b60c -
LinuxLinux 5.17 -

II. Public POCs for CVE-2024-38602

#POC DescriptionSource LinkShenlong Link
AI-Generated POCPremium

No public POC found.

Login to generate AI POC

III. Intelligence Information for CVE-2024-38602

登录查看更多情报信息。

Patches & Fixes for CVE-2024-38602 (1)

Other References for CVE-2024-38602 (4)

Same Patch Batch · Linux · 2024-06-19 · 122 CVEs total

CVE-2024-3855810.0 CRITICALnet: openvswitch: fix overwriting ct original tuple for ICMPv6
CVE-2024-385709.8 CRITICALgfs2: Fix potential glock use-after-free on unmount
CVE-2021-475879.8 CRITICALnet: systemport: Add global locking for descriptor lifecycle
CVE-2024-385449.8 CRITICALRDMA/rxe: Fix seg fault in rxe_comp_queue_pkt
CVE-2021-476118.1 HIGHmac80211: validate extended element ID is present
CVE-2024-385877.8 HIGHspeakup: Fix sizeof() vs ARRAY_SIZE() bug
CVE-2024-385567.8 HIGHnet/mlx5: Add a timeout to acquire the command queue semaphore
CVE-2024-386107.8 HIGHdrivers/virt/acrn: fix PFNMAP PTE checks in acrn_vm_ram_map()
CVE-2024-386057.8 HIGHALSA: core: Fix NULL module pointer assignment at card init
CVE-2024-385997.8 HIGHjffs2: prevent xattr node from overflowing the eraseblock
CVE-2024-385927.8 HIGHdrm/mediatek: Init `ddp_comp` with devm_kcalloc()
CVE-2024-385647.8 HIGHbpf: Add BPF_PROG_TYPE_CGROUP_SKB attach type enforcement in BPF_LINK_CREATE
CVE-2024-385687.8 HIGHdrivers/perf: hisi: hns3: Fix out-of-bound access when valid event group
CVE-2024-385727.8 HIGHwifi: ath12k: fix out-of-bound access of qmi_invoke_handler()
CVE-2024-385787.8 HIGHecryptfs: Fix buffer size for tag 66 packet
CVE-2024-385807.8 HIGHepoll: be better about file lifetimes
CVE-2024-385697.8 HIGHdrivers/perf: hisi_pcie: Fix out-of-bound access when valid event group
CVE-2024-385837.8 HIGHnilfs2: fix use-after-free of timer for log writer thread
CVE-2024-386147.8 HIGHopenrisc: traps: Don't send signals to kernel mode threads
CVE-2024-385887.8 HIGHftrace: Fix possible use-after-free issue in ftrace_location()

Showing top 20 of 122 CVEs. View all on vendor page &rarr; →

IV. Related Vulnerabilities

V. Comments for CVE-2024-38602

No comments yet


Leave a comment