Lucene search
+L

2618 matches found

OSV
OSV
added 2025/02/26 7:01 a.m.5 views

DEBIAN-CVE-2022-49580

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

4.7CVSS5.3AI score0.00185EPSS
SaveExploits0References1
NVD
NVD
added 2025/02/26 7:01 a.m.13 views

CVE-2022-49578

In the Linux kernel, the following vulnerability has been resolved: ip: Fix data-races around sysctlipprotsock. sysctlipprotsock 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...

4.7CVSS0.00185EPSS
SaveExploits0References4
NVD
NVD
added 2025/02/26 7:01 a.m.16 views

CVE-2022-49580

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

4.7CVSS0.00185EPSS
SaveExploits0References5
OSV
OSV
added 2025/02/26 7:01 a.m.4 views

DEBIAN-CVE-2022-49576

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

4.7CVSS4.9AI score0.00181EPSS
SaveExploits0References1
OSV
OSV
added 2025/02/26 7:01 a.m.3 views

DEBIAN-CVE-2022-49578

In the Linux kernel, the following vulnerability has been resolved: ip: Fix data-races around sysctlipprotsock. sysctlipprotsock 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...

4.7CVSS5.3AI score0.00185EPSS
SaveExploits0References1
OSV
OSV
added 2025/02/26 7:01 a.m.5 views

DEBIAN-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.7CVSS4.9AI score0.00186EPSS
SaveExploits0References1
OSV
OSV
added 2025/02/26 7:01 a.m.5 views

DEBIAN-CVE-2022-49572

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

4.7CVSS5.3AI score0.00186EPSS
SaveExploits0References1
NVD
NVD
added 2025/02/26 7:01 a.m.12 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.00186EPSS
SaveExploits0References6
OSV
OSV
added 2025/02/26 7:01 a.m.6 views

DEBIAN-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.7CVSS5.3AI score0.00186EPSS
SaveExploits0References1
OSV
OSV
added 2025/02/26 7:01 a.m.4 views

DEBIAN-CVE-2022-49443

In the Linux kernel, the following vulnerability has been resolved: list: fix a data-race around ep-rdllist eppoll first calls epeventsavailable with no lock held and checks if ep-rdllist is empty by listemptycareful, which reads rdllist-prev. Thus all accesses to it need some protection to avoid...

4.7CVSS5.5AI score0.00178EPSS
SaveExploits0References1
NVD
NVD
added 2025/02/26 7:01 a.m.13 views

CVE-2022-49443

In the Linux kernel, the following vulnerability has been resolved: list: fix a data-race around ep-rdllist eppoll first calls epeventsavailable with no lock held and checks if ep-rdllist is empty by listemptycareful, which reads rdllist-prev. Thus all accesses to it need some protection to avoid...

4.7CVSS0.00178EPSS
SaveExploits0References4
OSV
OSV
added 2025/02/26 7:01 a.m.3 views

DEBIAN-CVE-2022-49420

In the Linux kernel, the following vulnerability has been resolved: net: annotate races around sk-skbounddevif UDP sendmsg is lockless, and reads sk-skbounddevif while this field can be changed by another thread. Adds minimal annotations to avoid KCSAN splats for UDP. Following patches will add...

5.5CVSS5.5AI score0.00224EPSS
SaveExploits0References1
OSV
OSV
added 2025/02/26 7:01 a.m.12 views

AZL-68621 CVE-2022-49420 affecting package kernel 5.15.200.1-1

In the Linux kernel, the following vulnerability has been resolved: net: annotate races around sk-skbounddevif UDP sendmsg is lockless, and reads sk-skbounddevif while this field can be changed by another thread. Adds minimal annotations to avoid KCSAN splats for UDP. Following patches will add...

5.5CVSS6.5AI score0.00224EPSS
SaveExploits0References1
NVD
NVD
added 2025/02/26 7:01 a.m.13 views

CVE-2022-49344

In the Linux kernel, the following vulnerability has been resolved: afunix: Fix a data-race in unixdgrampeerwakeme. unixdgrampoll calls unixdgrampeerwakeme without other's lock held and check if its receive queue is full. Here we need to use unixrecvqfulllockless instead of unixrecvqfull, otherwi...

4.7CVSS0.0019EPSS
SaveExploits0References7
OSV
OSV
added 2025/02/26 7:01 a.m.5 views

DEBIAN-CVE-2022-49344

In the Linux kernel, the following vulnerability has been resolved: afunix: Fix a data-race in unixdgrampeerwakeme. unixdgrampoll calls unixdgrampeerwakeme without other's lock held and check if its receive queue is full. Here we need to use unixrecvqfulllockless instead of unixrecvqfull, otherwi...

4.7CVSS5.3AI score0.0019EPSS
SaveExploits0References1
OSV
OSV
added 2025/02/26 7:01 a.m.10 views

UBUNTU-CVE-2022-49632

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

4.7CVSS6AI score0.00174EPSS
SaveExploits0References6
OSV
OSV
added 2025/02/26 7:01 a.m.15 views

UBUNTU-CVE-2022-49599

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

4.7CVSS6AI score0.00198EPSS
SaveExploits0References7
OSV
OSV
added 2025/02/26 7:01 a.m.11 views

UBUNTU-CVE-2022-49589

In the Linux kernel, the following vulnerability has been resolved: igmp: Fix data-races around sysctligmpqrv. While reading sysctligmpqrv, it can be changed concurrently. Thus, we need to add READONCE to its readers. This test can be packed into a helper, so such changes will be in the follow-up...

4.7CVSS6.3AI score0.00186EPSS
SaveExploits0References9
OSV
OSV
added 2025/02/26 7:01 a.m.9 views

UBUNTU-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.7CVSS6AI score0.00174EPSS
SaveExploits0References6
OSV
OSV
added 2025/02/26 7:01 a.m.10 views

UBUNTU-CVE-2022-49577

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

4.7CVSS6AI score0.00185EPSS
SaveExploits0References8
Rows per page
Query Builder