Lucene search
K

454 matches found

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

DEBIAN-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.5AI score0.00688EPSS
Exploits1References1
OSV
OSV
added 2023/02/07 9:15 p.m.1 views

ALPINE-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.5CVSS7AI score0.00688EPSS
Exploits1References1
UbuntuCve
UbuntuCve
added 2023/02/07 9:15 p.m.37 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.00688EPSS
Exploits1References4
OSV
OSV
added 2023/02/07 9:15 p.m.0 views

UBUNTU-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.8AI score0.00688EPSS
Exploits1References5
Prion
Prion
added 2023/02/07 9:15 p.m.39 views

Design/Logic Flaw

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.4CVSS6.5AI score0.00688EPSS
Exploits1References2Affected Software1
PyPA
PyPA
added 2023/02/07 9:15 p.m.4 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.5CVSS8.2AI score0.00688EPSS
Exploits1References3Affected Software1
OSV
OSV
added 2023/02/07 9:15 p.m.1 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.00688EPSS
Exploits1References3
OSV
OSV
added 2023/02/07 8:54 p.m.0 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.00688EPSS
Exploits1References8
OSV
OSV
added 2023/02/07 8:54 p.m.34 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.00688EPSS
Exploits1References6
Debian CVE
Debian CVE
added 2023/02/07 8:54 p.m.44 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.00688EPSS
Exploits1
AlpineLinux
AlpineLinux
added 2023/02/07 8:54 p.m.78 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.00688EPSS
Exploits1
Cvelist
Cvelist
added 2023/02/07 8:54 p.m.22 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.00688EPSS
Exploits1References2
Vulnrichment
Vulnrichment
added 2023/02/07 8:54 p.m.6 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.00688EPSS
Exploits1References2
Positive Technologies
Positive Technologies
added 2023/02/07 12:0 a.m.5 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.88334EPSS
Exploits12References142
FreeBSD
FreeBSD
added 2023/02/07 12:0 a.m.34 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.00688EPSS
Exploits1References1
Code423n4
Code423n4
added 2023/01/30 12:0 a.m.14 views

Immutable varibles should be checked to there default values

Lines of code Vulnerability details Impact It is very important to check whether the immutable variables are not equal to the default values because if Quest is created and when we pass a default value to a variable then it can't be changed and it can lead to a problem. Proof of Concept Suppose...

6.8AI score
Exploits0
Tenable Nessus
Tenable Nessus
added 2023/01/25 12:0 a.m.64 views

Siemens S7-1500 CPU devices Missing Immutable Root of Trust in Hardware (CVE-2022-38773)

Affected devices do not contain an Immutable Root of Trust in Hardware. With this the integrity of the code executed on the device can not be validated during load-time. An attacker with physical access to the device could use this to replace the boot image of the device and execute arbitrary cod...

6.8CVSS7.5AI score0.00153EPSS
Exploits0References3
Cvelist
Cvelist
added 2023/01/10 11:39 a.m.17 views

CVE-2022-38773

Affected devices do not contain an Immutable Root of Trust in Hardware. With this the integrity of the code executed on the device can not be validated during load-time. An attacker with physical access to the device could use this to replace the boot image of the device and execute arbitrary cod...

4.6CVSS7AI score0.00153EPSS
Exploits0References2
CVE
CVE
added 2023/01/10 11:39 a.m.95 views

CVE-2022-38773

The CVE-2022-38773 issue affects Siemens S7-1500 CPU family where devices lack an Immutable Root of Trust in hardware. This prevents boot-time code integrity validation, enabling an attacker with physical access to replace the boot image and run arbitrary code. Connected sources (e.g., Red Hat ad...

6.8CVSS6.7AI score0.00153EPSS
Exploits0References2Affected Software1
ICS
ICS
added 2023/01/10 12:0 a.m.18 views

Siemens S7-1500 CPU devices

As of January 10, 2023, CISA will no longer be updating ICS security advisories for Siemens product vulnerabilities beyond the initial advisory. For the most up-to-date information on vulnerabilities in this advisory, please see Siemens' ProductCERT Security Advisories CERT Services | Services |...

6.8CVSS6.1AI score0.00153EPSS
Exploits0References10
Rows per page
Query Builder