Lucene search
K

1000 matches found

RedHat Linux
RedHat Linux
added 2025/07/09 12:22 p.m.3 views

kernel: md: fix mddev uaf while iterating all_mddevs list

A flaw was discovered in the Linux kernel’s MD multiple device subsystem during iteration over the allmddevs list in functions such as mdnotifyreboot and mdexit. The code used listforeachentrysafe, but released locks before completing reference counting, allowing concurrent deletion and freeing o...

7.8CVSS6.9AI score0.00034EPSS
Exploits0References5
NVD
NVD
added 2025/07/06 10:15 a.m.4 views

CVE-2025-38235

In the Linux kernel, the following vulnerability has been resolved: HID: appletb-kbd: fix "appletbbacklight" backlight device reference counting During appletbkbdprobe, probe attempts to get the backlight device by name. When this happens backlightdevicegetbyname looks for a device in the backlig...

5.5CVSS0.00074EPSS
Exploits0References2
Cvelist
Cvelist
added 2025/07/06 9:11 a.m.6 views

CVE-2025-38235 HID: appletb-kbd: fix "appletb_backlight" backlight device reference counting

In the Linux kernel, the following vulnerability has been resolved: HID: appletb-kbd: fix "appletbbacklight" backlight device reference counting During appletbkbdprobe, probe attempts to get the backlight device by name. When this happens backlightdevicegetbyname looks for a device in the backlig...

0.00074EPSS
Exploits0References2
CVE
CVE
added 2025/07/06 9:11 a.m.35 views

CVE-2025-38235

CVE-2025-38235: Linux kernel fix for appletb_kbd backlight reference counting leak. backlight_device_get_by_name increments ref count for android backlight named "appletb_backlight" and it is not released, causing a reference leak. The fix decrements the reference count on removal via put_device ...

5.5CVSS6.5AI score0.00074EPSS
Exploits0References2Affected Software1
Debian CVE
Debian CVE
added 2025/07/06 9:11 a.m.6 views

CVE-2025-38235

In the Linux kernel, the following vulnerability has been resolved: HID: appletb-kbd: fix "appletbbacklight" backlight device reference counting During appletbkbdprobe, probe attempts to get the backlight device by name. When this happens backlightdevicegetbyname looks for a device in the backlig...

5.5CVSS5.4AI score0.00074EPSS
Exploits0
OSV
OSV
added 2025/07/06 9:11 a.m.2 views

CVE-2025-38235 HID: appletb-kbd: fix "appletb_backlight" backlight device reference counting

In the Linux kernel, the following vulnerability has been resolved: HID: appletb-kbd: fix "appletbbacklight" backlight device reference counting During appletbkbdprobe, probe attempts to get the backlight device by name. When this happens backlightdevicegetbyname looks for a device in the backlig...

5.5CVSS6.4AI score0.00074EPSS
Exploits0References5
OSV
OSV
added 2025/07/04 2:15 p.m.6 views

AZL-64743 CVE-2025-38180 affecting package kernel for versions less than 6.6.96.1-1

In the Linux kernel, the following vulnerability has been resolved: net: atm: fix /proc/net/atm/lec handling /proc/net/atm/lec must ensure safety against devlec changes. It appears it had devput calls without prior devhold, leading to imbalance and UAF...

7.8CVSS6.3AI score0.00059EPSS
Exploits0References1
OSV
OSV
added 2025/07/04 2:15 p.m.1 views

DEBIAN-CVE-2025-38180

In the Linux kernel, the following vulnerability has been resolved: net: atm: fix /proc/net/atm/lec handling /proc/net/atm/lec must ensure safety against devlec changes. It appears it had devput calls without prior devhold, leading to imbalance and UAF...

7.8CVSS5.7AI score0.00059EPSS
Exploits0References1
OSV
OSV
added 2025/07/04 2:15 p.m.0 views

UBUNTU-CVE-2025-38180

In the Linux kernel, the following vulnerability has been resolved: net: atm: fix /proc/net/atm/lec handling /proc/net/atm/lec must ensure safety against devlec changes. It appears it had devput calls without prior devhold, leading to imbalance and UAF...

7.8CVSS6.2AI score0.00059EPSS
Exploits0References28
Vulnrichment
Vulnrichment
added 2025/07/04 1:37 p.m.2 views

CVE-2025-38180 net: atm: fix /proc/net/atm/lec handling

In the Linux kernel, the following vulnerability has been resolved: net: atm: fix /proc/net/atm/lec handling /proc/net/atm/lec must ensure safety against devlec changes. It appears it had devput calls without prior devhold, leading to imbalance and UAF...

