Lucene search
+L

3161 matches found

Code423n4
Code423n4
added 2023/08/28 12:0 a.m.18 views

ABDKMath64 performs multiplication on results of division

Lines of code Vulnerability details Impact Solidity could truncate the results, performing multiplication before division will prevent rounding/truncation in solidity math. POC: EvolvingProteus is using ABDKMath64x64 library which is doing performing multiplication before division this can roundi...

6.8AI score
SaveExploits0
NVD
NVD
added 2023/08/23 7:15 a.m.30 views

CVE-2023-41105

An issue was discovered in Python 3.11 through 3.11.4. If a path containing '\0' bytes is passed to os.path.normpath, the path will be truncated unexpectedly at the first '\0' byte. There are plausible cases in which an application would have rejected a filename for security reasons in Python...

7.5CVSS7.4AI score0.02155EPSS
SaveExploits0References6
ATTACKERKB
ATTACKERKB
added 2023/08/23 7:15 a.m.3 views

CVE-2023-41105

An issue was discovered in Python 3.11 through 3.11.4. If a path containing '\0' bytes is passed to os.path.normpath, the path will be truncated unexpectedly at the first '\0' byte. There are plausible cases in which an application would have rejected a filename for security reasons in Python...

7.5CVSS5.8AI score0.02155EPSS
SaveExploits0References8
Prion
Prion
added 2023/08/23 7:15 a.m.136 views

Design/Logic Flaw

An issue was discovered in Python 3.11 through 3.11.4. If a path containing '\0' bytes is passed to os.path.normpath, the path will be truncated unexpectedly at the first '\0' byte. There are plausible cases in which an application would have rejected a filename for security reasons in Python...

5CVSS7.3AI score0.02155EPSS
SaveExploits0References6Affected Software1
UbuntuCve
UbuntuCve
added 2023/08/23 7:15 a.m.53 views

CVE-2023-41105

An issue was discovered in Python 3.11 through 3.11.4. If a path containing '\0' bytes is passed to os.path.normpath, the path will be truncated unexpectedly at the first '\0' byte. There are plausible cases in which an application would have rejected a filename for security reasons in Python...

7.5CVSS7.1AI score0.02155EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2023/08/23 12:0 a.m.35 views

CVE-2023-41105

An issue was discovered in Python 3.11 through 3.11.4. If a path containing '\0' bytes is passed to os.path.normpath, the path will be truncated unexpectedly at the first '\0' byte. There are plausible cases in which an application would have rejected a filename for security reasons in Python...

7.7AI score0.02155EPSS
SaveExploits0References6
Code423n4
Code423n4
added 2023/08/23 12:0 a.m.10 views

M-10 Unmitigated

Lines of code Vulnerability details Issue not mitigated About the problem There was unsafe cast in the getTier function and warden has stated, that in case if value will be bigger than uint96.max, then wrong prize amount will be used. Solution Pool together has increased Tier.prizeSize variable t...

6.9AI score
SaveExploits0
CNNVD
CNNVD
added 2023/08/23 12:0 a.m.6 views

Python 代码问题漏洞

Python is an open source, object-oriented programming language from the Python Foundation. The language is extensible, supports modules and packages, and supports multiple platforms. A security vulnerability exists in Python versions 3.11 through 3.11.4, which stems from the presence of unexpecte...

7.5CVSS8AI score0.02155EPSS
SaveExploits0References9
CVE
CVE
added 2023/08/23 12:0 a.m.943 views

CVE-2023-41105

The CVE-2023-41105 issue affects Python 3.11–3.11.4: if a path containing a null byte (\0) is passed to os.path.normpath(), the path is truncated at the first null byte. The description notes cases where filenames would have been rejected for security reasons in Python 3.10.x or earlier are no lo...

7.5CVSS7.3AI score0.02155EPSS
SaveExploits0References6Affected Software1
OSV
OSV
added 2023/08/23 12:0 a.m.23 views

CVE-2023-41105

An issue was discovered in Python 3.11 through 3.11.4. If a path containing '\0' bytes is passed to os.path.normpath, the path will be truncated unexpectedly at the first '\0' byte. There are plausible cases in which an application would have rejected a filename for security reasons in Python...

7.5CVSS7.1AI score0.02155EPSS
SaveExploits0References8
RedHat Linux
RedHat Linux
added 2023/08/15 5:43 p.m.8 views

