Lucene search
+L

449 matches found

OSV
OSV
added 2025/03/21 2:17 p.m.9 views

SUSE-SU-2025:0982-1 Security update for python311

This update for python311 fixes the following issues: - CVE-2025-1795: Fixed mishandling of comma during folding and unicode-encoding of email headers bsc1238450...

2.3CVSS7.2AI score0.00615EPSS
SaveExploits0References4
SUSE Linux
SUSE Linux
added 2025/03/21 2:16 p.m.5 views

Security update for python311

This update for python311 fixes the following issues: CVE-2025-1795: Fixed mishandling of comma during folding and unicode-encoding of email headers bsc1238450. Patch Instructions: To install this SUSE update use the SUSE recommended installation methods like YaST onlineupdate or "zypper patch"...

3.1CVSS4.3AI score0.00615EPSS
SaveExploits0References6
OSV
OSV
added 2025/03/21 2:16 p.m.7 views

SUSE-SU-2025:0981-1 Security update for python311

This update for python311 fixes the following issues: - CVE-2025-1795: Fixed mishandling of comma during folding and unicode-encoding of email headers bsc1238450...

2.3CVSS7.2AI score0.00615EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2025/03/20 12:00 a.m.8 views

SUSE SLED15: libpython3_12-1_0 / libpython3_12-1_0-32bit / python312 / etc (SUSE-SU-2025:0883-1)

The remote SUSE Linux SLED15 / SLEDSAP15 / SLES15 / SLESSAP15 / openSUSE 15 host has packages installed that are affected by a vulnerability as referenced in the SUSE-SU-2025:0883-1 advisory. - CVE-2025-1795: Fixed mishandling of comma during folding and unicode-encoding of email headers...

2.3CVSS6.7AI score0.00615EPSS
SaveExploits0References5
SUSE Linux
SUSE Linux
added 2025/03/17 3:21 p.m.4 views

Security update for python312

This update for python312 fixes the following issues: CVE-2025-1795: Fixed mishandling of comma during folding and unicode-encoding of email headers bsc1238450. Patch Instructions: To install this SUSE update use the SUSE recommended installation methods like YaST onlineupdate or "zypper patch"...

3.1CVSS4.3AI score0.00615EPSS
SaveExploits0References6
OSV
OSV
added 2025/03/17 3:21 p.m.8 views

SUSE-SU-2025:0883-1 Security update for python312

This update for python312 fixes the following issues: - CVE-2025-1795: Fixed mishandling of comma during folding and unicode-encoding of email headers bsc1238450...

2.3CVSS6.8AI score0.00615EPSS
SaveExploits0References4
OSV
OSV
added 2025/03/04 10:18 p.m.24 views

CLSA-2025-1741126677 python3.11: Fix of 3 CVEs

CVE-2024-4032: update 'ipaddress' module to correct isprivate and isglobal properties based on latest IANA information - CVE-2024-6923: properly quote newlines for email headers to prevent header injection - CVE-2024-8088: fix issue causing infinite loop when iterating over names of entries in a...

8.7CVSS6.8AI score0.01275EPSS
SaveExploits0References1
Tenable Nessus
Tenable Nessus
added 2025/02/26 12:00 a.m.18 views

Amazon Linux 2 : python3 (ALAS-2025-2754)

The version of python3 installed on the remote host is prior to 3.7.16-1. It is, therefore, affected by multiple vulnerabilities as referenced in the ALAS2-2025-2754 advisory. The urllib.parse.urlsplit and urlparse functions improperly validated bracketed hosts , allowing hosts that weren't IPv6 ...

7.5CVSS6.9AI score0.02303EPSS
SaveExploits1References8
Amazon
Amazon
added 2025/02/25 12:00 a.m.7 views

Medium: python3

Issue Overview: The urllib.parse.urlsplit and urlparse functions improperly validated bracketed hosts , allowing hosts that weren't IPv6 or IPvFuture. This behavior was not conformant to RFC 3986 and potentially enabled SSRF if a URL is processed by more than one URL parser. CVE-2024-11168 There ...

7.5CVSS7.4AI score0.02303EPSS
SaveExploits1
Mageia
Mageia
added 2025/02/24 6:29 p.m.60 views

Updated neomutt packages fix security vulnerabilities

The To and Cc email header fields are not protected by cryptographic signing. CVE-2024-49393 The In-reply-to email header field is not protected by cryptographic signing. CVE-2024-49394...

6.5CVSS7.3AI score0.00327EPSS
SaveExploits0References2
OSV
OSV
added 2025/02/24 6:29 p.m.26 views

MGASA-2025-0070 Updated neomutt packages fix security vulnerabilities

