Lucene search
+L

10562 matches found

Snyk
Snyk
added 2026/07/21 8:10 p.m.14 views

Arbitrary Argument Injection

Overview GitPython is a python library used to interact with Git repositories Affected versions of this package are vulnerable to Arbitrary Argument Injection via the Repo.archive, Repo.itercommits, Repo.blame, and Git.lsremote call paths in git/repo/base.py, git/objects/commit.py, and git/cmd.py...

8.6CVSS6.1AI score0.01037EPSS
SaveExploits1References3
Snyk
Snyk
added 2026/07/21 5:54 p.m.11 views

Directory Traversal

Overview Affected versions of this package are vulnerable to Directory Traversal in the file-op delete path. An attacker can delete files outside the intended build root by sending a crafted low-level build API request with FileActionRm.Path values such as .. or ../victim. The vulnerable path...

7.5CVSS6.4AI score0.00249EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
added 2026/07/21 12:00 a.m.14 views

PT-2026-62010

Malcolm is a network traffic analysis tool suite. Prior to version 26.07.0, safe-extract.py extracts uploaded archives with no limit on entry count, directory depth, total entries, or output size. A small malicious archive containing a large number of directory or file entries causes the filebeat...

6.5CVSS5.3AI score0.00264EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2026/07/21 12:00 a.m.13 views

Amazon Linux 2 : python, --advisory ALAS2-2026-3810 (ALAS-2026-3810)

The version of python installed on the remote host is prior to 2.7.18-1. It is, therefore, affected by a vulnerability as referenced in the ALAS2-2026-3810 advisory. When using the tarfile module with a file opened in streaming mode mode=r| the tarfile module did not properly handle EOF, making...

8.2CVSS5.5AI score0.00445EPSS
SaveExploits0References4
OSV
OSV
added 2026/07/20 10:16 p.m.10 views

GHSA-83XP-526H-J3WW File Browser: Archive builder turns backslash filenames into path traversal (zip-slip)

Summary The fix for GHSA-gxjx-7m74-hcq8 / CVE-2026-54093 shipped in v2.63.6 added a strings.ReplaceAllnameInArchive, "\", "/" step to the archive builder; this was the advisory's recommended "Primary Fix." On a Linux host a backslash is a legal, non-separator filename character, so replacing it...

6.8CVSS6AI score0.00391EPSS
SaveExploits0References5
EUVD
EUVD
added 2026/07/20 10:16 p.m.13 views

EUVD-2026-44707

File Browser: Archive builder turns backslash filenames into path traversal zip-slip...

6.8CVSS5.2AI score0.00391EPSS
SaveExploits0References4
Github Security Blog
Github Security Blog
added 2026/07/20 10:16 p.m.17 views

File Browser: Archive builder turns backslash filenames into path traversal (zip-slip)

Summary The fix for GHSA-gxjx-7m74-hcq8 / CVE-2026-54093 shipped in v2.63.6 added a strings.ReplaceAllnameInArchive, "\", "/" step to the archive builder; this was the advisory's recommended "Primary Fix." On a Linux host a backslash is a legal, non-separator filename character, so replacing it...

6.8CVSS6AI score0.00391EPSS
SaveExploits0References5Affected Software1
OSV
OSV
added 2026/07/20 9:52 p.m.10 views

GHSA-23HP-3JRH-7FPW node-tar: Decompression/parse DoS via unlimited input

Summary A Decompression/parse DoS via unlimited input vulnerability in node-tar allows an attacker to exhaust server resources disk space and CPU. Because the library does not enforce hard upper bounds on total decompressed data or entry counts, a small, maliciously crafted "Gzip Bomb" can be use...

9.2CVSS5.4AI score0.00556EPSS
SaveExploits1References5
EUVD
EUVD
added 2026/07/20 9:51 p.m.24 views

EUVD-2026-42306

node-tar: Negative tar entry size causes infinite loop in archive replace...

8.7CVSS7.2AI score0.00434EPSS
SaveExploits1References4
Patchstack
Patchstack
added 2026/07/20 9:51 p.m.16 views

NPM: node-tar: Negative tar entry size causes infinite loop in archive replace

NPM: node-tar: Negative tar entry size causes infinite loop in archive replace vulnerability discovered by ? in WordPress Npm tar versions = 7.5.17...

8.7CVSS7.2AI score0.00434EPSS
SaveExploits1References5Affected Software1
Github Security Blog
Github Security Blog
added 2026/07/20 9:51 p.m.14 views

node-tar: Negative tar entry size causes infinite loop in archive replace

