Lucene search
K

21 matches found

Tenable Nessus
Tenable Nessus
added 2025/10/07 12:0 a.m.1 views

Unity Linux 20.1070a Security Update: kernel (UTSA-2025-986330)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-986330 advisory. In the Linux kernel, the following vulnerability has been resolved: crypto: qcom-rng - fix infinite loop on requests not multiple of WORDSZ The commit referenced in...

5.5CVSS5.6AI score0.00012EPSS
Exploits0References4
Tenable Nessus
Tenable Nessus
added 2025/10/07 12:0 a.m.1 views

Unity Linux 20.1070e Security Update: kernel (UTSA-2025-986815)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-986815 advisory. In the Linux kernel, the following vulnerability has been resolved: crypto: qcom-rng - fix infinite loop on requests not multiple of WORDSZ The commit referenced in...

5.5CVSS5.6AI score0.00012EPSS
Exploits0References4
RedhatCVE
RedhatCVE
added 2024/03/05 6:13 p.m.32 views

CVE-2022-48630

In the Linux kernel, the following vulnerability has been resolved: crypto: qcom-rng - fix infinite loop on requests not multiple of WORDSZ The commit referenced in the Fixes tag removed the 'break' from the else branch in qcomrngread, causing an infinite loop whenever 'max' is not a multiple of...

4.4CVSS6.5AI score0.00012EPSS
Exploits0References4
RedhatCVE
RedhatCVE
added 2024/03/05 6:13 p.m.23 views

CVE-2022-48629

In the Linux kernel, the following vulnerability has been resolved: crypto: qcom-rng - ensure buffer for generate is completely filled The generate function in struct rngalg expects that the destination buffer is completely filled if the function returns 0. qcomrngread can run into a situation...

5.5CVSS6.5AI score0.00015EPSS
Exploits1References4
OSV
OSV
added 2024/03/05 12:15 p.m.1 views

DEBIAN-CVE-2022-48629

In the Linux kernel, the following vulnerability has been resolved: crypto: qcom-rng - ensure buffer for generate is completely filled The generate function in struct rngalg expects that the destination buffer is completely filled if the function returns 0. qcomrngread can run into a situation...

5.5CVSS5.8AI score0.00015EPSS
Exploits1References1
NVD
NVD
added 2024/03/05 12:15 p.m.18 views

CVE-2022-48630

In the Linux kernel, the following vulnerability has been resolved: crypto: qcom-rng - fix infinite loop on requests not multiple of WORDSZ The commit referenced in the Fixes tag removed the 'break' from the else branch in qcomrngread, causing an infinite loop whenever 'max' is not a multiple of...

5.5CVSS7.3AI score0.00012EPSS
Exploits0References6
NVD
NVD
added 2024/03/05 12:15 p.m.33 views

CVE-2022-48629

In the Linux kernel, the following vulnerability has been resolved: crypto: qcom-rng - ensure buffer for generate is completely filled The generate function in struct rngalg expects that the destination buffer is completely filled if the function returns 0. qcomrngread can run into a situation...

5.5CVSS7.4AI score0.00015EPSS
Exploits1References6
UbuntuCve
UbuntuCve
added 2024/03/05 12:15 p.m.21 views

CVE-2022-48630

In the Linux kernel, the following vulnerability has been resolved: crypto: qcom-rng - fix infinite loop on requests not multiple of WORDSZ The commit referenced in the Fixes tag removed the 'break' from the else branch in qcomrngread, causing an infinite loop whenever 'max' is not a multiple of...

5.5CVSS6.2AI score0.00012EPSS
Exploits0References8
Prion
Prion
added 2024/03/05 12:15 p.m.13 views

Design/Logic Flaw

In the Linux kernel, the following vulnerability has been resolved: crypto: qcom-rng - ensure buffer for generate is completely filled The generate function in struct rngalg expects that the destination buffer is completely filled if the function returns 0. qcomrngread can run into a situation...

7.3AI score0.00015EPSS
Exploits1References6
Prion
Prion
added 2024/03/05 12:15 p.m.22 views

Spoofing

In the Linux kernel, the following vulnerability has been resolved: crypto: qcom-rng - fix infinite loop on requests not multiple of WORDSZ The commit referenced in the Fixes tag removed the 'break' from the else branch in qcomrngread, causing an infinite loop whenever 'max' is not a multiple of...

7.3AI score0.00012EPSS
Exploits0References6
UbuntuCve
UbuntuCve
added 2024/03/05 12:15 p.m.23 views

CVE-2022-48629

