Lucene search
+L

5554 matches found

OSV
OSV
added 2023/02/07 9:15 p.m.5 views

PYSEC-2023-11

cryptography is a package designed to expose cryptographic primitives and recipes to Python developers. In affected versions Cipher.updateinto would accept Python objects which implement the buffer protocol, but provide only immutable buffers. This would allow immutable objects such as bytes to b...

6.5CVSS6.8AI score0.01301EPSS
SaveExploits1References3
OSV
OSV
added 2023/02/07 8:54 p.m.15 views

GHSA-W7PP-M8WF-VJ6R Cipher.update_into can corrupt memory if passed an immutable python object as the outbuf

Previously, Cipher.updateinto would accept Python objects which implement the buffer protocol, but provide only immutable buffers: pycon outbuf = b"\x00" 32 c = ciphers.CipherAESb"\x00" 32, modes.ECB.encryptor c.updateintob"\x00" 16, outbuf 16 outbuf...

6.9CVSS6.8AI score0.01301EPSS
SaveExploits1References8
vulnersOsv
vulnersOsv
added 2023/02/07 8:54 p.m.4 views

0lever-utils (>=0.0.2 <=0.0.7), 0x-web3 (=5.0.0a5) +1553 more potentially affected by CVE-2023-23931 via cryptography (>=1.8.1 <=39.0.0)

cryptography PYPI version =1.8.1, =0.0.2, =0.1.0, =0.5.0rc5, =1.0.0, =2.6.3, =1.0.4, =2.8.1, =0.4.0, =2.0.0, =0.1.1, =0.1.15 and more Source cves: CVE-2023-23931 Source advisory: OSV:GHSA-W7PP-M8WF-VJ6R...

6.5CVSS6.6AI score0.01301EPSS
SaveExploits1
Github Security Blog
Github Security Blog
added 2023/02/07 8:54 p.m.73 views

Cipher.update_into can corrupt memory if passed an immutable python object as the outbuf

Previously, Cipher.updateinto would accept Python objects which implement the buffer protocol, but provide only immutable buffers: pycon outbuf = b"\x00" 32 c = ciphers.CipherAESb"\x00" 32, modes.ECB.encryptor c.updateintob"\x00" 16, outbuf 16 outbuf...

6.5CVSS6.6AI score0.01301EPSS
SaveExploits1References8Affected Software1
Debian CVE
Debian CVE
added 2023/02/07 8:54 p.m.60 views

CVE-2023-23931

cryptography is a package designed to expose cryptographic primitives and recipes to Python developers. In affected versions Cipher.updateinto would accept Python objects which implement the buffer protocol, but provide only immutable buffers. This would allow immutable objects such as bytes to b...

6.5CVSS7.3AI score0.01301EPSS
SaveExploits1
Cvelist
Cvelist
added 2023/02/07 8:54 p.m.38 views

CVE-2023-23931 Cipher.update_into can corrupt memory in pyca cryptography

cryptography is a package designed to expose cryptographic primitives and recipes to Python developers. In affected versions Cipher.updateinto would accept Python objects which implement the buffer protocol, but provide only immutable buffers. This would allow immutable objects such as bytes to b...

4.8CVSS7.1AI score0.01301EPSS
SaveExploits1References2
AlpineLinux
AlpineLinux
added 2023/02/07 8:54 p.m.89 views

CVE-2023-23931

cryptography is a package designed to expose cryptographic primitives and recipes to Python developers. In affected versions Cipher.updateinto would accept Python objects which implement the buffer protocol, but provide only immutable buffers. This would allow immutable objects such as bytes to b...

6.5CVSS6.7AI score0.01301EPSS
SaveExploits1
Vulnrichment
Vulnrichment
added 2023/02/07 8:54 p.m.10 views

CVE-2023-23931 Cipher.update_into can corrupt memory in pyca cryptography

cryptography is a package designed to expose cryptographic primitives and recipes to Python developers. In affected versions Cipher.updateinto would accept Python objects which implement the buffer protocol, but provide only immutable buffers. This would allow immutable objects such as bytes to b...

4.8CVSS6.2AI score0.01301EPSS
SaveExploits1References2
CVE
CVE
added 2023/02/07 8:54 p.m.397 views

CVE-2023-23931

CVE-2023-23931 affects the Python cryptography package. The Cipher.update_into function could accept objects implementing the buffer protocol that were immutable, potentially mutating immutable buffers (e.g., bytes) and producing corrupted output. The issue is addressed by raising an exception an...

6.5CVSS6.5AI score0.01301EPSS
SaveExploits1References4Affected Software1
OSV
OSV
added 2023/02/07 8:54 p.m.48 views

CVE-2023-23931 Cipher.update_into can corrupt memory in pyca cryptography

