Lucene search
+L

3283 matches found

Positive Technologies
Positive Technologies
added 2025/09/25 12:0 a.m.13 views

PT-2025-44120

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The Linux kernel contains an issue within the SMB client related to cryptographic buffers in non-linear memory. The crypto API, specifically through the scatterlist API, requires input...

4.9CVSS6AI score0.00201EPSS
SaveExploits0
NVD
NVD
added 2025/09/24 4:15 p.m.12 views

CVE-2025-27037

Memory corruption while processing configdev IOCTL when camera kernel driver drops its reference to CPU buffers...

7.8CVSS0.00081EPSS
SaveExploits0References1
CVE
CVE
added 2025/09/24 3:33 p.m.28 views

CVE-2025-27037

CVE-2025-27037 affects Qualcomm chipsets due to a memory corruption issue in the camera subsystem. The root cause is described as memory corruption occurring while processing the config_dev IOCTL when the camera kernel driver drops its references to CPU buffers. Multiple sources consolidate this ...

7.8CVSS6.6AI score0.00081EPSS
SaveExploits0References1Affected Software1
Vulnrichment
Vulnrichment
added 2025/09/24 3:33 p.m.7 views

CVE-2025-27037 Use After Free in Camera Driver

Memory corruption while processing configdev IOCTL when camera kernel driver drops its reference to CPU buffers...

7.8CVSS6.6AI score0.00081EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2025/09/24 3:33 p.m.16 views

CVE-2025-27037 Use After Free in Camera Driver

Memory corruption while processing configdev IOCTL when camera kernel driver drops its reference to CPU buffers...

7.8CVSS0.00081EPSS
SaveExploits0References1
Positive Technologies
Positive Technologies
added 2025/09/24 12:0 a.m.9 views

PT-2025-39275

Name of the Vulnerable Software and Affected Versions versions prior to 2025 Description A memory corruption issue exists when processing a config dev IOCTL within the camera kernel driver. This occurs when the driver releases its reference to CPU buffers. The issue could potentially allow for...

7.8CVSS6.9AI score0.00081EPSS
SaveExploits0References5
Microsoft CVE
Microsoft CVE
added 2025/09/21 8:3 a.m.6 views

ax25: properly unshare skbs in ax25_kiss_rcv()

...

8.8CVSS6.8AI score0.0022EPSS
SaveExploits0
SUSE CVE
SUSE CVE
added 2025/09/19 11:23 p.m.13 views

SUSE CVE-2025-39848

In the Linux kernel, the following vulnerability has been resolved: ax25: properly unshare skbs in ax25kissrcv Bernard Pidoux reported a regression apparently caused by commit c353e8983e0d "net: introduce per netns packet chains". skb-dev becomes NULL and we crash in netifreceiveskbcore. Before...

5.7CVSS6.5AI score0.0022EPSS
SaveExploits0References21
OSV
OSV
added 2025/09/19 4:15 p.m.10 views

AZL-67589 CVE-2025-39848 affecting package kernel for versions less than 6.6.112.1-1

In the Linux kernel, the following vulnerability has been resolved: ax25: properly unshare skbs in ax25kissrcv Bernard Pidoux reported a regression apparently caused by commit c353e8983e0d "net: introduce per netns packet chains". skb-dev becomes NULL and we crash in netifreceiveskbcore. Before...

8.8CVSS5.6AI score0.0022EPSS
SaveExploits0References1
NVD
NVD
added 2025/09/19 4:15 p.m.22 views

CVE-2025-39848

In the Linux kernel, the following vulnerability has been resolved: ax25: properly unshare skbs in ax25kissrcv Bernard Pidoux reported a regression apparently caused by commit c353e8983e0d "net: introduce per netns packet chains". skb-dev becomes NULL and we crash in netifreceiveskbcore. Before...

8.8CVSS0.0022EPSS
SaveExploits0References11
OSV
OSV
added 2025/09/19 4:15 p.m.1 views

DEBIAN-CVE-2025-39839

In the Linux kernel, the following vulnerability has been resolved: batman-adv: fix OOB read/write in network-coding decode batadvncskbdecodepacket trusts codedlen and checks only against skb-len. XOR starts at sizeofstruct batadvunicastpacket, reducing payload headroom, and the source skb length...

