Lucene search
+L

274 matches found

Cvelist
Cvelist
added 2025/10/04 7:31 a.m.24 views

CVE-2025-39943 ksmbd: smbdirect: validate data_offset and data_length field of smb_direct_data_transfer

In the Linux kernel, the following vulnerability has been resolved: ksmbd: smbdirect: validate dataoffset and datalength field of smbdirectdatatransfer If dataoffset and datalength of smbdirectdatatransfer struct are invalid, out of bounds issue could happen. This patch validate dataoffset and...

9.4CVSS0.0026EPSS
SaveExploits0References6
OSV
OSV
added 2025/10/04 7:31 a.m.5 views

CVE-2025-39942 ksmbd: smbdirect: verify remaining_data_length respects max_fragmented_recv_size

In the Linux kernel, the following vulnerability has been resolved: ksmbd: smbdirect: verify remainingdatalength respects maxfragmentedrecvsize This is inspired by the check for dataoffset + datalength...

7.5CVSS6.5AI score
SaveExploits0References8
Cvelist
Cvelist
added 2025/10/04 7:30 a.m.24 views

CVE-2025-39933 smb: client: let recv_done verify data_offset, data_length and remaining_data_length

In the Linux kernel, the following vulnerability has been resolved: smb: client: let recvdone verify dataoffset, datalength and remainingdatalength This is inspired by the related server fixes...

9.4CVSS0.00209EPSS
SaveExploits0References2
OSV
OSV
added 2025/10/04 7:30 a.m.10 views

CVE-2025-39929 smb: client: fix smbdirect_recv_io leak in smbd_negotiate() error path

In the Linux kernel, the following vulnerability has been resolved: smb: client: fix smbdirectrecvio leak in smbdnegotiate error path During tests of another unrelated patch I was able to trigger this error: Objects remaining on kmemcacheshutdown...

7.5CVSS6.1AI score
SaveExploits0References11
EUVD
EUVD
added 2025/10/03 8:07 p.m.12 views

EUVD-2025-13158

Malicious code in bioql PyPI...

7.1AI score0.00194EPSS
SaveExploits0References6
EUVD
EUVD
added 2025/10/03 8:07 p.m.9 views

EUVD-2025-27883

Malicious code in bioql PyPI...

6.3AI score0.00263EPSS
SaveExploits0References4
EUVD
EUVD
added 2025/10/03 8:07 p.m.14 views

EUVD-2025-29586

Malicious code in bioql PyPI...

6.3AI score0.00168EPSS
SaveExploits0References9
EUVD
EUVD
added 2025/10/03 8:07 p.m.11 views

EUVD-2025-15714

Malicious code in bioql PyPI...

9.8CVSS7.5AI score0.00698EPSS
SaveExploits1References4
CVE
CVE
added 2025/09/17 2:56 p.m.52 views

CVE-2022-50363

CVE-2022-50363 relates to the Linux kernel skmsg path: alloc_sk_msg() could be invoked from a non-sleepable context. The root cause is missing gfp_t argument passing, with sk_psock_verdict_recv() using rcu_read_lock(). The provided documents trace a call path from sk_psock_verdict_recv through al...

9.8CVSS6AI score0.00399EPSS
SaveExploits0References2Affected Software1
Rosalinux
Rosalinux
added 2025/09/11 9:50 a.m.15 views

Advisory ROSA-SA-2025-2988

software: salt 3006.3 WASP: ROSA-CHROME unaffected versions = salt-3006.3-2 affected versions salt-3006.3-2 CVE-ID: CVE-2024-38824 BDU-ID: None CVE-Crit: CRITICAL CVE-DESC.: A directory traversal vulnerability in recvfile allows an attacker to write arbitrary files to the master cache directory...

9.6CVSS6.8AI score0.01008EPSS
SaveExploits0
BDU FSTEC
BDU FSTEC
added 2025/09/05 12:00 a.m.6 views

The vulnerability of the tls_alert_recv() function in the Linux operating system allows a hacker to trigger a service failure.

The vulnerability of the tlsalertrecv function in the Linux operating system’s kernel is related to the copying of buffers without checking the input data. Exploiting this vulnerability could allow a remote attacker to cause a service failure...