Summary A checksum-valid tar archive with a negative base-256 encoded entry size can make tar.replace loop forever while scanning the existing archive. Applications that update attacker-controlled tar archives can have a worker process pinned indefinitely, causing denial of service. Details The...

8.7CVSS7.3AI score0.00434EPSS
SaveExploits1References5Affected Software1
OSV
OSV
added 2026/07/20 9:51 p.m.18 views

GHSA-8X88-C5MF-7J5W node-tar: Negative tar entry size causes infinite loop in archive replace

Summary A checksum-valid tar archive with a negative base-256 encoded entry size can make tar.replace loop forever while scanning the existing archive. Applications that update attacker-controlled tar archives can have a worker process pinned indefinitely, causing denial of service. Details The...

8.7CVSS5.5AI score0.00434EPSS
SaveExploits1References5
OSV
OSV
added 2026/07/20 9:16 p.m.14 views

DEBIAN-CVE-2026-58624

Improper input validation in sshd-git in Apache MINA SSHD. Apache MINA SSHD is a Java library for client-side and server-side SSH. Component org.apache.sshd:sshd-git provides though its GitPgmCommandFactory a way to configure an Apache MINA SSHD server such that SSH clients can remotely execute g...

5.4CVSS5.6AI score0.00635EPSS
SaveExploits0References1
CVE
CVE
added 2026/07/20 8:27 p.m.46 views

CVE-2026-58624

The CVE affects SSH servers implemented with Apache MINA SSHD that use the GitPgmCommandFactory. The root cause is improper input validation in the sshd-git GitPgmCommandFactory, which allowed an authenticated SSH user to run any JGit command, including commands that could write files on the serv...

5.4CVSS5.7AI score0.00635EPSS
SaveExploits0References2Affected Software1
Debian CVE
Debian CVE
added 2026/07/20 8:27 p.m.21 views

CVE-2026-58624

Improper input validation in sshd-git in Apache MINA SSHD. Apache MINA SSHD is a Java library for client-side and server-side SSH. Component org.apache.sshd:sshd-git provides though its GitPgmCommandFactory a way to configure an Apache MINA SSHD server such that SSH clients can remotely execute g...

5.4CVSS5.5AI score0.00635EPSS
SaveExploits0
EUVD
EUVD
added 2026/07/20 8:27 p.m.18 views

EUVD-2026-46101

Improper input validation in sshd-git in Apache MINA SSHD. Apache MINA SSHD is a Java library for client-side and server-side SSH. Component org.apache.sshd:sshd-git provides though its GitPgmCommandFactory a way to configure an Apache MINA SSHD server such that SSH clients can remotely execute g...

5.4CVSS5.7AI score0.00635EPSS
SaveExploits0References1
Malwarebytes
Malwarebytes
added 2026/07/20 10:59 a.m.43 views

Fake games spread stealers with RenPy Loader, MSBuild and EtherHiding

We have detected several campaigns using fake downloads of games, mods, cracks, and software to spread RenPy Loader. Once installed, the loader starts a complex, multi-stage infection chain that abuses MSBuild and the EtherHiding technique before ultimately delivering Amatera Stealer. Amatera is ...

5.8AI score
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2026/07/20 12:00 a.m.7 views

TencentOS Server 3: perl:5.32 (TSSA-2026:0660)

The version of Tencent Linux installed on the remote TencentOS Server 3 host is prior to tested version. It is, therefore, affected by multiple vulnerabilities as referenced in the TSSA-2026:0660 advisory. Package updates are available for TencentOS Server 3 that fix the following vulnerabilities...

9.1CVSS6.3AI score0.0043EPSS
SaveExploits3References3
OSV
OSV
added 2026/07/19 11:51 p.m.9 views

BIT-RCLONE-2026-59732 rclone archive extract allows S3 destination prefix escape via crafted archive paths

Rclone is a command-line program to sync files and directories to and from different cloud storage providers. Prior to 1.74.4, rclone archive extract can write extracted files outside the user-selected destination prefix when extracting a crafted archive containing parent path components such as...

5CVSS5.4AI score0.0026EPSS
SaveExploits1References5
Mageia
Mageia
added 2026/07/19 6:29 a.m.23 views

Updated clamav packages fix security vulnerabilities

The updated packages fix security vulnerabilities: PE File Format Processing Out-of-Bounds Memory Corruption Vulnerability. CVE-2026-20213 FSG File Format Processing Out-of-Bounds Memory Corruption Vulnerability. CVE-2026-20214 7Zip File Format Processing Out-of-Bounds Memory Corruption...

7.5CVSS5.3AI score0.00573EPSS
SaveExploits1References3
Rows per page
Query Builder