Lucene search
+L

56 matches found

RedhatCVE
RedhatCVE
added 2025/05/23 10:47 a.m.12 views

CVE-2024-3219

The “socket” module provides a pure-Python fallback to the socket.socketpair function for platforms that don’t support AFUNIX, such as Windows. This pure-Python implementation uses AFINET or AFINET6 to create a local connected pair of sockets. The connection between the two sockets was not verifi...

5.1CVSS6.4AI score0.00247EPSS
SaveExploits0References1
OSV
OSV
added 2025/04/24 6:15 p.m.12 views

CVE-2025-43859 h11 accepts some malformed Chunked-Encoding bodies

h11 is a Python implementation of HTTP/1.1. Prior to version 0.16.0, a leniency in h11's parsing of line terminators in chunked-coding message bodies can lead to request smuggling vulnerabilities under certain conditions. This issue has been patched in version 0.16.0. Since exploitation requires...

9.1CVSS7.5AI score
SaveExploits0References4
Fedora
Fedora
added 2025/04/05 1:57 a.m.13 views

[SECURITY] Fedora 40 Update: matrix-synapse-1.111.1-4.fc40

Matrix is an ambitious new ecosystem for open federated Instant Messaging and VoIP. Synapse is a reference "homeserver" implementation of Matrix from the core development team at matrix.org, written in Python/Twisted. It is intended to showcase the concept of Matrix and let folks see the spec in...

7.2AI score
SaveExploits0
GithubExploit
GithubExploit
added 2025/03/26 11:52 p.m.243 views

Exploit for CVE-2024-7479

CVE-2024-7479 TeamViewer Improper signature verification of dr...

8.8CVSS9.2AI score0.00412EPSS
SaveExploits2
RedhatCVE
RedhatCVE
added 2025/03/16 6:14 p.m.24 views

CVE-2025-29780

Post-Quantum Secure Feldman's Verifiable Secret Sharing provides a Python implementation of Feldman's Verifiable Secret Sharing VSS scheme. In versions 0.8.0b2 and prior, the feldmanvss library contains timing side-channel vulnerabilities in its matrix operations, specifically within the...

5.8CVSS6.3AI score0.00223EPSS
SaveExploits0References1
NVD
NVD
added 2025/03/14 6:15 p.m.12 views

CVE-2025-29779

Post-Quantum Secure Feldman's Verifiable Secret Sharing provides a Python implementation of Feldman's Verifiable Secret Sharing VSS scheme. In versions 0.8.0b2 and prior, the secureredundantexecution function in feldmanvss.py attempts to mitigate fault injection attacks by executing a function...

5.4CVSS0.00178EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2025/03/14 5:26 p.m.9 views

CVE-2025-29780 Post-Quantum Secure Feldman's Verifiable Secret Sharing has Timing Side-Channels in Matrix Operations

Post-Quantum Secure Feldman's Verifiable Secret Sharing provides a Python implementation of Feldman's Verifiable Secret Sharing VSS scheme. In versions 0.8.0b2 and prior, the feldmanvss library contains timing side-channel vulnerabilities in its matrix operations, specifically within the...

5.8CVSS6.3AI score0.00223EPSS
SaveExploits0References3
CVE
CVE
added 2025/03/14 5:26 p.m.74 views

CVE-2025-29780

CVE-2025-29780 affects the Python implementation of Post-Quantum Secure Feldman's Verifiable Secret Sharing (VSS) in the feldman_vss library, version 0.8.0b2 and earlier. Connected sources describe timing side-channel vulnerabilities in matrix operations, specifically in _find_secure_pivot and po...

5.8CVSS6.3AI score0.00223EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2025/03/14 5:26 p.m.32 views

CVE-2025-29780 Post-Quantum Secure Feldman's Verifiable Secret Sharing has Timing Side-Channels in Matrix Operations

Post-Quantum Secure Feldman's Verifiable Secret Sharing provides a Python implementation of Feldman's Verifiable Secret Sharing VSS scheme. In versions 0.8.0b2 and prior, the feldmanvss library contains timing side-channel vulnerabilities in its matrix operations, specifically within the...

5.8CVSS0.00223EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2025/03/14 5:24 p.m.26 views

CVE-2025-29779 Post-Quantum Secure Feldman's Verifiable Secret Sharing has Inadequate Fault Injection Countermeasures in `secure_redundant_execution`

Post-Quantum Secure Feldman's Verifiable Secret Sharing provides a Python implementation of Feldman's Verifiable Secret Sharing VSS scheme. In versions 0.8.0b2 and prior, the secureredundantexecution function in feldmanvss.py attempts to mitigate fault injection attacks by executing a function...

5.4CVSS0.00178EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2025/03/14 5:24 p.m.11 views

CVE-2025-29779 Post-Quantum Secure Feldman's Verifiable Secret Sharing has Inadequate Fault Injection Countermeasures in `secure_redundant_execution`

