Lucene search
+L

752 matches found

Kitploit
Kitploit
added 2026/09/07 6:47 p.m.6 views

sashay

Sashay...

5.4AI score
SaveExploits0References2
Kitploit
Kitploit
added 2026/09/02 9:48 a.m.4 views

wheelaudit

wheelaudit Python Wheel File Security Scanner — scan .whl files for security issues before installation. Motivated by recent CVEs in Python wheel handling: CVE-2026-24049 : Path traversal in wheel unpack allows permission manipulation of system files CVE-2026-1703 : Path traversal when pip instal...

7.1CVSS6.8AI score0.00405EPSS
SaveExploits2
OSV
OSV
added 2026/08/26 2:37 p.m.5 views

CVE-2026-80589 block: stop the timeout timer when releasing a never added disk

In the Linux kernel, the following vulnerability has been resolved: block: stop the timeout timer when releasing a never added disk diskrelease undoes blkmqinitallocatedqueue for a disk whose probe failed before adddisk, but it only calls blkmqexitqueue. Nothing there stops q-timeout, and that...

9.8CVSS5.8AI score
SaveExploits0References9
Cvelist
Cvelist
added 2026/08/26 2:37 p.m.54 views

CVE-2026-80589 block: stop the timeout timer when releasing a never added disk

In the Linux kernel, the following vulnerability has been resolved: block: stop the timeout timer when releasing a never added disk diskrelease undoes blkmqinitallocatedqueue for a disk whose probe failed before adddisk, but it only calls blkmqexitqueue. Nothing there stops q-timeout, and that...

9.8CVSS0.00375EPSS
SaveExploits0References6
EUVD
EUVD
added 2026/08/26 4:46 a.m.10 views

EUVD-2026-66237

In FreeBSD 15.0, the kernel structure used to represent user credentials changed: previously the primary group ID was stored in the first element of the array containing the list of supplementary group IDs, whereas now the primary group ID is stored in a dedicated field. This change was largely...

5.4CVSS5.5AI score0.00212EPSS
SaveExploits0References1
Positive Technologies
Positive Technologies
added 2026/08/26 12:00 a.m.8 views

PT-2026-82205

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A slab-use-after-free issue exists in the block subsystem. The disk release function fails to stop the q-timeout timer when releasing a disk whose probe failed before add disk. This occu...

9.8CVSS5.5AI score0.00375EPSS
SaveExploits0References10
AstraLinux
AstraLinux
added 2026/08/24 10:19 a.m.12 views

Astra Linux – Vulnerability in Wheel

A vulnerability was discovered in Python Packaging Authority PyPA Wheel 0.37.1 and earlier. This vulnerability allows remote attackers to cause a denial of service by using attacker-controlled input to the wheel cli...

7.5CVSS6.9AI score0.02659EPSS
SaveExploits1References2
Tenable Nessus
Tenable Nessus
added 2026/08/19 12:00 a.m.10 views

SUSE SLES15: libpython2_7-1_0 / python / python-base / python-curses / etc (SUSE-SU-2026:3635-1)

The remote SUSE Linux SLES15 host has packages installed that are affected by multiple vulnerabilities as referenced in the SUSE-SU-2026:3635-1 advisory. - CVE-2026-0864: improper handling of line-ending characters can lead to configuration file injection when the configparser module is used...

8.7CVSS5.6AI score0.00672EPSS
SaveExploits1References33
OSV
OSV
added 2026/08/18 7:52 a.m.9 views

SUSE-SU-2026:3635-1 Security update for python

This update for python fixes the following issues: - CVE-2026-0864: improper handling of line-ending characters can lead to configuration file injection when the configparser module is used bsc1269066. - CVE-2026-1703: files may be extracted outside the installation directory when installing and...

8.7CVSS5.5AI score0.00672EPSS
SaveExploits1References23
Tenable Nessus
Tenable Nessus
added 2026/08/13 12:00 a.m.11 views

SUSE SLES12: libpython3_4m1_0 / libpython3_4m1_0-32bit / python3 / python3-base / etc (SUSE-SU-2026:3601-1)

The remote SUSE Linux SLES12 host has packages installed that are affected by multiple vulnerabilities as referenced in the SUSE-SU-2026:3601-1 advisory. - CVE-2026-0864: improper handling of line-ending characters can lead to configuration file injection when the configparser module is used...

