Lucene search
K

273 matches found

OSV
OSV
added 2025/07/31 9:15 p.m.4 views

DEBIAN-CVE-2025-45768

pyjwt v2.10.1 was discovered to contain weak encryption. NOTE: this is disputed by the Supplier because the key length is chosen by the application that uses the library admittedly, library users may benefit from a minimum value and a mechanism for opting in to strict enforcement...

7CVSS5.2AI score0.00153EPSS
Exploits0References1
NVD
NVD
added 2025/07/31 9:15 p.m.2 views

CVE-2025-45768

pyjwt v2.10.1 was discovered to contain weak encryption. NOTE: this is disputed by the Supplier because the key length is chosen by the application that uses the library admittedly, library users may benefit from a minimum value and a mechanism for opting in to strict enforcement...

7CVSS0.00153EPSS
Exploits0References3
OSV
OSV
added 2025/07/31 9:15 p.m.3 views

PYSEC-2025-183

pyjwt v2.10.1 was discovered to contain weak encryption. NOTE: this is disputed by the Supplier because the key length is chosen by the application that uses the library admittedly, library users may benefit from a minimum value and a mechanism for opting in to strict enforcement...

7CVSS5.8AI score0.00153EPSS
Exploits0References3
OSV
OSV
added 2025/07/31 9:15 p.m.5 views

CVE-2025-45768

pyjwt v2.10.1 was discovered to contain weak encryption. NOTE: this is disputed by the Supplier because the key length is chosen by the application that uses the library admittedly, library users may benefit from a minimum value and a mechanism for opting in to strict enforcement...

7CVSS6.5AI score
Exploits0References3
OSV
OSV
added 2025/07/31 9:15 p.m.1 views

UBUNTU-CVE-2025-45768

pyjwt v2.10.1 was discovered to contain weak encryption. NOTE: this is disputed by the Supplier because the key length is chosen by the application that uses the library admittedly, library users may benefit from a minimum value and a mechanism for opting in to strict enforcement...

7CVSS7.3AI score0.00153EPSS
Exploits0References4
Snyk
Snyk
added 2025/07/31 8:42 p.m.3 views

Inadequate Encryption Strength

Overview Affected versions of this package are vulnerable to Inadequate Encryption Strength due to the HMAC and RSA key lengths used in the JSON Web Signature JWS implementation not meeting recommended security standards. Remediation Upgrade pyjwt to version 2.11.0 or higher. References - GitHub...

7CVSS5.8AI score0.00153EPSS
Exploits0References2
CNNVD
CNNVD
added 2025/07/31 12:0 a.m.3 views

pyjwt 安全漏洞

pyjwt is a Python library by the individual developer José Padilla in the United States. It allows encoding and decoding of JSON Web Tokens JWT. A security vulnerability exists in pyjwt version v2.10.1, which stems from the presence of weak encryption...

7CVSS6.5AI score0.00153EPSS
Exploits0References2
Cvelist
Cvelist
added 2025/07/31 12:0 a.m.5 views

CVE-2025-45768

pyjwt v2.10.1 was discovered to contain weak encryption. NOTE: this is disputed by the Supplier because the key length is chosen by the application that uses the library admittedly, library users may benefit from a minimum value and a mechanism for opting in to strict enforcement...

0.00153EPSS
Exploits0References3
Vulnrichment
Vulnrichment
added 2025/07/31 12:0 a.m.2 views

CVE-2025-45768

pyjwt v2.10.1 was discovered to contain weak encryption. NOTE: this is disputed by the Supplier because the key length is chosen by the application that uses the library admittedly, library users may benefit from a minimum value and a mechanism for opting in to strict enforcement...

6.6AI score0.00153EPSS
Exploits0References3
Positive Technologies
Positive Technologies
added 2025/07/31 12:0 a.m.2 views

PT-2025-31583

Name of the Vulnerable Software and Affected Versions pyjwt version 2.10.1 Description pyjwt version 2.10.1 contains weak encryption. Recommendations At the moment, there is no information about a newer version that contains a fix for this vulnerability...

