Lucene search
+L

7472 matches found

Positive Technologies
Positive Technologies
added 2026/07/29 12:00 a.m.28 views

PT-2026-65790

Joomla Extension - joomlacontenteditor.net - Creation of hidden files and unintended file overwrite via rename function in Joomla Content Editor JCE 2.20.2 - Improper input validation in the file rename functionality allowed an authenticated user with file management permissions to rename files t...

5.8AI score0.00254EPSS
SaveExploits1References2
IBM Security Bulletins
IBM Security Bulletins
added 2026/07/27 6:40 p.m.16 views

Security Bulletin: IBM Watson Speech Services Cartridge is vulnerable to a security bypass in python-dotenv [CVE-2026-28684]

Summary IBM Watson Speech Services Cartridge is vulnerable to a security bypass in python-dotenv, due to a flaw allowing a local attacker to overwrite arbitrary files via a crafted symlink when a cross-device rename fallback is triggered. CVE-2026-28684. Python-dotenv is used in our speech...

6.6CVSS6.7AI score0.00252EPSS
SaveExploits1Affected Software1
RedhatCVE
RedhatCVE
added 2026/07/27 7:08 a.m.12 views

CVE-2026-65010

A flaw was found in Hugging Face Datasets through 5.00 in Extractor.extract. When archive contents are extracted to predictable output paths, the extractor follows pre-planted symlinks instead of confining writes to the intended directory. A local attacker who can place those symlinks can redirec...

6.6CVSS6.3AI score0.00173EPSS
SaveExploits0References7
GithubExploit
GithubExploit
added 2026/07/27 6:42 a.m.72 views

CVE-64600-Refluxfs-POC

RefluXFS CVE-64600 PoC This repo contains a PoC of the rec...

7.8CVSS7.3AI score0.00467EPSS
SaveExploits8
UbuntuCve
UbuntuCve
added 2026/07/25 10:17 a.m.19 views

CVE-2026-64399

In the Linux kernel, the following vulnerability has been resolved: ksmbd: add permission checks for FSCTLDUPLICATEEXTENTSTOFILE The FSCTLDUPLICATEEXTENTSTOFILE arm of smb2ioctl overwrites the destination file's data via vfsclonefilerange with neither the share-level KSMBDTREECONNFLAGWRITABLE che...

9.8CVSS5.3AI score0.00491EPSS
SaveExploits0References11
OSV
OSV
added 2026/07/24 4:41 p.m.12 views

GHSA-FJR4-X663-MWXC GitPython: Arbitrary file overwrite via git diff --output argument injection in Diffable.diff (key- and value-controlled)

Summary Diffable.diff forwards kwargs straight into diff/difftree with no checkunsafeoptions guard. Diffable is mixed into Commit, Tree, IndexFile, and Submodule, giving a broad surface. git diff --output= writes real patch content to an attacker-chosen path, enabling arbitrary file overwrite. Ro...

8.1CVSS5.9AI score0.00334EPSS
SaveExploits0References5
NVD
NVD
added 2026/07/23 7:17 p.m.19 views

CVE-2026-65010

Datasets through 5.00, fixed in commit ad2d853, contains a symlink-following vulnerability in Extractor.extract that allows local attackers to write arbitrary files by pre-planting symlinks at predictable output paths. Attackers can redirect archive extraction to arbitrary filesystem locations in...

6.6CVSS0.00173EPSS
SaveExploits0References4
OSV
OSV
added 2026/07/23 2:46 p.m.12 views

JLSEC-2026-779

A malicious SCP server can send unexpected paths that could make the client application override local files outside of working directory. This could be misused to create malicious executable or configuration files and make the user execute them under specific consequences. This is the same issue...

6.3CVSS5.5AI score0.00408EPSS
SaveExploits0References5
OSV
OSV
added 2026/07/23 11:41 a.m.20 views

PYSEC-2026-3470 OpenStack Ironic allows file overwrite via directory traversal during deployment with a crafted ISO image

OpenStack Ironic through before 35.0.2 allows file overwrite via directory traversal during deployment with a crafted ISO image...

5.9CVSS5.3AI score0.00601EPSS
SaveExploits0References7
CVE
CVE
added 2026/07/22 3:55 p.m.39 views

CVE-2026-16552

The CVE-2026-16552 entries describe a vulnerability in systemd-tmpfiles: when processing tmpfiles.d entries that write to a file, an unprivileged local user can cause systemd-tmpfiles to follow a symbolic link, potentially redirecting a privileged write to an attacker-controlled file. The highest...

5.3AI score
SaveExploits0
Cvelist
Cvelist
added 2026/07/22 3:55 p.m.38 views

CVE-2026-16552

