Lucene search
+L

13010 matches found

RedhatCVE
RedhatCVE
added 2024/10/21 10:39 p.m.14 views

CVE-2024-49946

In the Linux kernel, the following vulnerability has been resolved: ppp: do not assume bh is held in pppchannelbridgeinput Networking receive path is usually handled from BH handler. However, some protocols need to acquire the socket lock, and packets might be stored in the socket backlog is the...

5.5CVSS6.5AI score0.00236EPSS
SaveExploits0References4
OSV
OSV
added 2024/10/21 8:15 p.m.4 views

DEBIAN-CVE-2024-50044

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: RFCOMM: FIX possible deadlock in rfcommskstatechange rfcommskstatechange attempts to use socklock so it must never be called with it locked but rfcommsockioctl always attempt to lock it causing the following trace:...

3.3CVSS5.5AI score0.00187EPSS
SaveExploits0References1
OSV
OSV
added 2024/10/21 8:15 p.m.21 views

AZL-51123 CVE-2024-50044 affecting package kernel for versions less than 5.15.173.1-1

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: RFCOMM: FIX possible deadlock in rfcommskstatechange rfcommskstatechange attempts to use socklock so it must never be called with it locked but rfcommsockioctl always attempt to lock it causing the following trace:...

3.3CVSS6.8AI score0.00187EPSS
SaveExploits0References1
OSV
OSV
added 2024/10/21 8:15 p.m.2 views

DEBIAN-CVE-2024-50028

In the Linux kernel, the following vulnerability has been resolved: thermal: core: Reference count the zone in thermalzonegetbyid There are places in the thermal netlink code where nothing prevents the thermal zone object from going away while being accessed after it has been returned by...

5.5CVSS5.6AI score0.00215EPSS
SaveExploits0References1
OSV
OSV
added 2024/10/21 8:15 p.m.10 views

AZL-51416 CVE-2024-50028 affecting package kernel 6.6.150.1-1

In the Linux kernel, the following vulnerability has been resolved: thermal: core: Reference count the zone in thermalzonegetbyid There are places in the thermal netlink code where nothing prevents the thermal zone object from going away while being accessed after it has been returned by...

5.5CVSS6.3AI score0.00215EPSS
SaveExploits0References1
OSV
OSV
added 2024/10/21 8:15 p.m.13 views

AZL-51504 CVE-2024-50028 affecting package kernel 5.15.200.1-1

In the Linux kernel, the following vulnerability has been resolved: thermal: core: Reference count the zone in thermalzonegetbyid There are places in the thermal netlink code where nothing prevents the thermal zone object from going away while being accessed after it has been returned by...

5.5CVSS6.8AI score0.00215EPSS
SaveExploits0References1
OSV
OSV
added 2024/10/21 8:15 p.m.4 views

DEBIAN-CVE-2024-50030

In the Linux kernel, the following vulnerability has been resolved: drm/xe/ct: prevent UAF in sendrecv Ensure we serialize with completion side to prevent UAF with fence going out of scope on the stack, since we have no clue if it will fire after the timeout before we can erase from the xa. Also ...

7.8CVSS6.3AI score0.00229EPSS
SaveExploits0References1
NVD
NVD
added 2024/10/21 8:15 p.m.19 views

CVE-2022-49018

In the Linux kernel, the following vulnerability has been resolved: mptcp: fix sleep in atomic at close time Matt reported a splat at msk close time: BUG: sleeping function called from invalid context at net/mptcp/protocol.c:2877 inatomic: 1, irqsdisabled: 0, nonblock: 0, pid: 155, name:...

5.5CVSS0.00153EPSS
SaveExploits0References2
OSV
OSV
added 2024/10/21 8:15 p.m.5 views

DEBIAN-CVE-2022-48997

In the Linux kernel, the following vulnerability has been resolved: char: tpm: Protect tpmpmsuspend with locks Currently tpm transactions are executed unconditionally in tpmpmsuspend function, which may lead to races with other tpm accessors in the system. Specifically, the hwrandom tpm driver...

4.7CVSS5.4AI score0.00236EPSS
SaveExploits0References1
OSV
OSV
added 2024/10/21 8:15 p.m.3 views

DEBIAN-CVE-2022-48956

In the Linux kernel, the following vulnerability has been resolved: ipv6: avoid use-after-free in ip6fragment Blamed commit claimed rcureadlock was held by ip6fragment callers. It seems to not be always true, at least for UDP stack. syzbot reported: BUG: KASAN: use-after-free in ip6dstidev...

7.8CVSS5.6AI score0.00265EPSS
SaveExploits0References1
OSV
OSV
added 2024/10/21 8:15 p.m.6 views

