Lucene search
+L

110 matches found

EUVD
EUVD
added 2025/10/24 12:24 p.m.5 views

EUVD-2025-35837

In the Linux kernel, the following vulnerability has been resolved: crypto: afalg - Fix incorrect boolean values in afalgctx Commit 1b34cbbf4f01 "crypto: afalg - Disallow concurrent writes in afalgsendmsg" changed some fields from bool to 1-bit bitfields of type u32. However, some assignments to...

6AI score0.00218EPSS
SaveExploits0References8
CVE
CVE
added 2025/10/24 12:24 p.m.48 views

CVE-2025-40022

Summary (CVE-2025-40022) : In the Linux kernel, the af_alg crypto context used 1-bit bitfields of type u32 after a commit that disallowed concurrent writes. Some assignments to fields more/merge wrote values >1, which previously converted to bool, but with 1-bit bitfields the value mod 2 is us...

6.1AI score0.00218EPSS
SaveExploits0References9
Microsoft CVE
Microsoft CVE
added 2025/10/15 8:1 a.m.8 views

crypto: af_alg - Disallow concurrent writes in af_alg_sendmsg

...

5.5CVSS7AI score0.00232EPSS
SaveExploits0
SUSE CVE
SUSE CVE
added 2025/10/13 11:23 p.m.5 views

SUSE CVE-2025-39964

In the Linux kernel, the following vulnerability has been resolved: crypto: afalg - Disallow concurrent writes in afalgsendmsg Issuing two writes to the same afalg socket is bogus as the data will be interleaved in an unpredictable fashion. Furthermore, concurrent writes may create inconsistencie...

5.3CVSS6.5AI score0.00232EPSS
SaveExploits0References21
OSV
OSV
added 2025/10/13 2:15 p.m.9 views

AZL-68460 CVE-2025-39964 affecting package kernel for versions less than 6.6.112.1-1

In the Linux kernel, the following vulnerability has been resolved: crypto: afalg - Disallow concurrent writes in afalgsendmsg Issuing two writes to the same afalg socket is bogus as the data will be interleaved in an unpredictable fashion. Furthermore, concurrent writes may create inconsistencie...

3.3CVSS6.8AI score0.00232EPSS
SaveExploits0References1
OSV
OSV
added 2025/10/13 2:15 p.m.10 views

AZL-76437 CVE-2025-39964 affecting package kernel for versions less than 5.15.200.1-1

In the Linux kernel, the following vulnerability has been resolved: crypto: afalg - Disallow concurrent writes in afalgsendmsg Issuing two writes to the same afalg socket is bogus as the data will be interleaved in an unpredictable fashion. Furthermore, concurrent writes may create inconsistencie...

3.3CVSS6.8AI score0.00232EPSS
SaveExploits0References1
OSV
OSV
added 2025/10/13 1:48 p.m.4 views

CVE-2025-39964 crypto: af_alg - Disallow concurrent writes in af_alg_sendmsg

In the Linux kernel, the following vulnerability has been resolved: crypto: afalg - Disallow concurrent writes in afalgsendmsg Issuing two writes to the same afalg socket is bogus as the data will be interleaved in an unpredictable fashion. Furthermore, concurrent writes may create inconsistencie...

3.3CVSS6.4AI score0.00232EPSS
SaveExploits0References11
Tenable Nessus
Tenable Nessus
added 2025/10/08 12:0 a.m.7 views

Linux Distros Unpatched Vulnerability : CVE-2025-39931

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - crypto: afalg - Set merge to zero early in afalgsendmsg If an error causes afalgsendmsg to abort, ctx-merge may contain a garbage value from the previous loop...

5.5CVSS6.8AI score0.00143EPSS
SaveExploits0References4
EUVD
EUVD
added 2025/10/07 12:30 a.m.4 views

EUVD-2017-9214

Malware in sbrugna...

7.8CVSS6.4AI score0.00408EPSS
SaveExploits0References10
EUVD
EUVD
added 2025/10/07 12:30 a.m.7 views

EUVD-2015-8824

Malware in sbrugna...

5.5CVSS6.8AI score0.00504EPSS
SaveExploits0References14
EUVD
EUVD
added 2025/10/07 12:30 a.m.6 views