6.2AI score0.00059EPSS
Exploits0References8
Snyk
Snyk
added 2025/07/02 4:41 p.m.2 views

Use After Free

Overview Affected versions of this package are vulnerable to Use After Free via std::atomicint in reference counting process. An attacker can execute arbitrary code or cause a denial of service by overflowing the reference count and triggering access to memory after it has been freed. Remediation...

7CVSS8.6AI score0.00278EPSS
Exploits1References3
NVD
NVD
added 2025/07/02 4:15 p.m.4 views

CVE-2025-52886

Poppler is a PDF rendering library. Versions prior to 25.06.0 use std::atomicint for reference counting. Because std::atomicint is only 32 bits, it is possible to overflow the reference count and trigger a use-after-free. Version 25.06.0 patches the issue...

6.9CVSS0.00278EPSS
Exploits1References7
OSV
OSV
added 2025/07/02 4:15 p.m.4 views

DEBIAN-CVE-2025-52886

Poppler is a PDF rendering library. Versions prior to 25.06.0 use std::atomicint for reference counting. Because std::atomicint is only 32 bits, it is possible to overflow the reference count and trigger a use-after-free. Version 25.06.0 patches the issue...

6.9CVSS6.9AI score0.00278EPSS
Exploits1References1
OSV
OSV
added 2025/07/02 4:15 p.m.1 views

UBUNTU-CVE-2025-52886

Poppler is a PDF rendering library. Versions prior to 25.06.0 use std::atomicint for reference counting. Because std::atomicint is only 32 bits, it is possible to overflow the reference count and trigger a use-after-free. Version 25.06.0 patches the issue...

6.9CVSS7AI score0.00278EPSS
Exploits1References6
Cvelist
Cvelist
added 2025/07/02 3:46 p.m.7 views

CVE-2025-52886 Poppler Use After Free Vulnerability

Poppler is a PDF rendering library. Versions prior to 25.06.0 use std::atomicint for reference counting. Because std::atomicint is only 32 bits, it is possible to overflow the reference count and trigger a use-after-free. Version 25.06.0 patches the issue...

6.9CVSS0.00278EPSS
Exploits1References5
Vulnrichment
Vulnrichment
added 2025/07/02 3:46 p.m.2 views

CVE-2025-52886 Poppler Use After Free Vulnerability

Poppler is a PDF rendering library. Versions prior to 25.06.0 use std::atomicint for reference counting. Because std::atomicint is only 32 bits, it is possible to overflow the reference count and trigger a use-after-free. Version 25.06.0 patches the issue...

6.9CVSS7.4AI score0.00278EPSS
Exploits1References5
CVE
CVE
added 2025/07/02 3:46 p.m.44 views

CVE-2025-52886

CVE-2025-52886 – Poppler : In Poppler versions prior to 25.06.0, reference counting uses 32-bit std::atomic_int, which can overflow and cause a use-after-free. The issue is fixed in version 25.06.0 (upgrade to >=25.06.0). No exploitation details are provided beyond that, and the documents do n...

6.9CVSS6.8AI score0.00278EPSS
Exploits1References7Affected Software1
AlpineLinux
AlpineLinux
added 2025/07/02 3:46 p.m.2 views

CVE-2025-52886

Poppler is a PDF rendering library. Versions prior to 25.06.0 use std::atomicint for reference counting. Because std::atomicint is only 32 bits, it is possible to overflow the reference count and trigger a use-after-free. Version 25.06.0 patches the issue...

6.9CVSS7.5AI score0.00278EPSS
Exploits1References7
OSV
OSV
added 2025/07/02 3:46 p.m.3 views

CVE-2025-52886 Poppler Use After Free Vulnerability

Poppler is a PDF rendering library. Versions prior to 25.06.0 use std::atomicint for reference counting. Because std::atomicint is only 32 bits, it is possible to overflow the reference count and trigger a use-after-free. Version 25.06.0 patches the issue...

6.9CVSS8.4AI score0.00278EPSS
Exploits1References9
RedHat Linux
RedHat Linux
added 2025/07/02 4:39 a.m.6 views

kernel: scsi: libfc: Fix use after free in fc_exch_abts_resp()

A vulnerability was found in the Linux kernel's SCSI libfc library in the fcexchabtsresp function, which can lead to a use-after-free scenario. This issue can occur because the function calls fcexchrelease, which decrements a reference count stored in the ep object and then frees the object once...

7.8CVSS6.9AI score0.00013EPSS
Exploits0References5
Rows per page
Query Builder