UBUNTU-CVE-2024-50028

In the Linux kernel, the following vulnerability has been resolved: thermal: core: Reference count the zone in thermalzonegetbyid There are places in the thermal netlink code where nothing prevents the thermal zone object from going away while being accessed after it has been returned by...

7.8CVSS6.2AI score0.00215EPSS
SaveExploits0References19
OSV
OSV
added 2024/10/21 8:15 p.m.9 views

UBUNTU-CVE-2022-48956

In the Linux kernel, the following vulnerability has been resolved: ipv6: avoid use-after-free in ip6fragment Blamed commit claimed rcureadlock was held by ip6fragment callers. It seems to not be always true, at least for UDP stack. syzbot reported: BUG: KASAN: use-after-free in ip6dstidev...

7.8CVSS6.1AI score0.00265EPSS
SaveExploits0References10
OSV
OSV
added 2024/10/21 8:15 p.m.5 views

UBUNTU-CVE-2024-50041

In the Linux kernel, the following vulnerability has been resolved: i40e: Fix macvlan leak by synchronizing access to macfilterhash This patch addresses a macvlan leak issue in the i40e driver caused by concurrent access to vsi-macfilterhash. The leak occurs when multiple threads attempt to modif...

8.8CVSS6.2AI score0.00228EPSS
SaveExploits0References29
OSV
OSV
added 2024/10/21 8:15 p.m.12 views

UBUNTU-CVE-2022-48997

In the Linux kernel, the following vulnerability has been resolved: char: tpm: Protect tpmpmsuspend with locks Currently tpm transactions are executed unconditionally in tpmpmsuspend function, which may lead to races with other tpm accessors in the system. Specifically, the hwrandom tpm driver...

4.7CVSS6.2AI score0.00236EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2024/10/21 7:39 p.m.35 views

CVE-2024-50030 drm/xe/ct: prevent UAF in send_recv()

In the Linux kernel, the following vulnerability has been resolved: drm/xe/ct: prevent UAF in sendrecv Ensure we serialize with completion side to prevent UAF with fence going out of scope on the stack, since we have no clue if it will fire after the timeout before we can erase from the xa. Also ...

7.8CVSS0.00229EPSS
SaveExploits0References2
OSV
OSV
added 2024/10/21 7:15 p.m.21 views

AZL-51750 CVE-2024-50014 affecting package kernel 5.15.200.1-1

In the Linux kernel, the following vulnerability has been resolved: ext4: fix access to uninitialised lock in fc replay path The following kernel trace can be triggered with fstest generic/629 when executed against a filesystem with fast-commit feature enabled: INFO: trying to register non-static...

5.5CVSS6.4AI score0.00222EPSS
SaveExploits0References1
OSV
OSV
added 2024/10/21 7:15 p.m.20 views

AZL-51788 CVE-2024-50014 affecting package kernel for versions less than 6.6.76.1-1

In the Linux kernel, the following vulnerability has been resolved: ext4: fix access to uninitialised lock in fc replay path The following kernel trace can be triggered with fstest generic/629 when executed against a filesystem with fast-commit feature enabled: INFO: trying to register non-static...

5.5CVSS6.4AI score0.00222EPSS
SaveExploits0References1
OSV
OSV
added 2024/10/21 7:15 p.m.3 views

DEBIAN-CVE-2024-50014

In the Linux kernel, the following vulnerability has been resolved: ext4: fix access to uninitialised lock in fc replay path The following kernel trace can be triggered with fstest generic/629 when executed against a filesystem with fast-commit feature enabled: INFO: trying to register non-static...

5.5CVSS5.7AI score0.00222EPSS
SaveExploits0References1
NVD
NVD
added 2024/10/21 7:15 p.m.88 views

CVE-2024-50014

In the Linux kernel, the following vulnerability has been resolved: ext4: fix access to uninitialised lock in fc replay path The following kernel trace can be triggered with fstest generic/629 when executed against a filesystem with fast-commit feature enabled: INFO: trying to register non-static...

5.5CVSS0.00222EPSS
SaveExploits0References6
OSV
OSV
added 2024/10/21 7:15 p.m.20 views

UBUNTU-CVE-2024-50014

In the Linux kernel, the following vulnerability has been resolved: ext4: fix access to uninitialised lock in fc replay path The following kernel trace can be triggered with fstest generic/629 when executed against a filesystem with fast-commit feature enabled: INFO: trying to register non-static...

5.5CVSS6.2AI score0.00222EPSS
SaveExploits0References21
Rows per page
Query Builder