httpd: mod_proxy: HTTP response splitting

A flaw was found in the modproxy module of httpd. A malicious backend can cause the response headers to be truncated because they are not cleaned when an error is found while reading them, resulting in some headers being incorporated into the response body and not being interpreted by a client...

5.3CVSS7AI score0.57941EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2023/08/15 5:37 p.m.8 views

httpd: mod_proxy_uwsgi HTTP response splitting

An HTTP Response Smuggling vulnerability was found in the Apache HTTP Server via modproxyuwsgi. This security issue occurs when special characters in the origin response header can truncate or split the response forwarded to the client...

7.5CVSS7.1AI score0.02134EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2023/08/15 5:37 p.m.8 views

httpd: mod_proxy: HTTP response splitting

A flaw was found in the modproxy module of httpd. A malicious backend can cause the response headers to be truncated because they are not cleaned when an error is found while reading them, resulting in some headers being incorporated into the response body and not being interpreted by a client...

5.3CVSS7AI score0.57941EPSS
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2023/08/02 12:0 a.m.12 views

PT-2023-6232

Name of the Vulnerable Software and Affected Versions: Samba affected versions not specified Description: A vulnerability was discovered in Samba, where the flaw allows SMB clients to truncate files, even with read-only permissions when the Samba VFS module "acl xattr" is configured with "acl...

9.8CVSS7.6AI score0.74265EPSS
SaveExploits14References215
RedHat Linux
RedHat Linux
added 2023/08/01 2:18 p.m.24 views

cjose: AES GCM decryption uses the Tag length from the actual Authentication Tag provided in the JWE

A vulnerability was found in cjose. The cjose is a C library implementing the Javascript Object Signing and Encryption JOSE. The AES GCM decryption routine incorrectly uses the tag length from the actual Authentication Tag provided in the JSON Web Encryption JWE. A fixed length of 16 octets must ...

8.6CVSS5.7AI score0.0071EPSS
SaveExploits1References5
Code423n4
Code423n4
added 2023/07/31 12:0 a.m.12 views

Divide before multiply

Lines of code Vulnerability details Impact Solidity's integer division truncates. Thus, performing division before multiplication can lead to precision loss. Proof of Concept Tools Used Recommended Mitigation Steps Consider ordering multiplication before division. Assessed type Math --- The text...

6.9AI score
SaveExploits0
SUSE CVE
SUSE CVE
added 2023/07/18 1:55 a.m.9 views

SUSE CVE-2023-37464

OpenIDC/cjose is a C library implementing the Javascript Object Signing and Encryption JOSE. The AES GCM decryption routine incorrectly uses the Tag length from the actual Authentication Tag provided in the JWE. The spec says that a fixed length of 16 octets must be applied. Therefore this bug...

8.6CVSS6.9AI score0.0071EPSS
SaveExploits1References5
OSV
OSV
added 2023/07/14 9:15 p.m.13 views

AZL-27659 CVE-2023-37464 affecting package cjose 0.6.1-6

OpenIDC/cjose is a C library implementing the Javascript Object Signing and Encryption JOSE. The AES GCM decryption routine incorrectly uses the Tag length from the actual Authentication Tag provided in the JWE. The spec says that a fixed length of 16 octets must be applied. Therefore this bug...

7.5CVSS7.1AI score0.0071EPSS
SaveExploits1References1
Positive Technologies
Positive Technologies
added 2023/07/11 12:0 a.m.15 views

PT-2023-9652 · Python +6 · Python +6

Name of the Vulnerable Software and Affected Versions: Python versions 3.11 through 3.11.4 Description: The issue is related to the os.path.normpath function, which truncates a path unexpectedly at the first '0' byte if such bytes are present in the path. This could lead to security issues, as...

9.8CVSS6.6AI score0.27095EPSS
SaveExploits30References225
Tenable Nessus
Tenable Nessus
added 2023/06/23 12:0 a.m.44 views

F5 Networks BIG-IP : Apache HTTPD vulnerability (K000132665)

The version of F5 Networks BIG-IP installed on the remote host is prior to 17.1.3 / 17.5.1.1. It is, therefore, affected by a vulnerability as referenced in the K000132665 advisory. Prior to Apache HTTP Server 2.4.55, a malicious backend can cause the response headers to be truncated early,...

5.3CVSS6.7AI score0.57941EPSS
SaveExploits0References2
Rows per page
Query Builder