Lucene search
+L

7860 matches found

F5 Networks
F5 Networks
•added 2024/05/21 8:59 p.m.•41 views

K000139700: Linux kernel usbmon vulnerability CVE-2022-43750

Security Advisory Description drivers/usb/mon/monbin.c in usbmon in the Linux kernel before 5.19.15 and 6.x before 6.0.1 allows a user-space client to corrupt the monitor's internal memory. CVE-2022-43750 Impact This vulnerability may allow an attacker with local access to gain improper privilege...

6.7CVSS6.6AI score0.0034EPSS
SaveExploits0Affected Software16
OSV
OSV
•added 2024/05/21 6:31 p.m.•15 views

GHSA-JF28-V5F6-CVPR NASA AIT-Core vulnerable to remote code execution

An issue in NASA AIT-Core v2.5.2 allows attackers to execute arbitrary code via a crafted packet...

9.3CVSS6.2AI score0.00438EPSS
SaveExploits1References4
OSV
OSV
•added 2024/05/21 4:15 p.m.•16 views

AZL-59441 CVE-2021-47432 affecting package kernel 5.15.200.1-1

In the Linux kernel, the following vulnerability has been resolved: lib/generic-radix-tree.c: Don't overflow in peek When we started spreading new inode numbers throughout most of the 64 bit inode space, that triggered some corner case bugs, in particular some integer overflows related to the rad...

6.4AI score0.00253EPSS
SaveExploits0References1
OSV
OSV
•added 2024/05/21 4:15 p.m.•15 views

DEBIAN-CVE-2021-47432

In the Linux kernel, the following vulnerability has been resolved: lib/generic-radix-tree.c: Don't overflow in peek When we started spreading new inode numbers throughout most of the 64 bit inode space, that triggered some corner case bugs, in particular some integer overflows related to the rad...

5.5CVSS5.7AI score0.00253EPSS
SaveExploits0References1
UbuntuCve
UbuntuCve
•added 2024/05/21 4:15 p.m.•30 views

CVE-2023-52701

In the Linux kernel, the following vulnerability has been resolved: net: use a bounce buffer for copying skb-mark syzbot found arm64 builds would crash in sockrecvmark when CONFIGHARDENEDUSERCOPY=y x86 and powerpc are not detecting the issue because they define useraccessbegin. This will be handl...

7.1CVSS6AI score0.00227EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
•added 2024/05/21 4:15 p.m.•17 views

CVE-2023-52822

Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority...

5.7AI score
SaveExploits0References7
UbuntuCve
UbuntuCve
•added 2024/05/21 4:15 p.m.•12 views

CVE-2023-52823

Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority...

5.7AI score
SaveExploits0References7
Debian CVE
Debian CVE
•added 2024/05/21 3:31 p.m.•49 views

CVE-2023-52824

Removed by vendor...

5.3AI score
SaveExploits0
Debian CVE
Debian CVE
•added 2024/05/21 3:30 p.m.•91 views

CVE-2023-52761

In the Linux kernel, the following vulnerability has been resolved: riscv: VMAPSTACK overflow detection thread-safe commit 31da94c25aea "riscv: add VMAPSTACK overflow detection" added support for CONFIGVMAPSTACK. If overflow is detected, CPU switches to shadowstack temporarily before switching...

7.8CVSS4.6AI score0.00267EPSS
SaveExploits0
Cvelist
Cvelist
•added 2024/05/21 3:22 p.m.•45 views

CVE-2023-52701 net: use a bounce buffer for copying skb->mark

In the Linux kernel, the following vulnerability has been resolved: net: use a bounce buffer for copying skb-mark syzbot found arm64 builds would crash in sockrecvmark when CONFIGHARDENEDUSERCOPY=y x86 and powerpc are not detecting the issue because they define useraccessbegin. This will be handl...

6.6AI score0.00227EPSS
SaveExploits0References2
CVE
CVE
•added 2024/05/21 3:22 p.m.•118 views

CVE-2023-52701

The CVE-2023-52701 entry concerns Linux kernel net handling: copying skb marks and skb_cb data led to a memory exposure via usercopy checks, observed as a kernel crash on arm64 when CONFIG_HARDENED_USERCOPY=y. Root cause: copying data from skb->cb[] and skb->mark can bypass size checks; pat...