cryptography is a package designed to expose cryptographic primitives and recipes to Python developers. In affected versions Cipher.updateinto would accept Python objects which implement the buffer protocol, but provide only immutable buffers. This would allow immutable objects such as bytes to b...

4.8CVSS6.7AI score0.01301EPSS
SaveExploits1References6
FreeBSD
FreeBSD
added 2023/02/07 12:0 a.m.36 views

py-cryptography -- allows programmers to misuse an API

alex reports: Previously, Cipher.updateinto would accept Python objects which implement the buffer protocol, but provide only immutable buffers. This would allow immutable objects such as bytes to be mutated, thus violating fundamental rules of Python. This is a soundness bug -- it allows...

6.5CVSS6.8AI score0.01301EPSS
SaveExploits1References1
CNNVD
CNNVD
added 2023/02/07 12:0 a.m.4 views

OpenSSL 安全漏洞

OpenSSL is an open source capable general-purpose cryptographic library from the OpenSSL team that implements the Secure Sockets Layer SSLv2/v3 and Secure Transport Layer TLSv1 protocols. It supports a variety of cryptographic algorithms, including symmetric ciphers, hashing algorithms, secure...

5.9CVSS7.6AI score0.16195EPSS
SaveExploits0References40
CNNVD
CNNVD
added 2023/02/07 12:0 a.m.3 views

cryptography 代码问题漏洞

python-cryptography is a Python code library for cryptographic applications from the Cryptographic team. A code issue vulnerability exists in cryptography. No information about this vulnerability is available at this time, please stay tuned to CNNVD or the vendor announcement...

6.5CVSS6.8AI score0.01301EPSS
SaveExploits1References14
Positive Technologies
Positive Technologies
added 2023/02/07 12:0 a.m.19 views

PT-2023-2766 · Pypi +10 · Cryptography +10

Name of the Vulnerable Software and Affected Versions: cryptography versions 1.8 through the latest version before the fix Description: The issue is related to the Cipher.update into function in the cryptography package, which would accept Python objects that implement the buffer protocol but...

9.1CVSS6.7AI score0.92488EPSS
SaveExploits12References142
OSV
OSV
added 2023/02/07 12:0 a.m.4 views

UBUNTU-CVE-2023-0216

An invalid pointer dereference on read can be triggered when an application tries to load malformed PKCS7 data with the d2iPKCS7, d2iPKCS7bio or d2iPKCS7fp functions. The result of the dereference is an application crash which could lead to a denial of service attack. The TLS implementation in...

7.5CVSS7AI score0.01846EPSS
SaveExploits0References4
Schneier on Security
Schneier on Security
added 2023/02/06 11:2 a.m.17 views

Attacking Machine Learning Systems

The field of machine learning ML security--and corresponding adversarial ML--is rapidly advancing as researchers develop sophisticated techniques to perturb, disrupt, or steal the ML model or data. It’s a heady time; because we know so little about the security of these systems, there are many...

SaveExploits0
Code423n4
Code423n4
added 2023/02/03 12:0 a.m.8 views

Upgraded Q -> 2 from #862 [1675430218943]

Judge has assessed an item in Issue 862 as 2 risk. The relevant finding follows: L-1 Function requireNextActiveMultisig always returns the first Multisig Affected code MultisigManager.requireNextActiveMultisig is supposed to return the next enabled Multisig. However it always returns the first...

7AI score
SaveExploits0
Filippo.io
Filippo.io
added 2023/02/02 9:43 p.m.33 views

I’m Now a Full-Time Professional Open Source Maintainer

or, "Holy shit, it works!" Last May I left my job on the Go team at Google to experiment with more sustainable paths for open-source maintainers. I held on to my various maintainer hats Go cryptography, transparency tooling, age, mkcert, yubikey-agent…, iterated on the model since September, and ...

6.7AI score
SaveExploits0
RedHat Linux
RedHat Linux
added 2023/01/30 2:47 p.m.7 views

kernel: crypto: qat - fix DMA transfer direction

In the Linux kernel, the following vulnerability has been resolved: crypto: qat - fix DMA transfer direction When CONFIGDMAAPIDEBUG is selected, while running the crypto self test on the QAT crypto algorithms, the function adddmaentry reports a warning similar to the one below, saying that...

5.7AI score0.00217EPSS
SaveExploits0References5
Snyk
Snyk
added 2023/01/29 3:29 p.m.1 views

Malicious Package

Overview cryptography-ts is a malicious package. The package's name is based on existing repositories, namespaces, or components used by popular companies in an effort to trick employees into downloading it, also known as 'dependency confusion'. Therefore, you're only vulnerable if this package w...

9.8CVSS7.1AI score
SaveExploits0References3
Rows per page
Query Builder