Lucene search
K

74 matches found

SUSE CVE
SUSE CVE
added 2026/05/28 3:55 a.m.5 views

SUSE CVE-2026-45950

In the Linux kernel, the following vulnerability has been resolved: crypto: starfive - Fix memory leak in starfiveaesaeaddoonereq The starfiveaesaeaddoonereq function allocates rctx-adata with kzalloc but fails to free it if sgcopytobuffer or starfiveaeshwinit fails, which lead to memory leaks...

5.8AI score0.00023EPSS
Exploits0References3
RedhatCVE
RedhatCVE
added 2026/05/27 11:52 p.m.4 views

CVE-2026-45950

A flaw was found in the Linux kernel's starfiveaesaeaddoonereq function within the crypto: starfive component. This vulnerability occurs because memory allocated for rctx-adata is not properly freed if sgcopytobuffer or starfiveaeshwinit operations fail. This can lead to memory leaks, potentially...

5.8AI score0.00023EPSS
Exploits0References4
EUVD
EUVD
added 2026/05/27 3:33 p.m.4 views

EUVD-2026-32234

In the Linux kernel, the following vulnerability has been resolved: crypto: starfive - Fix memory leak in starfiveaesaeaddoonereq The starfiveaesaeaddoonereq function allocates rctx-adata with kzalloc but fails to free it if sgcopytobuffer or starfiveaeshwinit fails, which lead to memory leaks...

5.8AI score0.00023EPSS
Exploits0References5
NVD
NVD
added 2026/05/27 2:17 p.m.4 views

CVE-2026-45950

In the Linux kernel, the following vulnerability has been resolved: crypto: starfive - Fix memory leak in starfiveaesaeaddoonereq The starfiveaesaeaddoonereq function allocates rctx-adata with kzalloc but fails to free it if sgcopytobuffer or starfiveaeshwinit fails, which lead to memory leaks...

0.00023EPSS
Exploits0References4
OSV
OSV
added 2026/05/27 2:17 p.m.1 views

UBUNTU-CVE-2026-45950

In the Linux kernel, the following vulnerability has been resolved: crypto: starfive - Fix memory leak in starfiveaesaeaddoonereq The starfiveaesaeaddoonereq function allocates rctx-adata with kzalloc but fails to free it if sgcopytobuffer or starfiveaeshwinit fails, which lead to memory leaks...

5.8AI score0.00023EPSS
Exploits0References3
CVE
CVE
added 2026/05/27 12:18 p.m.10 views

CVE-2026-45950

In the Linux kernel, CVE-2026-45950 concerns a memory leak in crypto: starfive via starfive_aes_aead_do_one_req(). The function kzalloc() allocates rctx->adata but there was no corresponding free on failure paths (sg_copy_to_buffer() or starfive_aes_hw_init()), leading to leaks. The fix adds c...

5.8AI score0.00023EPSS
Exploits0References4
Cvelist
Cvelist
added 2026/05/27 12:18 p.m.29 views

CVE-2026-45950 crypto: starfive - Fix memory leak in starfive_aes_aead_do_one_req()

In the Linux kernel, the following vulnerability has been resolved: crypto: starfive - Fix memory leak in starfiveaesaeaddoonereq The starfiveaesaeaddoonereq function allocates rctx-adata with kzalloc but fails to free it if sgcopytobuffer or starfiveaeshwinit fails, which lead to memory leaks...

0.00023EPSS
Exploits0References4
Debian CVE
Debian CVE
added 2026/05/27 12:18 p.m.5 views

CVE-2026-45950

In the Linux kernel, the following vulnerability has been resolved: crypto: starfive - Fix memory leak in starfiveaesaeaddoonereq The starfiveaesaeaddoonereq function allocates rctx-adata with kzalloc but fails to free it if sgcopytobuffer or starfiveaeshwinit fails, which lead to memory leaks...

5.8AI score0.00023EPSS
Exploits0
Positive Technologies
Positive Technologies
added 2026/05/27 12:0 a.m.7 views

PT-2026-43817

In the Linux kernel, the following vulnerability has been resolved: crypto: starfive - Fix memory leak in starfive aes aead do one req The starfive aes aead do one req function allocates rctx-adata with kzalloc but fails to free it if sg copy to buffer or starfive aes hw init fails, which lead to...

5.8AI score0.00023EPSS
Exploits0References5
UbuntuCve
UbuntuCve
added 2026/05/27 12:0 a.m.3 views

CVE-2026-45950