7CVSS6.5AI score0.00153EPSS
Exploits0References19
CVE
CVE
added 2025/07/31 12:0 a.m.63 views

CVE-2025-45768

CVE-2025-45768 : PyJWT 2.10.1 is reported to have weak encryption; supplier disputes note that key length is chosen by the app using the library. The IBM bulletin for Watson Discovery Cartridge (ICP Discover) cites PyJWT-2.10.1 as affected and recommends upgrading to Watson Discovery Cartridge 5....

7CVSS6.6AI score0.00153EPSS
Exploits0References3Affected Software1
Debian CVE
Debian CVE
added 2025/07/31 12:0 a.m.4 views

CVE-2025-45768

pyjwt v2.10.1 was discovered to contain weak encryption. NOTE: this is disputed by the Supplier because the key length is chosen by the application that uses the library admittedly, library users may benefit from a minimum value and a mechanism for opting in to strict enforcement...

7CVSS5.2AI score0.00153EPSS
Exploits0
OSV
OSV
added 2025/04/11 12:0 a.m.7 views

OPENSUSE-SU-2025:14987-1 python311-PyJWT-2.10.1-2.1 on GA media

These are all security issues fixed in the python311-PyJWT-2.10.1-2.1 package on the GA media of openSUSE Tumbleweed...

7.5CVSS6.8AI score0.012EPSS
Exploits0References2
Tenable Nessus
Tenable Nessus
added 2025/03/05 12:0 a.m.9 views

Linux Distros Unpatched Vulnerability : CVE-2022-29217

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - PyJWT is a Python implementation of RFC 7519. PyJWT supports multiple different JWT signing algorithms. With JWT, an attacker submitting the JWT token can choos...

7.5CVSS7.1AI score0.012EPSS
Exploits0References2
Veracode
Veracode
added 2024/12/26 8:12 a.m.5 views

Incorrect Comparison

PyJWT is vulnerable to Incorrect Comparison. The vulnerability is due to improper handling of the iss claim check caused by the use of in for string comparison instead of strict equality, potentially allowing incorrect issuer values to pass validation...

7.5CVSS3.5AI score0.00751EPSS
Exploits1References5Affected Software1
SUSE CVE
SUSE CVE
added 2024/12/03 12:15 a.m.2 views

SUSE CVE-2024-53861

pyjwt is a JSON Web Token implementation in Python. An incorrect string comparison is run for iss checking, resulting in "acb" being accepted for "abc". This is a bug introduced in version 2.10.0: checking the "iss" claim changed from isinstanceissuer, list to isinstanceissuer, Sequence. Since st...

7.5CVSS6.6AI score0.00751EPSS
Exploits1References4
OSV
OSV
added 2024/12/03 12:0 a.m.2 views

OPENSUSE-SU-2024:14540-1 python310-PyJWT-2.10.1-1.1 on GA media

These are all security issues fixed in the python310-PyJWT-2.10.1-1.1 package on the GA media of openSUSE Tumbleweed...

7.5CVSS6.8AI score0.00751EPSS
Exploits1References1
Chainguard
Chainguard
added 2024/12/02 6:34 p.m.6 views

GHSA-75C5-XW7C-P5PM vulnerabilities

Vulnerabilities for packages: barman, py3-pyjwt, az...

5.8AI score
Exploits0
OSV
OSV
added 2024/12/02 6:34 p.m.0 views

GHSA-75C5-XW7C-P5PM PyJWT Issuer field partial matches allowed

Summary The wrong string if check is run for iss checking, resulting in "acb" being accepted for "abc". Details This is a bug introduced in version 2.10.0: checking the "iss" claim changed from isinstanceissuer, list to isinstanceissuer, Sequence. diff - if isinstanceissuer, list: + if...

2.2CVSS7.1AI score0.00751EPSS
Exploits1References5
Wolfi
Wolfi
added 2024/12/02 6:34 p.m.5 views

GHSA-75C5-XW7C-P5PM vulnerabilities

Vulnerabilities for packages: az, py3-pyjwt...

5.8AI score
Exploits0
Rows per page
Query Builder