8.7CVSS5.6AI score0.00637EPSS
SaveExploits2References35
SUSE Linux
SUSE Linux
added 2026/08/12 12:05 p.m.9 views

Security update for python3

This update for python3 fixes the following issues: CVE-2026-0864: improper handling of line-ending characters can lead to configuration file injection when the configparser module is used bsc1269066. CVE-2026-1703: files may be extracted outside the installation directory when installing and...

8.7CVSS6.1AI score0.00637EPSS
SaveExploits2References46
OSV
OSV
added 2026/08/12 12:05 p.m.4 views

SUSE-SU-2026:3601-1 Security update for python3

This update for python3 fixes the following issues: - CVE-2026-0864: improper handling of line-ending characters can lead to configuration file injection when the configparser module is used bsc1269066. - CVE-2026-1703: files may be extracted outside the installation directory when installing and...

8.7CVSS7.6AI score0.00637EPSS
SaveExploits2References24
RedhatCVE
RedhatCVE
added 2026/08/04 7:39 p.m.11 views

CVE-2026-47764

A flaw was found in pdm, a Python package and dependency manager. This vulnerability allows a remote attacker to write arbitrary files to a system by crafting a malicious Python 'wheel' package. The flaw occurs during the installation process, where a critical function responsible for writing fil...

8.4CVSS5.9AI score0.00148EPSS
SaveExploits0References2
CVE
CVE
added 2026/08/04 5:57 p.m.85 views

CVE-2026-47764

Summary of CVE-2026-47764 (pdm) : A path-traversal vulnerability in wheel installation arises from InstallDestination.write_to_fs() in src/pdm/installers/installers.py, where a safe validation helper (_path_with_destdir()) was replaced with a bare os.path.join(), removing path validation. Version...

8.4CVSS5.5AI score0.00148EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/08/04 5:57 p.m.48 views

CVE-2026-47764 pdm: Path traversal in wheel installation via overridden write_to_fs

pdm is a Python package and dependency manager supporting the latest PEP standards. Versions prior to 2.27.0 are vulnerable to path traversal through writetofs. InstallDestination.writetofs in src/pdm/installers/installers.py overrides the base class to add symlink/hardlink support but replaces t...

8.4CVSS0.00148EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/04 5:57 p.m.12 views

CVE-2026-47764 pdm: Path traversal in wheel installation via overridden write_to_fs

pdm is a Python package and dependency manager supporting the latest PEP standards. Versions prior to 2.27.0 are vulnerable to path traversal through writetofs. InstallDestination.writetofs in src/pdm/installers/installers.py overrides the base class to add symlink/hardlink support but replaces t...

8.4CVSS5.5AI score
SaveExploits0References4
NVD
NVD
added 2026/07/31 7:17 p.m.19 views

CVE-2026-18481

Stored cross-site scripting in the participant URL handling in AWS Ops Wheel before PR 168 might allow an authenticated remote user to steal session tokens and escalate to full administrative control of the deployed instance via a crafted participanturl value containing a dangerous URI scheme. To...

7.3CVSS0.00282EPSS
SaveExploits0References3
CVE
CVE
added 2026/07/31 6:12 p.m.59 views

CVE-2026-18481

CVE-2026-18481 describes a stored cross-site scripting flaw in the AWS Ops Wheel project, affecting the participant_url handling. The issue, triggered by a crafted participant_url value with a dangerous URI scheme, could allow an authenticated remote user to steal session tokens and escalate to f...

7.3CVSS5.3AI score0.00282EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/07/31 6:12 p.m.45 views

CVE-2026-18481 Stored XSS in Participant URL Field leads to Account Takeover via Session Token Theft

Stored cross-site scripting in the participant URL handling in AWS Ops Wheel before PR 168 might allow an authenticated remote user to steal session tokens and escalate to full administrative control of the deployed instance via a crafted participanturl value containing a dangerous URI scheme. To...

7.3CVSS0.00282EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2026/07/31 6:12 p.m.11 views

CVE-2026-18481 Stored XSS in Participant URL Field leads to Account Takeover via Session Token Theft

Stored cross-site scripting in the participant URL handling in AWS Ops Wheel before PR 168 might allow an authenticated remote user to steal session tokens and escalate to full administrative control of the deployed instance via a crafted participanturl value containing a dangerous URI scheme. To...

7.3CVSS5.3AI score0.00282EPSS
SaveExploits0References3
Rows per page
Query Builder