Lucene search
+L

228 matches found

OPENSUSE Linux
OPENSUSE Linux
added 2025/02/10 12:00 a.m.4 views

python313-3.13.2-1.1 on GA media (moderate)

python313-3.13.2-1.1 on GA media Announcement ID: openSUSE-SU-2025:14760-1 Rating: moderate Cross-References: CVE-2025-0938 CVSS scores: CVE-2025-0938 SUSE : 4 CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:N/I:L/A:N CVE-2025-0938 SUSE : 6.3 CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:N/VI:L/VA:N/SC:N/SI:L/SA:N...

6.3CVSS7.7AI score0.01525EPSS
SaveExploits0
OPENSUSE Linux
OPENSUSE Linux
added 2025/02/09 12:00 a.m.5 views

python39-3.9.21-2.1 on GA media (moderate)

python39-3.9.21-2.1 on GA media Announcement ID: openSUSE-SU-2025:14751-1 Rating: moderate Cross-References: CVE-2025-0938 CVSS scores: CVE-2025-0938 SUSE : 4 CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:N/I:L/A:N CVE-2025-0938 SUSE : 6.3 CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:N/VI:L/VA:N/SC:N/SI:L/SA:N...

6.3CVSS7.7AI score0.01525EPSS
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2025/02/08 12:00 a.m.15 views

Fedora 41 : python3.12 (2025-212be26bd1)

The remote Fedora 41 host has a package installed that is affected by a vulnerability as referenced in the FEDORA-2025-212be26bd1 advisory. Update to 3.12.9 Tenable has extracted the preceding description block directly from the Fedora security advisory. Note that Nessus has not tested for this...

6.3CVSS6.7AI score0.01525EPSS
SaveExploits0References2
OSV
OSV
added 2025/02/07 5:13 p.m.9 views

SUSE-SU-2025:0386-1 Security update for python39

This update for python39 fixes the following issues: - CVE-2025-0938: domain names containing square brackets are not identified as incorrect by urlparse. bsc1236705...

6.3CVSS7.4AI score0.01525EPSS
SaveExploits0References3
OpenVAS
OpenVAS
added 2025/02/04 12:00 a.m.10 views

Python Improper Input Validation Vulnerability (Jan 2025) - Linux

Python is prone to an improper input validation vulnerability in the urllib.parse.urlsplit and urlparse standard functions. SPDX-FileCopyrightText: 2025 Greenbone AG Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders...

6.3CVSS6.8AI score0.01525EPSS
SaveExploits0References10
OpenVAS
OpenVAS
added 2025/02/04 12:00 a.m.14 views

Python Improper Input Validation Vulnerability (Jan 2025) - Windows

Python is prone to an improper input validation vulnerability in the urllib.parse.urlsplit and urlparse standard functions. SPDX-FileCopyrightText: 2025 Greenbone AG Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders...

6.3CVSS6.8AI score0.01525EPSS
SaveExploits0References10
OpenVAS
OpenVAS
added 2025/02/04 12:00 a.m.22 views

Python Improper Input Validation Vulnerability (Jan 2025) - Mac OS X

Python is prone to an improper input validation vulnerability in the urllib.parse.urlsplit and urlparse standard functions. SPDX-FileCopyrightText: 2025 Greenbone AG Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders...

6.3CVSS6.8AI score0.01525EPSS
SaveExploits0References10
Circl
Circl
added 2025/01/31 6:16 p.m.3 views

CVE-2025-0938

creationtimestamp| type| source ---|---|--- 2025-01-31 18:16:00+00:00| seen| https://bsky.app/profile/cve-notifications.bsky.social/post/3lh2m6hqdwl2h 2025-01-31 21:14:44+00:00| seen| https://t.me/cvedetector/16977 2025-01-31 22:16:03+00:00| published-proof-of-concept|...

6.3CVSS6.3AI score0.01525EPSS
SaveExploits0References6
Chainguard
Chainguard
added 2025/01/31 6:15 p.m.58 views

CVE-2025-0938 vulnerabilities

Vulnerabilities for packages: python...

6.3CVSS6.8AI score0.01525EPSS
SaveExploits0
UbuntuCve
UbuntuCve
added 2025/01/31 6:15 p.m.156 views

CVE-2025-0938

The Python standard library functions urllib.parse.urlsplit and urlparse accepted domain names that included square brackets which isn't valid according to RFC 3986. Square brackets are only meant to be used as delimiters for specifying IPv6 and IPvFuture hosts in URLs. This could result in...

6.3CVSS6.8AI score0.01525EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2025/01/31 5:51 p.m.46 views

CVE-2025-0938 URL parser allowed square brackets in domain names

