Lucene search
K

115 matches found

CVE
CVE
added 2025/06/18 9:33 a.m.74 views

CVE-2025-38037

The CVE-2025-38037 issue affects the Linux kernel’s VXLAN FDB handling. The root cause is a data race where the FDB entry’s fields used and updated may be concurrently accessed by multiple threads, triggering KCSAN reports in vxlan_xmit paths. The fix is to annotate these accesses with READ_ONCE(...

5.5CVSS6.2AI score0.00119EPSS
Exploits0References10Affected Software1
Cvelist
Cvelist
added 2025/06/18 9:33 a.m.7 views

CVE-2025-38037 vxlan: Annotate FDB data races

In the Linux kernel, the following vulnerability has been resolved: vxlan: Annotate FDB data races The 'used' and 'updated' fields in the FDB entry structure can be accessed concurrently by multiple threads, leading to reports such as 1. Can be reproduced using 2. Suppress these reports by...

0.00119EPSS
Exploits0References8
OSV
OSV
added 2025/06/18 9:33 a.m.2 views

CVE-2025-38037 vxlan: Annotate FDB data races

In the Linux kernel, the following vulnerability has been resolved: vxlan: Annotate FDB data races The 'used' and 'updated' fields in the FDB entry structure can be accessed concurrently by multiple threads, leading to reports such as 1. Can be reproduced using 2. Suppress these reports by...

5.5CVSS6.9AI score0.00119EPSS
Exploits0References13
SUSE CVE
SUSE CVE
added 2025/05/08 11:40 a.m.2 views

SUSE CVE-2025-37800

In the Linux kernel, the following vulnerability has been resolved: driver core: fix potential NULL pointer dereference in devuevent If userspace reads "uevent" device attribute at the same time as another threads unbinds the device from its driver, change to dev-driver from a valid pointer to NU...

5.5CVSS7.7AI score0.00052EPSS
Exploits0References17
OSV
OSV
added 2025/05/08 6:26 a.m.7 views

CVE-2025-37800 driver core: fix potential NULL pointer dereference in dev_uevent()

In the Linux kernel, the following vulnerability has been resolved: driver core: fix potential NULL pointer dereference in devuevent If userspace reads "uevent" device attribute at the same time as another threads unbinds the device from its driver, change to dev-driver from a valid pointer to NU...

5.5CVSS6.1AI score0.00052EPSS
Exploits0References7
SUSE CVE
SUSE CVE
added 2025/02/27 3:4 a.m.2 views

SUSE CVE-2022-49595

In the Linux kernel, the following vulnerability has been resolved: tcp: Fix a data-race around sysctltcpprobethreshold. While reading sysctltcpprobethreshold, it can be changed concurrently. Thus, we need to add READONCE to its reader...

5.5CVSS6.5AI score0.00007EPSS
Exploits0References3
NVD
NVD
added 2025/02/26 7:1 a.m.6 views

CVE-2022-49640

In the Linux kernel, the following vulnerability has been resolved: sysctl: Fix data races in procdouintvecminmax. A sysctl variable is accessed concurrently, and there is always a chance of data-race. So, all readers and writers need some basic protection to avoid load/store-tearing. This patch...

4.7CVSS0.00009EPSS
Exploits0References4
NVD
NVD
added 2025/02/26 7:1 a.m.7 views

CVE-2022-49641

In the Linux kernel, the following vulnerability has been resolved: sysctl: Fix data races in procdouintvec. A sysctl variable is accessed concurrently, and there is always a chance of data-race. So, all readers and writers need some basic protection to avoid load/store-tearing. This patch change...

4.7CVSS0.0001EPSS
Exploits0References4
NVD
NVD
added 2025/02/26 7:1 a.m.10 views

CVE-2022-49639

In the Linux kernel, the following vulnerability has been resolved: cipso: Fix data-races around sysctl. While reading cipso sysctl variables, they can be changed concurrently. So, we need to add READONCE to avoid data-races...

4.7CVSS0.0003EPSS
Exploits0References8
NVD
NVD
added 2025/02/26 7:1 a.m.8 views

CVE-2022-49638

In the Linux kernel, the following vulnerability has been resolved: icmp: Fix data-races around sysctl. While reading icmp sysctl variables, they can be changed concurrently. So, we need to add READONCE to avoid data-races...

4.7CVSS0.00007EPSS
Exploits0References8
NVD
NVD
added 2025/02/26 7:1 a.m.8 views

CVE-2022-49630

In the Linux kernel, the following vulnerability has been resolved: tcp: Fix a data-race around sysctltcpecnfallback. While reading sysctltcpecnfallback, it can be changed concurrently. Thus, we need to add READONCE to its reader...

4.7CVSS0.00062EPSS
Exploits0References3
NVD
NVD
added 2025/02/26 7:1 a.m.8 views

CVE-2022-49633

In the Linux kernel, the following vulnerability has been resolved: icmp: Fix data-races around sysctlicmpechoenableprobe. While reading sysctlicmpechoenableprobe, it can be changed concurrently. Thus, we need to add READONCE to its readers...

4.7CVSS0.00018EPSS
Exploits0References3
NVD
NVD
added 2025/02/26 7:1 a.m.5 views

CVE-2022-49631

In the Linux kernel, the following vulnerability has been resolved: raw: Fix a data-race around sysctlrawl3mdevaccept. While reading sysctlrawl3mdevaccept, it can be changed concurrently. Thus, we need to add READONCE to its reader...

4.7CVSS0.00009EPSS
Exploits0References5
NVD
NVD
added 2025/02/26 7:1 a.m.8 views

CVE-2022-49629

In the Linux kernel, the following vulnerability has been resolved: nexthop: Fix data-races around nexthopcompatmode. While reading nexthopcompatmode, it can be changed concurrently. Thus, we need to add READONCE to its readers...

4.7CVSS0.00009EPSS
Exploits0References4
NVD
NVD
added 2025/02/26 7:1 a.m.10 views

CVE-2022-49602

In the Linux kernel, the following vulnerability has been resolved: ip: Fix a data-race around sysctlfwmarkreflect. While reading sysctlfwmarkreflect, it can be changed concurrently. Thus, we need to add READONCE to its reader...

4.7CVSS0.00032EPSS
Exploits0References8
NVD
NVD
added 2025/02/26 7:1 a.m.8 views

CVE-2022-49603

In the Linux kernel, the following vulnerability has been resolved: ip: Fix data-races around sysctlipfwdupdatepriority. While reading sysctlipfwdupdatepriority, it can be changed concurrently. Thus, we need to add READONCE to its readers...

4.7CVSS0.0001EPSS
Exploits0References4
NVD
NVD
added 2025/02/26 7:1 a.m.9 views

CVE-2022-49593

In the Linux kernel, the following vulnerability has been resolved: tcp: Fix a data-race around sysctltcpprobeinterval. While reading sysctltcpprobeinterval, it can be changed concurrently. Thus, we need to add READONCE to its reader...

4.7CVSS0.00036EPSS
Exploits0References7
NVD
NVD
added 2025/02/26 7:1 a.m.9 views

CVE-2022-49586

In the Linux kernel, the following vulnerability has been resolved: tcp: Fix data-races around sysctltcpfastopen. While reading sysctltcpfastopen, it can be changed concurrently. Thus, we need to add READONCE to its readers...

4.7CVSS0.00036EPSS
Exploits0References6
NVD
NVD
added 2025/02/26 7:1 a.m.8 views

CVE-2022-49571

In the Linux kernel, the following vulnerability has been resolved: tcp: Fix data-races around sysctltcpmaxreordering. While reading sysctltcpmaxreordering, it can be changed concurrently. Thus, we need to add READONCE to its readers...

4.7CVSS0.00046EPSS
Exploits0References6
NVD
NVD
added 2025/02/26 7:1 a.m.7 views

CVE-2022-49573

In the Linux kernel, the following vulnerability has been resolved: tcp: Fix a data-race around sysctltcpearlyretrans. While reading sysctltcpearlyretrans, it can be changed concurrently. Thus, we need to add READONCE to its reader...

4.7CVSS0.00046EPSS
Exploits0References6
Rows per page
Query Builder