The To and Cc email header fields are not protected by cryptographic signing. CVE-2024-49393 The In-reply-to email header field is not protected by cryptographic signing. CVE-2024-49394...

6.5CVSS6.7AI score0.00327EPSS
SaveExploits0References3
Amazon
Amazon
added 2025/02/05 12:00 a.m.8 views

Medium: python3.11

Issue Overview: Directory traversal vulnerability in the 1 extract and 2 extractall functions in the tarfile module in Python allows user-assisted remote attackers to overwrite arbitrary files via a .. dot dot sequence in filenames in a TAR archive, a related issue to CVE-2001-1267. CVE-2007-4559...

9.8CVSS8.1AI score0.27095EPSS
SaveExploits5
OSV
OSV
added 2025/02/03 8:50 a.m.7 views

SUSE-SU-2025:20025-1 Security update for python311, python-rpm-macros

This update for python311, python-rpm-macros fixes the following issues: python311: - CVE-2024-0450: Fixed zipfile module vulnerability with "quoted-overlap" zipbomb bsc1221854 - CVE-2024-4032: Fixed incorrect IPv4 and IPv6 private ranges bsc1226448 - CVE-2024-0397: Fixed memory race condition in...

9.8CVSS6.7AI score0.35867EPSS
SaveExploits2References19
Microsoft CVE
Microsoft CVE
added 2025/02/01 8:00 a.m.11 views

The email module of Python through 3.11.3 incorrectly parses e-mail addresses that contain a special character. The wrong portion of an RFC2822 header is identified as the value of the addr-spec. In some applications, an attacker can bypass a protection mechanism in which application access is granted only after verifying receipt of e-mail to a specific domain (e.g., only @company.example.com addresses may be used for signup). This occurs in email/_parseaddr.py in recent versions of Python.

...

5.3CVSS7.5AI score0.02527EPSS
SaveExploits1
Ubuntu
Ubuntu
added 2025/01/15 4:07 p.m.15 views

USN-7204-1: NeoMutt vulnerabilities

Jeriko One discovered that NeoMutt incorrectly handled certain IMAP and POP3 responses. An attacker could possibly use this issue to cause NeoMutt to crash, resulting in a denial of service, or the execution of arbitrary code. This issue only affected Ubuntu 18.04 LTS. CVE-2018-14349,...

9.8CVSS7.5AI score0.06229EPSS
SaveExploits2
Tenable Nessus
Tenable Nessus
added 2024/12/21 12:00 a.m.7 views

CBL Mariner 2.0 Security Update: python3 / tensorflow (CVE-2024-6923)

The version of python3 / tensorflow installed on the remote CBL Mariner 2.0 host is prior to tested version. It is, therefore, affected by a vulnerability as referenced in the CVE-2024-6923 advisory. - There is a MEDIUM severity vulnerability affecting CPython. The email module didn't properly...

5.5CVSS7AI score0.011EPSS
SaveExploits0References2
OSV
OSV
added 2024/12/19 9:18 p.m.13 views

CLSA-2024-1734643101 Fix CVE(s): CVE-2024-6923

SECURITY UPDATE: Improper newline quoting in email module header serialization - debian/patches/CVE-2024-6923.patch: Encode newlines in headers and verify headers to be sound - CVE-2024-6923...

5.5CVSS6.8AI score0.011EPSS
SaveExploits0References1
Amazon
Amazon
added 2024/12/19 12:00 a.m.21 views

Medium: dovecot

Issue Overview: Dovecot reports: A DoS is possible with a large number of address headers or abnormally large email headers. CVE-2024-23185 Affected Packages: dovecot Note: This advisory is applicable to Amazon Linux 2 AL2 Core repository. Visit this FAQ section for the difference between AL2 Cor...

7.5CVSS7.2AI score0.01284EPSS
SaveExploits1
Amazon
Amazon
added 2024/12/12 12:00 a.m.8 views

Medium: dovecot

Issue Overview: Dovecot reports: A DoS is possible with a large number of address headers or abnormally large email headers. CVE-2024-23184 Dovecot reports: A DoS is possible with a large number of address headers or abnormally large email headers. CVE-2024-23185 Affected Packages: dovecot Issue...

7.5CVSS6.8AI score0.01284EPSS
SaveExploits2
Amazon
Amazon
added 2024/12/12 12:00 a.m.17 views

Important: python3.9

Issue Overview: Directory traversal vulnerability in the 1 extract and 2 extractall functions in the tarfile module in Python allows user-assisted remote attackers to overwrite arbitrary files via a .. dot dot sequence in filenames in a TAR archive, a related issue to CVE-2001-1267. CVE-2007-4559...

9.8CVSS8.3AI score0.27095EPSS
SaveExploits8
Rows per page
Query Builder