Lucene search
+L

9862 matches found

Redos
Redos
added 2024/05/03 12:0 a.m.15 views

ROS-20240503-14

A vulnerability in the PSA Crypto API of the Mbed TLS and Mbed Crypto software is related to a insufficient spatial separation. Exploitation of the vulnerability could allow an attacker to have an impact the confidentiality, integrity, and availability of data Vulnerability in the...

8.2CVSS8AI score0.0112EPSS
SaveExploits0
Redos
Redos
added 2024/05/03 12:0 a.m.15 views

ROS-20240503-17

A vulnerability in the PSA Crypto API of the Mbed TLS and Mbed Crypto software is related to a insufficient spatial separation. Exploitation of the vulnerability could allow an attacker to have an impact the confidentiality, integrity, and availability of data Vulnerability in the...

8.2CVSS8AI score0.0112EPSS
SaveExploits0
NVD
NVD
added 2024/05/02 7:15 a.m.45 views

CVE-2024-32962

xml-crypto is an xml digital signature and encryption library for Node.js. In affected versions the default configuration does not check authorization of the signer, it only checks the validity of the signature per section 3.2.2 of the w3 xmldsig-core-20080610 spec. As such, without additional...

10CVSS9.4AI score0.00833EPSS
SaveExploits1References7
CVE
CVE
added 2024/05/02 6:48 a.m.116 views

CVE-2024-32962

The CVE concerns the xml-crypto library (Node.js). Affected versions 4.0.0 through 6.0.0 use a default configuration that does not validate signer authorization, only the signature’s cryptographic validity against the xmldsig-core spec. This allows an attacker to re-sign an XML document and inser...

10CVSS9.3AI score0.00833EPSS
SaveExploits1References7
Cvelist
Cvelist
added 2024/05/02 6:48 a.m.60 views

CVE-2024-32962 XML signature verification bypass due improper verification of signature / signature spoofing

xml-crypto is an xml digital signature and encryption library for Node.js. In affected versions the default configuration does not check authorization of the signer, it only checks the validity of the signature per section 3.2.2 of the w3 xmldsig-core-20080610 spec. As such, without additional...

10CVSS9.6AI score0.00833EPSS
SaveExploits1References7
CNNVD
CNNVD
added 2024/05/02 12:0 a.m.9 views

xml-crypto 安全漏洞

NPM xml-crypto is a digital signature and cryptography library from NPM. A security vulnerability in xml-crypto versions 4.0.0 through 6.0.0, which stems from a default configuration that does not check the authorization of the signer, allows attackers to bypass XML signature verification...

10CVSS8.7AI score0.00833EPSS
SaveExploits1References8
RedhatCVE
RedhatCVE
added 2024/05/01 8:23 p.m.19 views

CVE-2024-26974

A race condition was found in drivers/crypto/intel/qat/qatcommon/adfaer.c in the Linux kernel during AER recovery...

5.8CVSS7.3AI score0.00198EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/05/01 5:23 p.m.30 views

CVE-2024-26957

In the Linux kernel, the following vulnerability has been resolved: s390/zcrypt: fix reference counting on zcrypt card objects Tests with hot-plugging crytpo cards on KVM guests with debug kernel build revealed an use after free for the load field of the struct zcryptcard. The reason was an...

5.5CVSS7AI score0.00239EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/05/01 5:22 p.m.57 views

CVE-2024-26945

In the Linux kernel, the following vulnerability has been resolved: crypto: iaa - Fix nrcpus nriaa case If nrcpus nriaa, the calculated cpusperiaa will be 0, which causes a divide-by-0 in rebalancewqtable. Make sure cpusperiaa is 1 in that case, and also in the nriaa == 0 case, even though...

5.5CVSS7.1AI score0.00238EPSS
SaveExploits0References4
vulnersOsv
vulnersOsv
added 2024/05/01 5:5 p.m.10 views

@boxyhq/saml-jackson (>=1.11.2 <=1.17.1), @boxyhq/saml20 (>=1.2.4 <=1.4.1) +7 more potentially affected by CVE-2024-32962 via xml-crypto (>=4.1.0 <=5.1.1)

xml-crypto NPM version =4.1.0, =1.11.2, =1.2.4, =4.0.0, =1.0.0, =0.0.1, =0.0.2 - saml-nofs =3.0.2 - verifactu-utils =1.1.0 Source cves: CVE-2024-32962 Source advisory: OSV:GHSA-2XP3-57P7-QF4V...

10CVSS7.2AI score0.00833EPSS
SaveExploits1
OSV
OSV
added 2024/05/01 5:5 p.m.123 views

GHSA-2XP3-57P7-QF4V xml-crypto vulnerable to XML signature verification bypass due improper verification of signature/signature spoofing