EUVD-2016-1336

Malware in sbrugna...

5.5CVSS6.5AI score0.00434EPSS
SaveExploits0References14
Microsoft CVE
Microsoft CVE
added 2025/10/05 8:3 a.m.7 views

crypto: af_alg - Set merge to zero early in af_alg_sendmsg

...

5.5CVSS7AI score0.00143EPSS
SaveExploits0
Cvelist
Cvelist
added 2025/10/04 7:30 a.m.28 views

CVE-2025-39931 crypto: af_alg - Set merge to zero early in af_alg_sendmsg

In the Linux kernel, the following vulnerability has been resolved: crypto: afalg - Set merge to zero early in afalgsendmsg If an error causes afalgsendmsg to abort, ctx-merge may contain a garbage value from the previous loop. This may then trigger a crash on the next entry into afalgsendmsg whe...

0.00143EPSS
SaveExploits0References7
ATTACKERKB
ATTACKERKB
added 2025/10/04 7:30 a.m.3 views

CVE-2025-39931

In the Linux kernel, the following vulnerability has been resolved: crypto: afalg - Set merge to zero early in afalgsendmsg If an error causes afalgsendmsg to abort, ctx-merge may contain a garbage value from the previous loop. This may then trigger a crash on the next entry into afalgsendmsg whe...

5.5CVSS6.2AI score0.00143EPSS
SaveExploits0References8Affected Software1
CVE
CVE
added 2025/10/04 7:30 a.m.37 views

CVE-2025-39931

The CVE-2025-39931 entry concerns the Linux kernel crypto/af_alg subsystem. The vulnerability occurs in af_alg_sendmsg: if an error causes the call to abort, ctx->merge may contain a garbage value from the previous loop, which can trigger a crash on the next entry into af_alg_sendmsg when atte...

5.5CVSS6.1AI score0.00143EPSS
SaveExploits0References9Affected Software1
Tenable Nessus
Tenable Nessus
added 2025/08/08 12:0 a.m.2 views

Linux Distros Unpatched Vulnerability : CVE-2025-37808

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - crypto: null - Use spin lock instead of mutex As the null algorithm may be freed in softirq context through afalg, use spin locks instead of mutexes to protect...

5.5CVSS6.5AI score0.00176EPSS
SaveExploits0References3
RedhatCVE
RedhatCVE
added 2024/07/16 10:57 p.m.16 views

CVE-2022-48781

In the Linux kernel, the following vulnerability has been resolved: crypto: afalg - get rid of algmemoryallocated algmemoryallocated does not seem to be really used. algproto does have a .memoryallocated field, but no corresponding .sysctlmem. This means skhasaccount returns true, but all...

5.5CVSS5.9AI score0.00195EPSS
SaveExploits0References4
NVD
NVD
added 2024/07/16 12:15 p.m.24 views

CVE-2022-48781

In the Linux kernel, the following vulnerability has been resolved: crypto: afalg - get rid of algmemoryallocated algmemoryallocated does not seem to be really used. algproto does have a .memoryallocated field, but no corresponding .sysctlmem. This means skhasaccount returns true, but all...

5.5CVSS0.00195EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
added 2024/07/16 12:15 p.m.16 views

CVE-2022-48781

In the Linux kernel, the following vulnerability has been resolved: crypto: afalg - get rid of algmemoryallocated algmemoryallocated does not seem to be really used. algproto does have a .memoryallocated field, but no corresponding .sysctlmem. This means skhasaccount returns true, but all...

5.5CVSS6.4AI score0.00195EPSS
SaveExploits0References4
CVE
CVE
added 2024/07/16 11:13 a.m.74 views

CVE-2022-48781

CVE-2022-48781 affects Linux kernel crypto: af_alg. The issue stems from removing alg_memory_allocated and an alg_proto memory_allocated field without a corresponding sysctl_mem, which makes sk_has_account() true and causes NULL pointer dereferences in sk_prot_mem_limits()/sock_reserve_memory whe...

5.5CVSS6.8AI score0.00195EPSS
SaveExploits0References2Affected Software1
Rows per page
Query Builder