crypto: starfive - Fix memory leak in starfiveaesaeaddoonereq...

5.8AI score0.00023EPSS
Exploits0References2
CNNVD
CNNVD
added 2026/05/27 12:0 a.m.5 views

Linux kernel 安全漏洞

The Linux kernel is the kernel used by the Linux operating system developed by the Linux Foundation in the United States. There is a security vulnerability in the Linux kernel, which stems from the starfiveaesaeaddoonereq function failing when sgcopytobuffer or starfiveaeshwinit does not release...

5.8AI score0.00023EPSS
Exploits0References4
AstraLinux
AstraLinux
added 2026/05/20 5:53 a.m.2 views

Astra Linux - уязвимость в linux-5.10

In the Linux kernel, the following vulnerability has been resolved: crypto: starfive – Properly handling the return of sgnentsforlen The return value of sgnentsforlen was assigned to a unsigned long in starfivehashdigest, causing negative error codes to be converted into large positive integers...

5.8AI score0.00026EPSS
Exploits0References2
AstraLinux
AstraLinux
added 2026/05/03 11:59 p.m.2 views

Astra Linux - уязвимость в linux-5.10, linux, linux-5.15

In the Linux kernel, the following vulnerability has been resolved: Revert "mmc: dwmmc: Fix IDMAC operation with pages bigger than 4K" The commit 8396c793ffdf "mmc: dwmmc: Fix IDMAC operation with pages bigger than 4K" increased the maxreqsize, even for 4K pages, causing various issues: - Panic...

5.5CVSS6.9AI score0.00014EPSS
Exploits0References2
Microsoft CVE
Microsoft CVE
added 2026/01/06 9:1 a.m.3 views

crypto: starfive - Correctly handle return of sg_nents_for_len

...

5.5CVSS5.3AI score0.00026EPSS
Exploits0
SUSE CVE
SUSE CVE
added 2026/01/06 12:23 a.m.2 views

SUSE CVE-2025-68763

In the Linux kernel, the following vulnerability has been resolved: crypto: starfive - Correctly handle return of sgnentsforlen The return value of sgnentsforlen was assigned to an unsigned long in starfivehashdigest, causing negative error codes to be converted to large positive integers. Add...

6.6CVSS6.8AI score0.00026EPSS
Exploits0References3
NVD
NVD
added 2026/01/05 10:15 a.m.2 views

CVE-2025-68763

In the Linux kernel, the following vulnerability has been resolved: crypto: starfive - Correctly handle return of sgnentsforlen The return value of sgnentsforlen was assigned to an unsigned long in starfivehashdigest, causing negative error codes to be converted to large positive integers. Add...

0.00026EPSS
Exploits0References5
OSV
OSV
added 2026/01/05 10:15 a.m.0 views

UBUNTU-CVE-2025-68763

In the Linux kernel, the following vulnerability has been resolved: crypto: starfive - Correctly handle return of sgnentsforlen The return value of sgnentsforlen was assigned to an unsigned long in starfivehashdigest, causing negative error codes to be converted to large positive integers. Add...

5.8AI score0.00026EPSS
Exploits0References26
UbuntuCve
UbuntuCve
added 2026/01/05 10:15 a.m.1 views

CVE-2025-68763

In the Linux kernel, the following vulnerability has been resolved: crypto: starfive - Correctly handle return of sgnentsforlen The return value of sgnentsforlen was assigned to an unsigned long in starfivehashdigest, causing negative error codes to be converted to large positive integers. Add...

5.8AI score0.00026EPSS
Exploits0References25
OSV
OSV
added 2026/01/05 9:32 a.m.1 views

CVE-2025-68763 crypto: starfive - Correctly handle return of sg_nents_for_len

In the Linux kernel, the following vulnerability has been resolved: crypto: starfive - Correctly handle return of sgnentsforlen The return value of sgnentsforlen was assigned to an unsigned long in starfivehashdigest, causing negative error codes to be converted to large positive integers. Add...

6.4AI score0.00026EPSS
Exploits0References8
Debian CVE
Debian CVE
added 2026/01/05 9:32 a.m.3 views

CVE-2025-68763

In the Linux kernel, the following vulnerability has been resolved: crypto: starfive - Correctly handle return of sgnentsforlen The return value of sgnentsforlen was assigned to an unsigned long in starfivehashdigest, causing negative error codes to be converted to large positive integers. Add...

5.3AI score0.00026EPSS
Exploits0
Rows per page
Query Builder