Lucene search
+L

158 matches found

Fedora
Fedora
•added 2026/01/20 1:42 a.m.•15 views

[SECURITY] Fedora 43 Update: rust-lru-0.16.3-1.fc43

A LRU cache implementation...

5.9AI score
SaveExploits0
Fedora
Fedora
•added 2026/01/20 1:38 a.m.•10 views

[SECURITY] Fedora 42 Update: rust-lru-0.16.3-1.fc42

A LRU cache implementation...

5.9AI score
SaveExploits0
UbuntuCve
UbuntuCve
•added 2025/12/30 1:16 p.m.•10 views

CVE-2023-54283

In the Linux kernel, the following vulnerability has been resolved: bpf: Address KCSAN report on bpflrulist KCSAN reported a data-race when accessing node-ref. Although node-ref does not have to be accurate, take this chance to use a more common READONCE and WRITEONCE pattern instead of datarace...

5.7AI score0.00208EPSS
SaveExploits0References10
OSV
OSV
•added 2025/12/30 1:16 p.m.•10 views

UBUNTU-CVE-2023-54283

In the Linux kernel, the following vulnerability has been resolved: bpf: Address KCSAN report on bpflrulist KCSAN reported a data-race when accessing node-ref. Although node-ref does not have to be accurate, take this chance to use a more common READONCE and WRITEONCE pattern instead of datarace...

5.7AI score0.00208EPSS
SaveExploits0References11
Debian CVE
Debian CVE
•added 2025/12/30 12:23 p.m.•10 views

CVE-2023-54283

In the Linux kernel, the following vulnerability has been resolved: bpf: Address KCSAN report on bpflrulist KCSAN reported a data-race when accessing node-ref. Although node-ref does not have to be accurate, take this chance to use a more common READONCE and WRITEONCE pattern instead of datarace...

5.4AI score0.00208EPSS
SaveExploits0
OSV
OSV
•added 2025/12/30 12:08 p.m.•10 views

CVE-2023-54165 zsmalloc: move LRU update from zs_map_object() to zs_malloc()

In the Linux kernel, the following vulnerability has been resolved: zsmalloc: move LRU update from zsmapobject to zsmalloc Under memory pressure, we sometimes observe the following crash: 5694.832838 ------------ cut here ------------ 5694.842093 listdel corruption, ffff888014b6a448-next is...

7.8CVSS6.3AI score
SaveExploits0References5
Debian CVE
Debian CVE
•added 2025/12/30 12:08 p.m.•17 views

CVE-2023-54165

In the Linux kernel, the following vulnerability has been resolved: zsmalloc: move LRU update from zsmapobject to zsmalloc Under memory pressure, we sometimes observe the following crash: 5694.832838 ------------ cut here ------------ 5694.842093 listdel corruption, ffff888014b6a448-next is...

7.8CVSS5.3AI score0.0014EPSS
SaveExploits0
Positive Technologies
Positive Technologies
•added 2025/12/30 12:00 a.m.•17 views

PT-2025-53994

Name of the Vulnerable Software and Affected Versions Linux kernel versions prior to 5.19.0-0 fbk3 rc3 hoangnhatpzsdynshrv41 10870 g85a9558a25de Description The Linux kernel contains an issue within the zsmalloc subsystem related to the timing of Least Recently Used LRU list updates. The LRU upda...

6.4AI score0.0014EPSS
SaveExploits0References6
Microsoft CVE
Microsoft CVE
•added 2025/12/25 9:03 a.m.•13 views

bpf: Free special fields when update [lru_,]percpu_hash maps

...

5.5CVSS5.4AI score0.00187EPSS
SaveExploits0
Tenable Nessus
Tenable Nessus
•added 2025/12/25 12:00 a.m.•10 views

Linux Distros Unpatched Vulnerability : CVE-2023-54033

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - bpf: fix a memory leak in the LRU and LRUPERCPU hash maps The LRU and LRUPERCPU maps allocate a new element on update before locking the target hash table bucke...

5.2AI score0.00186EPSS
SaveExploits0References3
OSV
OSV
•added 2025/12/24 11:15 a.m.•17 views