Summary Default configuration does not check authorization of the signer, it only checks the validity of the signature per section 3.2.2 of https://www.w3.org/TR/2008/REC-xmldsig-core-20080610/sec-CoreValidation. As such, without additional validation steps, the default configuration allows a...

10CVSS9.2AI score0.00833EPSS
SaveExploits1References10
Github Security Blog
Github Security Blog
added 2024/05/01 5:5 p.m.38 views

xml-crypto vulnerable to XML signature verification bypass due improper verification of signature/signature spoofing

Summary Default configuration does not check authorization of the signer, it only checks the validity of the signature per section 3.2.2 of https://www.w3.org/TR/2008/REC-xmldsig-core-20080610/sec-CoreValidation. As such, without additional validation steps, the default configuration allows a...

10CVSS7AI score0.00833EPSS
SaveExploits1References10Affected Software1
The Hacker News
The Hacker News
added 2024/05/01 2:25 p.m.18 views

Bitcoin Forensic Analysis Uncovers Money Laundering Clusters and Criminal Proceeds

A forensic analysis of a graph dataset containing transactions on the Bitcoin blockchain has revealed clusters associated with illicit activity and money laundering, including detecting criminal proceeds sent to a crypto exchange and previously unknown wallets belonging to a Russian darknet marke...

6.9AI score
SaveExploits0
NVD
NVD
added 2024/05/01 1:15 p.m.23 views

CVE-2024-27061

In the Linux kernel, the following vulnerability has been resolved: crypto: sun8i-ce - Fix use after free in unprepare sun8icecipherunprepare should be called before cryptofinalizeskcipherrequest, because client callbacks may immediately free memory, that isn't needed anymore. But it will be used...

7.8CVSS6.4AI score0.00226EPSS
SaveExploits0References3
UbuntuCve
UbuntuCve
added 2024/05/01 1:15 p.m.29 views

CVE-2024-27061

In the Linux kernel, the following vulnerability has been resolved: crypto: sun8i-ce - Fix use after free in unprepare sun8icecipherunprepare should be called before cryptofinalizeskcipherrequest, because client callbacks may immediately free memory, that isn't needed anymore. But it will be used...

7.8CVSS5.9AI score0.00226EPSS
SaveExploits0References5
OSV
OSV
added 2024/05/01 1:15 p.m.12 views

UBUNTU-CVE-2024-27061

In the Linux kernel, the following vulnerability has been resolved: crypto: sun8i-ce - Fix use after free in unprepare sun8icecipherunprepare should be called before cryptofinalizeskcipherrequest, because client callbacks may immediately free memory, that isn't needed anymore. But it will be used...

7.8CVSS5.7AI score0.00226EPSS
SaveExploits0References6
Debian CVE
Debian CVE
added 2024/05/01 1:0 p.m.25 views

CVE-2024-27061

In the Linux kernel, the following vulnerability has been resolved: crypto: sun8i-ce - Fix use after free in unprepare sun8icecipherunprepare should be called before cryptofinalizeskcipherrequest, because client callbacks may immediately free memory, that isn't needed anymore. But it will be used...

7.8CVSS5.9AI score0.00226EPSS
SaveExploits0
Cvelist
Cvelist
added 2024/05/01 1:0 p.m.36 views

CVE-2024-27061 crypto: sun8i-ce - Fix use after free in unprepare

In the Linux kernel, the following vulnerability has been resolved: crypto: sun8i-ce - Fix use after free in unprepare sun8icecipherunprepare should be called before cryptofinalizeskcipherrequest, because client callbacks may immediately free memory, that isn't needed anymore. But it will be used...

7.8CVSS6.7AI score0.00226EPSS
SaveExploits0References3
CVE
CVE
added 2024/05/01 1:0 p.m.95 views

CVE-2024-27061

CVE-2024-27061 affects the Linux kernel crypto sun8i-ce path (sun8i_ce_cipher_do_one) due to a use-after-free in unprepare. The root cause is use-after-free of memory when client callbacks may free memory before sun8i_ce_cipher_unprepare is called, leading to a potential pointer dereference and a...

7.8CVSS6.6AI score0.00226EPSS
SaveExploits0References3Affected Software1
OSV
OSV
added 2024/05/01 1:0 p.m.17 views

CVE-2024-27061 crypto: sun8i-ce - Fix use after free in unprepare

In the Linux kernel, the following vulnerability has been resolved: crypto: sun8i-ce - Fix use after free in unprepare sun8icecipherunprepare should be called before cryptofinalizeskcipherrequest, because client callbacks may immediately free memory, that isn't needed anymore. But it will be used...

7.8CVSS5.6AI score
SaveExploits0References6
Rows per page
Query Builder