In the Linux kernel, the following vulnerability has been resolved: crypto: qcom-rng - ensure buffer for generate is completely filled The generate function in struct rngalg expects that the destination buffer is completely filled if the function returns 0. qcomrngread can run into a situation...

5.5CVSS6.4AI score0.00015EPSS
Exploits1References8
Cvelist
Cvelist
added 2024/03/05 11:18 a.m.20 views

CVE-2022-48630 crypto: qcom-rng - fix infinite loop on requests not multiple of WORD_SZ

In the Linux kernel, the following vulnerability has been resolved: crypto: qcom-rng - fix infinite loop on requests not multiple of WORDSZ The commit referenced in the Fixes tag removed the 'break' from the else branch in qcomrngread, causing an infinite loop whenever 'max' is not a multiple of...

7.5AI score0.00012EPSS
Exploits0References6
CVE
CVE
added 2024/03/05 11:18 a.m.102 views

CVE-2022-48630

CVE-2022-48630 affects the Linux kernel crypto: qcom-rng. The issue is an infinite loop in qcom_rng_read() when max is not a multiple of WORD_SZ, caused by removing a break in the else branch. The fix re-adds the break (a simple patch) to avoid looping. The vulnerability was demonstrated/tested o...

5.5CVSS6.2AI score0.00012EPSS
Exploits0References6Affected Software1
Vulnrichment
Vulnrichment
added 2024/03/05 11:18 a.m.25 views

CVE-2022-48630 crypto: qcom-rng - fix infinite loop on requests not multiple of WORD_SZ

In the Linux kernel, the following vulnerability has been resolved: crypto: qcom-rng - fix infinite loop on requests not multiple of WORDSZ The commit referenced in the Fixes tag removed the 'break' from the else branch in qcomrngread, causing an infinite loop whenever 'max' is not a multiple of...

6.6AI score0.00012EPSS
Exploits0References6
Debian CVE
Debian CVE
added 2024/03/05 11:18 a.m.21 views

CVE-2022-48630

In the Linux kernel, the following vulnerability has been resolved: crypto: qcom-rng - fix infinite loop on requests not multiple of WORDSZ The commit referenced in the Fixes tag removed the 'break' from the else branch in qcomrngread, causing an infinite loop whenever 'max' is not a multiple of...

5.5CVSS4.9AI score0.00012EPSS
Exploits0
OSV
OSV
added 2024/03/05 11:18 a.m.5 views

CVE-2022-48630 crypto: qcom-rng - fix infinite loop on requests not multiple of WORD_SZ

In the Linux kernel, the following vulnerability has been resolved: crypto: qcom-rng - fix infinite loop on requests not multiple of WORDSZ The commit referenced in the Fixes tag removed the 'break' from the else branch in qcomrngread, causing an infinite loop whenever 'max' is not a multiple of...

5.5CVSS5.5AI score0.00012EPSS
Exploits0References9
Cvelist
Cvelist
added 2024/03/05 11:18 a.m.16 views

CVE-2022-48629 crypto: qcom-rng - ensure buffer for generate is completely filled

In the Linux kernel, the following vulnerability has been resolved: crypto: qcom-rng - ensure buffer for generate is completely filled The generate function in struct rngalg expects that the destination buffer is completely filled if the function returns 0. qcomrngread can run into a situation...

7.6AI score0.00015EPSS
Exploits1References6
Debian CVE
Debian CVE
added 2024/03/05 11:18 a.m.23 views

CVE-2022-48629

In the Linux kernel, the following vulnerability has been resolved: crypto: qcom-rng - ensure buffer for generate is completely filled The generate function in struct rngalg expects that the destination buffer is completely filled if the function returns 0. qcomrngread can run into a situation...

5.5CVSS5.3AI score0.00015EPSS
Exploits1
CVE
CVE
added 2024/03/05 11:18 a.m.107 views

CVE-2022-48629

CVE-2022-48629 concerns the Linux kernel crypto/qcom-rng implementation. The issue arises when the RNG generate function can leave part of the destination buffer zeroed if qcom_rng_read() returns a success but qcom_rng_generate() does not verify the value, causing the destination to be only parti...

5.5CVSS6.3AI score0.00015EPSS
Exploits1References6Affected Software1
Vulnrichment
Vulnrichment
added 2024/03/05 11:18 a.m.22 views

CVE-2022-48629 crypto: qcom-rng - ensure buffer for generate is completely filled

In the Linux kernel, the following vulnerability has been resolved: crypto: qcom-rng - ensure buffer for generate is completely filled The generate function in struct rngalg expects that the destination buffer is completely filled if the function returns 0. qcomrngread can run into a situation...

6.8AI score0.00015EPSS
Exploits1References6
Rows per page
Query Builder