UBUNTU-CVE-2023-54033

In the Linux kernel, the following vulnerability has been resolved: bpf: fix a memory leak in the LRU and LRUPERCPU hash maps The LRU and LRUPERCPU maps allocate a new element on update before locking the target hash table bucket. Right after that the maps try to lock the bucket. If this fails,...

5.7AI score0.00186EPSS
SaveExploits0References6
CVE
CVE
•added 2025/12/24 10:56 a.m.•37 views

CVE-2023-54033

The CVE-2023-54033 issue affects the Linux kernel BPF maps, specifically the LRU and LRU_PERCPU hash maps. The vulnerability arises when updating these maps allocates a new element before attempting to lock the target bucket; if bucket locking fails, the allocated element is not released, making ...

5.8AI score0.00186EPSS
SaveExploits0References4
OSV
OSV
•added 2025/12/24 10:56 a.m.•10 views

CVE-2023-54033 bpf: fix a memory leak in the LRU and LRU_PERCPU hash maps

In the Linux kernel, the following vulnerability has been resolved: bpf: fix a memory leak in the LRU and LRUPERCPU hash maps The LRU and LRUPERCPU maps allocate a new element on update before locking the target hash table bucket. Right after that the maps try to lock the bucket. If this fails,...

6.1AI score
SaveExploits0References7
Positive Technologies
Positive Technologies
•added 2025/12/24 12:00 a.m.•12 views

PT-2025-52990

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A memory leak exists in the LRU and LRU PERCPU hash maps within the Linux kernel. These maps allocate a new element on update before locking the target hash table bucket. If bucket locki...

6.3AI score0.00186EPSS
SaveExploits0References6
RedHat Linux
RedHat Linux
•added 2025/11/11 9:13 a.m.•12 views

kernel: mm/migrate_device: don't add folio to be freed to LRU in migrate_device_finalize()

A vulnerability was found in the Linux kernel's memory migration system in the migratedevicefinalize function, where a folio that should be freed is erroneously added back into the Least Recently Used LRU list. This issue can lead to memory corruption caused by a use-after-free issue when a...

5.5CVSS7.2AI score0.00222EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
•added 2025/11/11 8:21 a.m.•15 views

kernel: mm/migrate_device: don't add folio to be freed to LRU in migrate_device_finalize()

A vulnerability was found in the Linux kernel's memory migration system in the migratedevicefinalize function, where a folio that should be freed is erroneously added back into the Least Recently Used LRU list. This issue can lead to memory corruption caused by a use-after-free issue when a...

5.5CVSS7.2AI score0.00222EPSS
SaveExploits0References5
Tenable Nessus
Tenable Nessus
•added 2025/11/05 12:00 a.m.•5 views

Unity Linux 20.1070a Security Update: kernel (UTSA-2025-989024)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-989024 advisory. In the Linux kernel, the following vulnerability has been resolved: gfs2: Fix use-after-free in gfs2glockshrinkscan The GLFLRU flag is checked under lrulock in...

7.8CVSS6.1AI score0.00241EPSS
SaveExploits0References4
EUVD
EUVD
•added 2025/10/07 12:30 a.m.•10 views

EUVD-2015-1254

Malware in sbrugna...

5CVSS6.4AI score0.01487EPSS
SaveExploits0References5
Tenable Nessus
Tenable Nessus
•added 2025/10/07 12:00 a.m.•10 views

Unity Linux 20.1070e Security Update: kernel (UTSA-2025-986610)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-986610 advisory. In the Linux kernel, the following vulnerability has been resolved: gfs2: Fix use-after-free in gfs2glockshrinkscan The GLFLRU flag is checked under lrulock in...

7.8CVSS6.1AI score0.00241EPSS
SaveExploits0References3
EUVD
EUVD
•added 2025/10/03 8:07 p.m.•13 views

EUVD-2022-52746

Malicious code in bioql PyPI...

7.1CVSS6.3AI score0.00897EPSS
SaveExploits0References3
Rows per page
Query Builder