The Python standard library functions urllib.parse.urlsplit and urlparse accepted domain names that included square brackets which isn't valid according to RFC 3986. Square brackets are only meant to be used as delimiters for specifying IPv6 and IPvFuture hosts in URLs. This could result in...

6.3CVSS0.01525EPSS
SaveExploits0References9
Vulnrichment
Vulnrichment
added 2025/01/31 5:51 p.m.7 views

CVE-2025-0938 URL parser allowed square brackets in domain names

The Python standard library functions urllib.parse.urlsplit and urlparse accepted domain names that included square brackets which isn't valid according to RFC 3986. Square brackets are only meant to be used as delimiters for specifying IPv6 and IPvFuture hosts in URLs. This could result in...

6.3CVSS6.5AI score0.01525EPSS
SaveExploits0References9
CVE
CVE
added 2025/01/31 5:51 p.m.2933 views

CVE-2025-0938

Summary (CVE-2025-0938): The issue arises in Python’s standard library URL parsing, where urllib.parse.urlsplit/urlparse accepted domain names containing square brackets, contrary to RFC 3986. This leads to differential parsing between Python’s parser and other RFC-compliant parsers. The connecte...

6.3CVSS6.5AI score0.01525EPSS
SaveExploits0References11
OSV
OSV
added 2025/01/31 5:51 p.m.19 views

CVE-2025-0938 URL parser allowed square brackets in domain names

The Python standard library functions urllib.parse.urlsplit and urlparse accepted domain names that included square brackets which isn't valid according to RFC 3986. Square brackets are only meant to be used as delimiters for specifying IPv6 and IPvFuture hosts in URLs. This could result in...

6.3CVSS6.6AI score
SaveExploits0References14
AlpineLinux
AlpineLinux
added 2025/01/31 5:51 p.m.18 views

CVE-2025-0938

The Python standard library functions urllib.parse.urlsplit and urlparse accepted domain names that included square brackets which isn't valid according to RFC 3986. Square brackets are only meant to be used as delimiters for specifying IPv6 and IPvFuture hosts in URLs. This could result in...

6.3CVSS7.2AI score0.01525EPSS
SaveExploits0
CVE
CVE
added 2024/01/26 6:00 p.m.67 views

CVE-2024-0938

CVE-2024-0938 affects Tongda OA 2017 up to v11.9. The vulnerability is an SQL injection in /general/email/inbox/delete_webmail.php, caused by improper handling of the WEBBODY_ID_STR parameter. This can lead to unauthorized data exposure or modification with network access (no user interaction req...

9.8CVSS9.5AI score0.0066EPSS
SaveExploits1References3Affected Software1
Vulnrichment
Vulnrichment
added 2024/01/26 6:00 p.m.5 views

CVE-2024-0938 Tongda OA 2017 delete_webmail.php sql injection

A vulnerability, which was classified as critical, was found in Tongda OA 2017 up to 11.9. This affects an unknown part of the file /general/email/inbox/deletewebmail.php. The manipulation of the argument WEBBODYIDSTR leads to sql injection. The exploit has been disclosed to the public and may be...

5.5CVSS7.8AI score0.0066EPSS
SaveExploits1References3
Exploit DB
Exploit DB
added 2023/04/06 12:00 a.m.258 views

Music Gallery Site v1.0 - SQL Injection on music_list.php

Exploit Title: Music Gallery Site v1.0 - SQL Injection on musiclist.php Exploit Author: Muhammad Navaid Zafar Ansari Date: 21 February 2023 CVE Assigned: CVE-2023-0938 mitre.org nvd.nist.org Author Name: Muhammad Navaid Zafar Ansari Vendor Homepage: https://www.sourcecodester.com Software Link:...

9.8CVSS6.8AI score0.01785EPSS
SaveExploits5
zdt
zdt
added 2023/02/27 12:00 a.m.477 views

Music Gallery Site 1.0 SQL Injection Vulnerability

Music Gallery Site - SQL Injection on page musiclist.php and parameter cid is vulnerable, application url is ?page=musiclist&cid=?. Any remote attacker can access this page to exploit the vulnerbility. CVE Assigned: CVE-2023-0938 mitre.org nvd.nist.org Author Name: Muhammad Navaid Zafar Ansari...

9.8CVSS9.2AI score0.01883EPSS
SaveExploits11
Packet Storm
Packet Storm
added 2023/02/24 12:00 a.m.431 views

Music Gallery Site 1.0 SQL Injection

Music Gallery Site - SQL Injection on page musiclist.php and parameter cid is vulnerable, application url is ?page=musiclist&cid=?. Any remote attacker can access this page to exploit the vulnerbility. Date: 21 February 2023 CVE Assigned: CVE-2023-0938 mitre.org nvd.nist.org Author Name: Muhammad...

0.4AI score0.01883EPSS
SaveExploits11
Rows per page
Query Builder