Lucene search
+L

8179 matches found

EUVD
EUVD
added 2026/07/22 1:3 p.m.7 views

EUVD-2026-47662

In NLnet Labs Unbound 1.22.0 up to and including 1.25.1, in DNS-over-QUIC environments, with high concurrency and under pressure, an assertion in libngtcp2 about monotonic timestamps could trigger and result in server termination and thus denial of service. When interfacing with libngtcp2, for...

5.9CVSS5.2AI score0.00268EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2026/07/22 12:11 p.m.31 views

CVE-2026-44191 Ansible-lightspeed: visual studio code ansible lightspeed extension: remote code execution via command injection in configuration settings

A flaw was found in the Visual Studio Code Ansible Lightspeed extension. This command injection vulnerability CWE-78 arises from improper handling of the ansible.executionEnvironment.containerOptions and ansible.executionEnvironment.volumeMounts settings, allowing an attacker to inject shell...

7.8CVSS0.00473EPSS
SaveExploits0References2
ATTACKERKB
ATTACKERKB
added 2026/07/22 12:11 p.m.11 views

CVE-2026-44191

A flaw was found in the Visual Studio Code Ansible Lightspeed extension. This command injection vulnerability CWE-78 arises from improper handling of the ansible.executionEnvironment.containerOptions and ansible.executionEnvironment.volumeMounts settings, allowing an attacker to inject shell...

7.8CVSS6.4AI score0.00473EPSS
SaveExploits0References3
RedhatCVE
RedhatCVE
added 2026/07/22 12:11 p.m.7 views

CVE-2026-44191

A flaw was found in the Visual Studio Code Ansible Lightspeed extension. This command injection vulnerability CWE-78 arises from improper handling of the ansible.executionEnvironment.containerOptions and ansible.executionEnvironment.volumeMounts settings, allowing an attacker to inject shell...

7.8CVSS6.4AI score0.00473EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2026/07/22 12:0 a.m.9 views

PT-2026-63477

An authenticated user with read-only privileges can cause the mongod process to terminate abnormally by issuing a crafted aggregation command, resulting in denial of service for all connected clients until the process is restarted. The issue stems from an internal engine selection inconsistency...

5.3CVSS5.3AI score0.00212EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
added 2026/07/22 12:0 a.m.14 views

PT-2026-63374

A flaw was found in the Visual Studio Code Ansible Lightspeed extension. This command injection vulnerability CWE-78 arises from improper handling of the ansible.executionEnvironment.containerOptions and ansible.executionEnvironment.volumeMounts settings, allowing an attacker to inject shell...

7.8CVSS6.4AI score0.00473EPSS
SaveExploits0References3
Github Security Blog
Github Security Blog
added 2026/07/21 9:2 p.m.7 views

Gitea: Repository Visibility Manipulation via Git Push Options

Repository Visibility Manipulation via Git Push Options | Field | Value | |-------|-------| | Affected File | routers/private/hookpostreceive.go | | Affected Function | HookPostReceive | | Affected Lines | 173–225 | | Prerequisite | Attacker must have owner-level or admin collaborator access to t...

5.6AI score
SaveExploits0References3Affected Software1
OSV
OSV
added 2026/07/21 9:2 p.m.9 views

GHSA-8P9H-49RC-QGXJ Gitea: Repository Visibility Manipulation via Git Push Options

Repository Visibility Manipulation via Git Push Options | Field | Value | |-------|-------| | Affected File | routers/private/hookpostreceive.go | | Affected Function | HookPostReceive | | Affected Lines | 173–225 | | Prerequisite | Attacker must have owner-level or admin collaborator access to t...

7.1CVSS5.7AI score
SaveExploits0References3
Snyk
Snyk
added 2026/07/21 8:10 p.m.7 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.01016EPSS
SaveExploits0References3
Snyk
Snyk
added 2026/07/21 7:43 p.m.7 views

Incomplete List of Disallowed Inputs

Overview GitPython is a python library used to interact with Git repositories Affected versions of this package are vulnerable to Incomplete List of Disallowed Inputs through Git.checkunsafeoptions in git/cmd.py. An attacker can execute arbitrary commands by supplying abbreviated unsafe option...