7.1CVSS6AI score0.00236EPSS
SaveExploits0References1
OSV
OSV
added 2025/09/19 4:15 p.m.12 views

AZL-67514 CVE-2025-39839 affecting package kernel for versions less than 6.6.112.1-1

In the Linux kernel, the following vulnerability has been resolved: batman-adv: fix OOB read/write in network-coding decode batadvncskbdecodepacket trusts codedlen and checks only against skb-len. XOR starts at sizeofstruct batadvunicastpacket, reducing payload headroom, and the source skb length...

8.8CVSS5.6AI score0.00236EPSS
SaveExploits0References1
NVD
NVD
added 2025/09/19 4:15 p.m.9 views

CVE-2025-39839

In the Linux kernel, the following vulnerability has been resolved: batman-adv: fix OOB read/write in network-coding decode batadvncskbdecodepacket trusts codedlen and checks only against skb-len. XOR starts at sizeofstruct batadvunicastpacket, reducing payload headroom, and the source skb length...

8.8CVSS0.00236EPSS
SaveExploits0References12
OSV
OSV
added 2025/09/19 4:15 p.m.6 views

UBUNTU-CVE-2025-39848

In the Linux kernel, the following vulnerability has been resolved: ax25: properly unshare skbs in ax25kissrcv Bernard Pidoux reported a regression apparently caused by commit c353e8983e0d "net: introduce per netns packet chains". skb-dev becomes NULL and we crash in netifreceiveskbcore. Before...

8.8CVSS5.9AI score0.0022EPSS
SaveExploits0References30
CVE
CVE
added 2025/09/19 3:26 p.m.41 views

CVE-2025-39848

CVE-2025-39848 affects the Linux kernel’s ax25_kiss_rcv() path. The root cause is queuing or mangling input skbs without verifying whether the skb is shared, which could trigger a crash in __netif_receive_skb_core() after a regression linked to per-netns packet chains. The description and connect...

8.8CVSS6.1AI score0.0022EPSS
SaveExploits0References11Affected Software1
OSV
OSV
added 2025/09/19 3:26 p.m.5 views

CVE-2025-39848 ax25: properly unshare skbs in ax25_kiss_rcv()

In the Linux kernel, the following vulnerability has been resolved: ax25: properly unshare skbs in ax25kissrcv Bernard Pidoux reported a regression apparently caused by commit c353e8983e0d "net: introduce per netns packet chains". skb-dev becomes NULL and we crash in netifreceiveskbcore. Before...

8.8CVSS6AI score0.0022EPSS
SaveExploits0References14
NVD
NVD
added 2025/09/18 4:15 p.m.8 views

CVE-2022-50410

In the Linux kernel, the following vulnerability has been resolved: NFSD: Protect against send buffer overflow in NFSv2 READ Since before the git era, NFSD has conserved the number of pages held by each nfsd thread by combining the RPC receive and send buffers into a single array of pages. This...

7.8CVSS0.0017EPSS
SaveExploits0References5
Vulnrichment
Vulnrichment
added 2025/09/18 4:3 p.m.2 views

CVE-2022-50407 crypto: hisilicon/qm - increase the memory of local variables

In the Linux kernel, the following vulnerability has been resolved: crypto: hisilicon/qm - increase the memory of local variables Increase the buffer to prevent stack overflow by fuzz test. The maximum length of the qos configuration buffer is 256 bytes. Currently, the value of the 'val buffer' i...

6.4AI score0.0016EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2025/09/18 4:3 p.m.12 views

CVE-2022-50407 crypto: hisilicon/qm - increase the memory of local variables

In the Linux kernel, the following vulnerability has been resolved: crypto: hisilicon/qm - increase the memory of local variables Increase the buffer to prevent stack overflow by fuzz test. The maximum length of the qos configuration buffer is 256 bytes. Currently, the value of the 'val buffer' i...

0.0016EPSS
SaveExploits0References3
NVD
NVD
added 2025/09/17 3:15 p.m.11 views

CVE-2023-53353

In the Linux kernel, the following vulnerability has been resolved: accel/habanalabs: postpone memmgr IDR destruction to hprivrelease The memory manager IDR is currently destroyed when user releases the file descriptor. However, at this point the user context might be still held, and memory buffe...

5.5CVSS0.00156EPSS
SaveExploits0References2
Rows per page
Query Builder