7.8CVSS6.6AI score0.00587EPSS
SaveExploits0References12Affected Software7
Tenable Nessus
Tenable Nessus
added 2025/09/02 12:00 a.m.3 views

Linux Distros Unpatched Vulnerability : CVE-2024-58239

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - In the Linux kernel, the following vulnerability has been resolved: tls: stop recv if initial processrxlist gave us non-DATA If we have a non-DATA record on the...

8.2CVSS5.3AI score0.00346EPSS
SaveExploits2References3
OSV
OSV
added 2025/08/22 2:15 p.m.11 views

DEBIAN-CVE-2024-58239

In the Linux kernel, the following vulnerability has been resolved: tls: stop recv if initial processrxlist gave us non-DATA If we have a non-DATA record on the rxlist and another record of the same type still on the queue, we will end up merging them: - processrxlist copies the non-DATA record -...

5.5CVSS5.5AI score0.00346EPSS
SaveExploits2References1
OSV
OSV
added 2025/08/22 2:15 p.m.8 views

UBUNTU-CVE-2024-58239

In the Linux kernel, the following vulnerability has been resolved: tls: stop recv if initial processrxlist gave us non-DATA If we have a non-DATA record on the rxlist and another record of the same type still on the queue, we will end up merging them: - processrxlist copies the non-DATA record -...

8.2CVSS6AI score0.00346EPSS
SaveExploits2References10
OSV
OSV
added 2025/08/19 5:15 p.m.7 views

DEBIAN-CVE-2025-38566

In the Linux kernel, the following vulnerability has been resolved: sunrpc: fix handling of server side tls alerts Scott Mayhew discovered a security exploit in NFS over TLS in tlsalertrecv due to its assumption it can read data from the msg iterator's kvec.. kTLS implementation splits TLS non-da...

7.5CVSS5.8AI score0.00587EPSS
SaveExploits0References1
Debian CVE
Debian CVE
added 2025/08/19 5:02 p.m.7 views

CVE-2025-38566

In the Linux kernel, the following vulnerability has been resolved: sunrpc: fix handling of server side tls alerts Scott Mayhew discovered a security exploit in NFS over TLS in tlsalertrecv due to its assumption it can read data from the msg iterator's kvec.. kTLS implementation splits TLS non-da...

9.8CVSS5.8AI score0.00587EPSS
SaveExploits0
OSV
OSV
added 2025/08/16 11:12 a.m.10 views

CVE-2025-38524 rxrpc: Fix recv-recv race of completed call

In the Linux kernel, the following vulnerability has been resolved: rxrpc: Fix recv-recv race of completed call If a call receives an event such as incoming data, the call gets placed on the socket's queue and a thread in recvmsg can be awakened to go and process it. Once the thread has picked up...

7.5CVSS5.9AI score
SaveExploits0References8
ATTACKERKB
ATTACKERKB
added 2025/08/16 11:12 a.m.7 views

CVE-2025-38524

In the Linux kernel, the following vulnerability has been resolved: rxrpc: Fix recv-recv race of completed call If a call receives an event such as incoming data, the call gets placed on the socket's queue and a thread in recvmsg can be awakened to go and process it. Once the thread has picked up...

4.7CVSS5.7AI score0.00263EPSS
SaveExploits0References5Affected Software1
Tenable Nessus
Tenable Nessus
added 2025/08/09 12:00 a.m.4 views

Linux Distros Unpatched Vulnerability : CVE-2023-53098

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - media: rc: gpio-ir-recv: add remove function In case runtime PM is enabled, do runtime PM clean up to remove cpu latency qos request, otherwise driver removal m...

5.5CVSS6AI score0.00194EPSS
SaveExploits0References2
SUSE CVE
SUSE CVE
added 2025/08/04 11:22 p.m.11 views

SUSE CVE-2025-54351

In iperf before 3.19.1, net.c has a buffer overflow when --skip-rx-copy is used for MSGTRUNC in recv...

7.5CVSS7.5AI score0.00411EPSS
SaveExploits0References8
Rows per page
Query Builder