8.8CVSS6.6AI score0.01483EPSS
SaveExploits0References3
Snyk
Snyk
added 2026/07/21 7:43 p.m.12 views

Command Injection

Overview GitPython is a python library used to interact with Git repositories Affected versions of this package are vulnerable to Command Injection via the canonicalizeoptionname function in git/cmd.py. An attacker can execute a local helper command by supplying joined short clone options such as...

9.8CVSS6.1AI score0.00379EPSS
SaveExploits0References2
OSV
OSV
added 2026/07/21 7:43 p.m.9 views

GHSA-V396-V7Q4-X2QJ GitPython unsafe clone option gate bypass through joined short options

GitPython version 3.1.50 blocks unsafe git clone options such as --upload-pack, -u, --config, and -c unless callers explicitly pass allowunsafeoptions=True. However, the default unsafe-option gate does not recognize joined short-option forms such as -u/path/to/helper. Git itself accepts -u as the...

8.7CVSS5.4AI score0.00379EPSS
SaveExploits0References4
CVE
CVE
added 2026/07/21 5:26 p.m.19 views

CVE-2026-16493

The CVE-2026-16493 entry describes a command-injection vulnerability in ansible-core where _extract_collection_from_git() builds git clone commands without a proper end-of-options separator, allowing an attacker to craft a collection source URI that injects payloads during ansible-galaxy collecti...

7.8CVSS6AI score0.00316EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/07/21 5:26 p.m.9 views

EUVD-2026-46336

A flaw was found in ansible-core. The extractcollectionfromgit function in ansible-core's concreteartifactmanager.py constructs git clone commands without a '--' end-of-options separator before user-supplied URLs when installing collections from git sources. An attacker who provides a crafted...

7.8CVSS6AI score0.00316EPSS
SaveExploits0References2
RedhatCVE
RedhatCVE
added 2026/07/21 5:26 p.m.9 views

CVE-2026-16493

A flaw was found in ansible-core. The extractcollectionfromgit function in ansible-core's concreteartifactmanager.py constructs git clone commands without a '--' end-of-options separator before user-supplied URLs when installing collections from git sources. An attacker who provides a crafted...

7.8CVSS6.1AI score0.00316EPSS
SaveExploits0References3
NVD
NVD
added 2026/07/21 4:17 p.m.10 views

CVE-2026-56585

HCL IEM was affected with the Anti Clickjacking XFrame Options Header Missing. It may allow attackers to embed the application in malicious pages and induce unauthorized user actions...

4.3CVSS0.00145EPSS
SaveExploits0References1
EUVD
EUVD
added 2026/07/21 2:48 p.m.9 views

EUVD-2026-46279

HCL IEM was affected with X-Content-Type-Options Header Missing. It may enable attackers to perform SSL stripping or man-in-the-middle attacks and intercept sensitive data...

3.1CVSS5.3AI score0.00122EPSS
SaveExploits0References1
EUVD
EUVD
added 2026/07/21 2:46 p.m.8 views

EUVD-2026-46277

HCL IEM was affected with the Anti Clickjacking XFrame Options Header Missing. It may allow attackers to embed the application in malicious pages and induce unauthorized user actions...

3.1CVSS5.3AI score0.00145EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2026/07/21 2:46 p.m.29 views

CVE-2026-56585 HCL IEM was affected with the Anti Clickjacking XFrame Options Header Missing

HCL IEM was affected with the Anti Clickjacking XFrame Options Header Missing. It may allow attackers to embed the application in malicious pages and induce unauthorized user actions...

3.1CVSS0.00145EPSS
SaveExploits0References1
CVE
CVE
added 2026/07/21 2:46 p.m.14 views

CVE-2026-56585

The documents describe an Anti-Clickjacking X-Frame-Options header missing in HCL IEM, but no public technical details (affected versions, vectors, or fixes) are provided here. Monitor for updates.

4.3CVSS5.3AI score0.00145EPSS
SaveExploits0References1Affected Software1
Rows per page
Query Builder