Lucene search
K

14 matches found

Tenable Nessus
Tenable Nessus
added 2026/05/29 12:0 a.m.7 views

Linux Distros Unpatched Vulnerability : CVE-2026-45861

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - gfs2: Fix slab-use-after-free in qdput Commit a475c5dd16e5 gfs2: Free quota data objects synchronously started freeing quota data objects during filesystem...

7.8CVSS5.6AI score0.00013EPSS
Exploits0References3
AstraLinux
AstraLinux
added 2026/05/20 5:53 a.m.3 views

Astra Linux - уязвимость в linux-5.10, linux-6.1, linux, linux-5.15

In the Linux kernel, the following vulnerabilities have been resolved: bpf: Address the issue reported by KCSAN regarding bpflrulist. KCSAN reported a data-race when accessing node-ref. Although node-ref doesn’t need to be accurate, take this opportunity to use a more common READONCE and WRITEONC...

6AI score0.00046EPSS
Exploits0References1
Tenable Nessus
Tenable Nessus
added 2026/04/21 12:0 a.m.2 views

Unity Linux 20.1070e Security Update: kernel (UTSA-2026-013191)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2026-013191 advisory. 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...

5.6AI score0.00046EPSS
Exploits0References4
SUSE CVE
SUSE CVE
added 2025/12/31 12:26 a.m.2 views

SUSE 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.8CVSS6.4AI score0.00046EPSS
Exploits0References17
Tenable Nessus
Tenable Nessus
added 2025/12/31 12:0 a.m.2 views

Linux Distros Unpatched Vulnerability : CVE-2023-54283

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - 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...

6.1AI score0.00046EPSS
Exploits0References3
EUVD
EUVD
added 2025/12/30 3:30 p.m.3 views

EUVD-2023-60521

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.9AI score0.00046EPSS
Exploits0References9
NVD
NVD
added 2025/12/30 1:16 p.m.2 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...

0.00046EPSS
Exploits0References8
CVE
CVE
added 2025/12/30 12:23 p.m.11 views

CVE-2023-54283

CVE-2023-54283 is a Linux kernel vulnerability related to a data-race in the BPF LRU list code. Kernel Concurrency Sanitizer detected a race on accessing node->ref in __bpf_lru_list_rotate/__htab_lru_percpu_map_update_elem, leading to a write of 1 byte and a read of 1 byte across CPUs. The fix...

6AI score0.00046EPSS
Exploits0References8
Cvelist
Cvelist
added 2025/12/30 12:23 p.m.20 views

CVE-2023-54283 bpf: Address KCSAN report on bpf_lru_list

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...

0.00046EPSS
Exploits0References8
Positive Technologies
Positive Technologies
added 2025/12/30 12:0 a.m.3 views

PT-2025-54129

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The Linux kernel contained a data-race condition when accessing node-ref within the bpf lru list functionality. Kernel Concurrency Sanitizer KCSAN identified this issue during operations...

6.1AI score0.00046EPSS
Exploits0
OSV
OSV
added 2024/07/12 12:31 p.m.16 views

CVE-2024-40949 mm: shmem: fix getting incorrect lruvec when replacing a shmem folio

In the Linux kernel, the following vulnerability has been resolved: mm: shmem: fix getting incorrect lruvec when replacing a shmem folio When testing shmem swapin, I encountered the warning below on my machine. The reason is that replacing an old shmem folio with a new one causes memcgroupmigrate...

5.5CVSS6AI score0.00041EPSS
Exploits0References5
Vulnrichment
Vulnrichment
added 2024/07/12 12:31 p.m.16 views

CVE-2024-40949 mm: shmem: fix getting incorrect lruvec when replacing a shmem folio

In the Linux kernel, the following vulnerability has been resolved: mm: shmem: fix getting incorrect lruvec when replacing a shmem folio When testing shmem swapin, I encountered the warning below on my machine. The reason is that replacing an old shmem folio with a new one causes memcgroupmigrate...

7AI score0.00041EPSS
Exploits0References2
UbuntuCve
UbuntuCve
added 2024/05/21 3:15 p.m.12 views

CVE-2021-47254

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 gfs2glockremovefromlru to remove the glock from the lru list in gfs2glockput. On the shrink scan path, the same flag is cleared under...

7.8CVSS6.3AI score0.00015EPSS
Exploits0References12
RedHat Linux
RedHat Linux
added 2024/04/30 9:57 a.m.1 views

kernel: bpf: Address KCSAN report on bpf_lru_list

A data race was found in the BPF LRU list implementation. Concurrent access to node-ref without proper memory barriers triggers KCSAN warnings, though the race is benign as the reference value does not need to be precise...

5.7AI score0.00046EPSS
Exploits0References5
Rows per page
Query Builder