...

SaveExploits0
Tenable Nessus
Tenable Nessus
added 2026/07/22 12:00 a.m.11 views

Oracle Linux 10 : vim (ELSA-2026-28210)

The remote Oracle Linux 10 host has packages installed that are affected by a vulnerability as referenced in the ELSA-2026-28210 advisory. - RHEL-186660 CVE-2026-47162 vim: netrw code injection via NetrwBookHistSave - RHEL-186671 CVE-2026-52858 vim: possible code execution with python3complete -...

8.8CVSS7AI score0.00552EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
added 2026/07/22 12:00 a.m.8 views

PT-2026-71452

Name of the Vulnerable Software and Affected Versions GitPython versions prior to 3.1.54 Description An arbitrary file overwrite issue exists in the Diffable.diff method due to insufficient validation of git options passed through kwargs. An attacker can use the --output argument via the other...

8.5CVSS8AI score0.00334EPSS
SaveExploits0References28
Github Security Blog
Github Security Blog
added 2026/07/21 8:10 p.m.16 views

GitPython: command injection via unguarded Git options in `Repo.archive()`, `git.ls_remote()`, and arbitrary file overwrite via `Repo.iter_commits()` / `Repo.blame()`

Summary GitPython already know that --upload-pack / --exec are command-exec vectors, they are denylist in git/remote.py:535 and check by Git.checkunsafeoptions git/cmd.py:963, the thing is this check him he is only call from fetch, pull, push and clonefrom, everything else who build a git argv fr...

8.6CVSS8.7AI score0.01037EPSS
SaveExploits1References7Affected Software1
OSV
OSV
added 2026/07/21 8:10 p.m.16 views

GHSA-956X-8GVW-WG5V GitPython: command injection via unguarded Git options in `Repo.archive()`, `git.ls_remote()`, and arbitrary file overwrite via `Repo.iter_commits()` / `Repo.blame()`

Summary GitPython already know that --upload-pack / --exec are command-exec vectors, they are denylist in git/remote.py:535 and check by Git.checkunsafeoptions git/cmd.py:963, the thing is this check him he is only call from fetch, pull, push and clonefrom, everything else who build a git argv fr...

8.4CVSS6.1AI score0.01037EPSS
SaveExploits1References7
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
Tenable Nessus
Tenable Nessus
added 2026/07/21 12:00 a.m.10 views

EulerOS Virtualization 2.12.1 (EulerOS-SA-2026-2765)

According to the versions of the packages installed, the EulerOS Virtualization installation on the remote host is affected by the following vulnerabilities : Vim is an open source, command line text editor. Prior to 9.2.0479, a command injection vulnerability exists in tarVimuntar in...

8.2CVSS7.2AI score0.00917EPSS
SaveExploits0References12
Tenable Nessus
Tenable Nessus
added 2026/07/21 12:00 a.m.10 views

EulerOS Virtualization 2.10.0 : vim (EulerOS-SA-2026-2873)

According to the versions of the vim packages installed, the EulerOS Virtualization installation on the remote host is affected by the following vulnerabilities : Vim is an open source, command line text editor. Prior to 9.2.0479, a command injection vulnerability exists in tarVimuntar in...

8.2CVSS7.7AI score0.01162EPSS
SaveExploits0References11
vulnersOsv
vulnersOsv
added 2026/07/20 9:53 p.m.9 views

@0xwork/connect (>=0.1.0, <=0.1.9), @3onedata/alsatian (>=0.1.8-fix.3, <=0.1.8-fix.5) +910 more potentially affected by CVE-2026-59871 via tar (>=7.0.0, <=7.5.17)

tar NPM version =7.0.0, =0.1.0, =0.1.8-fix.3, =0.0.6, =11.0.19, =1.0.0, =1.0.2, =2026.4.23-zh, =0.1.0, =0.1.1, =0.1.1, =2026.4.4, =0.59.0, =0.64.0 - @aivibeclaw/speech-core 2026.6.10 and more Source cves: CVE-2026-59871 Source advisory: OSV:GHSA-W8WR-V893-VJVP...

7.5CVSS6.7AI score0.00644EPSS
SaveExploits1
RedHat Linux
RedHat Linux
added 2026/07/20 4:17 p.m.15 views

python-pip: Path traversal via malicious entry point name in pip wheel installation allows arbitrary file overwrite

A flaw was found in pip, the package installer for Python. A remote attacker can exploit this vulnerability by tricking a victim into installing a malicious Python wheel. This wheel contains specially crafted entry-point names that use directory traversal or absolute paths. This allows pip to wri...

8CVSS8.1AI score0.0032EPSS
SaveExploits0References5
Rows per page
Query Builder