7.1CVSS6.9AI score0.00227EPSS
SaveExploits0References2Affected Software1
Vulnrichment
Vulnrichment
•added 2024/05/21 3:22 p.m.•30 views

CVE-2023-52701 net: use a bounce buffer for copying skb->mark

In the Linux kernel, the following vulnerability has been resolved: net: use a bounce buffer for copying skb-mark syzbot found arm64 builds would crash in sockrecvmark when CONFIGHARDENEDUSERCOPY=y x86 and powerpc are not detecting the issue because they define useraccessbegin. This will be handl...

7.1AI score0.00227EPSS
SaveExploits0References2
OSV
OSV
•added 2024/05/21 3:22 p.m.•20 views

CVE-2023-52701 net: use a bounce buffer for copying skb->mark

In the Linux kernel, the following vulnerability has been resolved: net: use a bounce buffer for copying skb-mark syzbot found arm64 builds would crash in sockrecvmark when CONFIGHARDENEDUSERCOPY=y x86 and powerpc are not detecting the issue because they define useraccessbegin. This will be handl...

5.2AI score
SaveExploits0References5
NVD
NVD
•added 2024/05/21 3:15 p.m.•44 views

CVE-2021-47401

In the Linux kernel, the following vulnerability has been resolved: ipack: ipoctal: fix stack information leak The tty driver name is used also after registering the driver and must specifically not be allocated on the stack to avoid leaking information to user space or triggering an oops. Driver...

7.1CVSS6.2AI score0.0025EPSS
SaveExploits0References8
OSV
OSV
•added 2024/05/21 3:15 p.m.•41 views

CVE-2021-47401

In the Linux kernel, the following vulnerability has been resolved: ipack: ipoctal: fix stack information leak The tty driver name is used also after registering the driver and must specifically not be allocated on the stack to avoid leaking information to user space or triggering an oops. Driver...

5.5CVSS6.2AI score
SaveExploits0References8
OSV
OSV
•added 2024/05/21 3:15 p.m.•21 views

CVE-2021-47358

In the Linux kernel, the following vulnerability has been resolved: staging: greybus: uart: fix tty use after free User space can hold a tty open indefinitely and tty drivers must not release the underlying structures until the last user is gone. Switch to using the tty-port reference counter to...

7.8CVSS6.5AI score
SaveExploits0References7
Debian CVE
Debian CVE
•added 2024/05/21 3:03 p.m.•78 views

CVE-2021-47401

In the Linux kernel, the following vulnerability has been resolved: ipack: ipoctal: fix stack information leak The tty driver name is used also after registering the driver and must specifically not be allocated on the stack to avoid leaking information to user space or triggering an oops. Driver...

7.1CVSS6.5AI score0.0025EPSS
SaveExploits0
CVE
CVE
•added 2024/05/21 3:03 p.m.•123 views

CVE-2021-47401

In the provided documents, CVE-2021-47401 affects the Linux kernel’s ipack/ipoctal driver (drivers/ipack/devices/ipoctal.c). The root cause is that the tty driver name was allocated on the stack, enabling a stack information leak to user space or triggering an oops, and the name could encode topo...

7.1CVSS6.3AI score0.0025EPSS
SaveExploits0References8Affected Software1
Vulnrichment
Vulnrichment
•added 2024/05/21 3:03 p.m.•24 views

CVE-2021-47401 ipack: ipoctal: fix stack information leak

In the Linux kernel, the following vulnerability has been resolved: ipack: ipoctal: fix stack information leak The tty driver name is used also after registering the driver and must specifically not be allocated on the stack to avoid leaking information to user space or triggering an oops. Driver...

7.1CVSS6.5AI score0.0025EPSS
SaveExploits0References8
Vulnrichment
Vulnrichment
•added 2024/05/21 2:44 p.m.•16 views

CVE-2021-47358 staging: greybus: uart: fix tty use after free

In the Linux kernel, the following vulnerability has been resolved: staging: greybus: uart: fix tty use after free User space can hold a tty open indefinitely and tty drivers must not release the underlying structures until the last user is gone. Switch to using the tty-port reference counter to...

7.8CVSS6.9AI score0.00242EPSS
SaveExploits0References7
Rows per page
Query Builder