Post-Quantum Secure Feldman's Verifiable Secret Sharing provides a Python implementation of Feldman's Verifiable Secret Sharing VSS scheme. In versions 0.8.0b2 and prior, the secureredundantexecution function in feldmanvss.py attempts to mitigate fault injection attacks by executing a function...

5.4CVSS6.2AI score0.00178EPSS
SaveExploits0References3
CVE
CVE
added 2025/03/14 5:24 p.m.72 views

CVE-2025-29779

The CVE describes a fault-injection countermeasure weakness in the Python implementation of Post-Quantum Secure Feldman’s Verifiable Secret Sharing (VSS) in PostQuantum-Feldman-VSS, specifically the secure_redundant_execution function. Affected versions up to 0.8.0b2 are vulnerable because Python...

5.4CVSS6.2AI score0.00178EPSS
SaveExploits0References3
BDU FSTEC
BDU FSTEC
added 2024/12/19 12:0 a.m.10 views

The vulnerability of the client-side and server-side implementations of the SSHv2 asyncssh protocol in Python programming language allows attackers to carry out “man-in-the-middle” type attacks.

The vulnerability of the client-side and server-side implementations of the SSHv2 asyncssh protocol in Python lies in the ability to bypass authentication using a user-controlled key. Exploiting this vulnerability allows an attacker to perform “man-in-the-middle” attacks remotely...

7.1CVSS6.6AI score0.00867EPSS
SaveExploits0References12Affected Software5
Vulnrichment
Vulnrichment
added 2024/07/29 9:54 p.m.33 views

CVE-2024-3219 Pure-Python fallback of socket.socketpair() doesn’t authenticate peer connection

The “socket” module provides a pure-Python fallback to the socket.socketpair function for platforms that don’t support AFUNIX, such as Windows. This pure-Python implementation uses AFINET or AFINET6 to create a local connected pair of sockets. The connection between the two sockets was not verifi...

5.1CVSS6AI score0.00247EPSS
SaveExploits0References18
OSV
OSV
added 2023/07/19 8:15 p.m.5 views

UBUNTU-CVE-2023-37276

aiohttp is an asynchronous HTTP client/server framework for asyncio and Python. aiohttp v3.8.4 and earlier are bundled with llhttp v6.0.6. Vulnerable code is used by aiohttp for its HTTP request parser when available which is the default case when installing from a wheel. This vulnerability only...

7.5CVSS6.5AI score0.01337EPSS
SaveExploits1References6
Tenable Nessus
Tenable Nessus
added 2023/03/21 12:0 a.m.62 views

Amazon Linux 2023 : python3-jwt, python3-jwt+crypto (ALAS2023-2023-076)

It is, therefore, affected by a vulnerability as referenced in the ALAS2023-2023-076 advisory. A vulnerability was found in python-jwt. This issue happens when PyJWT supports multiple different JWT signing algorithms. This flaw allows an attacker submitting the JWT token to choose the used signin...

7.5CVSS7.3AI score0.0128EPSS
SaveExploits0References4
GithubExploit
GithubExploit
added 2023/03/13 1:28 p.m.427 views

Exploit for Code Injection in Vmware Spring_Cloud_Function

CVE-2022-22963: Spring4Shell RCE Exploit This is a python im...

9.8CVSS9.6AI score0.99939EPSS
SaveExploits36
OSV
OSV
added 2022/05/24 7:20 p.m.23 views

GHSA-XX36-6RV4-GJ8R ecdsa-elixir fails to check signatures, vulnerable to message forging

Summary Stark Bank is a financial technology company that provides services to simplify and automate digital banking, by providing APIs to perform operations such as payments and transfers. In addition, Stark Bank maintains a number of cryptographic libraries to perform cryptographic signing and...

9.8CVSS9.5AI score0.01022EPSS
SaveExploits1References6
Fedora
Fedora
added 2021/12/14 12:56 a.m.17 views

[SECURITY] Fedora 34 Update: python-markdown2-2.4.2-1.fc34

Markdown is a text-to-HTML filter; it translates an easy-to-read / easy-to-write structured text format into HTML. Markdown's text format is most similar to that of plain text email, and supports features such as headers, emphasis, code blocks, blockquotes, and links. This is a fast and complete...

1.6AI score
SaveExploits0
Fedora
Fedora
added 2021/12/13 5:12 p.m.23 views

[SECURITY] Fedora 35 Update: python-markdown2-2.4.2-1.fc35

Markdown is a text-to-HTML filter; it translates an easy-to-read / easy-to-write structured text format into HTML. Markdown's text format is most similar to that of plain text email, and supports features such as headers, emphasis, code blocks, blockquotes, and links. This is a fast and complete...

1.6AI score
SaveExploits0
Rows per page
Query Builder