Lucene search
+L

130 matches found

EUVD
EUVD
added 2025/10/03 8:07 p.m.6 views

EUVD-2022-54632

Malicious code in bioql PyPI...

4.7CVSS6.3AI score0.00188EPSS
SaveExploits0References4
EUVD
EUVD
added 2025/10/03 8:07 p.m.7 views

EUVD-2022-54592

Malicious code in bioql PyPI...

4.7CVSS5.6AI score0.00174EPSS
SaveExploits0References4
EUVD
EUVD
added 2025/10/03 8:07 p.m.5 views

EUVD-2022-54661

Malicious code in bioql PyPI...

4.7CVSS4.8AI score0.00186EPSS
SaveExploits0References6
EUVD
EUVD
added 2025/10/03 8:07 p.m.6 views

EUVD-2022-54636

Malicious code in bioql PyPI...

4.7CVSS6.3AI score0.00185EPSS
SaveExploits0References5
EUVD
EUVD
added 2025/10/03 8:07 p.m.7 views

EUVD-2022-54660

Malicious code in bioql PyPI...

4.7CVSS6.3AI score0.00186EPSS
SaveExploits0References6
EUVD
EUVD
added 2025/10/03 8:07 p.m.11 views

EUVD-2024-53837

Malicious code in bioql PyPI...

4.7CVSS6.9AI score0.00169EPSS
SaveExploits0References2
EUVD
EUVD
added 2025/10/03 8:07 p.m.9 views

EUVD-2022-54591

Malicious code in bioql PyPI...

4.7CVSS6.2AI score0.00174EPSS
SaveExploits0References4
EUVD
EUVD
added 2025/10/03 8:07 p.m.8 views

EUVD-2022-54659

Malicious code in bioql PyPI...

4.7CVSS6.3AI score0.00186EPSS
SaveExploits0References6
EUVD
EUVD
added 2025/10/03 8:07 p.m.8 views

EUVD-2022-54643

Malicious code in bioql PyPI...

4.7CVSS6.8AI score0.00186EPSS
SaveExploits0References6
EUVD
EUVD
added 2025/10/03 8:07 p.m.5 views

EUVD-2022-54647

Malicious code in bioql PyPI...

4.7CVSS6.3AI score0.00185EPSS
SaveExploits0References4
EUVD
EUVD
added 2025/10/03 8:07 p.m.6 views

EUVD-2022-54635

Malicious code in bioql PyPI...

4.7CVSS5.1AI score0.00185EPSS
SaveExploits0References5
EUVD
EUVD
added 2025/10/03 8:07 p.m.6 views

EUVD-2022-54653

Malicious code in bioql PyPI...

4.7CVSS5.6AI score0.00185EPSS
SaveExploits0References3
NVD
NVD
added 2025/06/18 11:15 a.m.10 views

CVE-2022-49967

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix a data-race around bpfjitlimit. While reading bpfjitlimit, it can be changed concurrently via sysctl, WRITEONCE in doprocdoulongvecminmax. The size of bpfjitlimit is long, so we need to add a paired READONCE to avoid...

4.7CVSS0.00131EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2025/06/18 11:00 a.m.20 views

CVE-2022-49967 bpf: Fix a data-race around bpf_jit_limit.

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix a data-race around bpfjitlimit. While reading bpfjitlimit, it can be changed concurrently via sysctl, WRITEONCE in doprocdoulongvecminmax. The size of bpfjitlimit is long, so we need to add a paired READONCE to avoid...

0.00131EPSS
SaveExploits0References2
NVD
NVD
added 2025/06/18 10:15 a.m.12 views

CVE-2025-38037

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.5CVSS0.00203EPSS
SaveExploits0References10
CVE
CVE
added 2025/06/18 9:33 a.m.111 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.00203EPSS
SaveExploits0References10Affected Software1
Cvelist
Cvelist
added 2025/06/18 9:33 a.m.24 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.00203EPSS
SaveExploits0References8
OSV
OSV
added 2025/06/18 9:33 a.m.8 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...

6.9AI score
SaveExploits0References13
SUSE CVE
SUSE CVE
added 2025/05/08 11:40 a.m.15 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.00197EPSS
SaveExploits0References17
OSV
OSV
added 2025/05/08 6:26 a.m.18 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...

7.1CVSS6.1AI score
SaveExploits0References7
Rows per page
Query Builder