VulnSea

ansible_automation_platform_2_6_for_rhel vulnerabilities

CVEs whose affected-version data names the ansible_automation_platform_2_6_for_rhel package (pip). Each record lists the affected and patched versions; check a specific version with the dependency checker or POST /api/sbom.

20 CVEsRSS

CVE-2026-78679Medium· 6.5
3w ago

GitPython: GitPython: Arbitrary file read via TagReference.create() (CVE-2026-78679)

A flaw was found in GitPython. A remote attacker with low privileges can exploit a vulnerability in the `TagReference.create()` function, where a positional reference parameter bypasses a security guard. This allows the attacker to supply …

SunlitRed Hat · Red Hat OpenShift AI (RHOAI)EPSS 0.24%via CSAF
CVE-2026-73620High· 8.8
1mo ago

gitpython: GitPython: Arbitrary file overwrite and read via unsafe git option forwarding (CVE-2026-73620)

A flaw was found in GitPython. This vulnerability arises from insufficient guarding of git option forwarding within the `IndexFile.checkout()` and `TagReference.create()` functions. An authenticated attacker can exploit this by passing uns…

TwilightRed Hat · Red Hat OpenShift AI (RHOAI)EPSS 0.36%via CSAF
CVE-2026-69243High· 7.0PoC
1mo ago

AIOHTTP is an asynchronous HTTP client/server framework for asyncio and Python

AIOHTTP is an asynchronous HTTP client/server framework for asyncio and Python. Prior to 3.14.2, the HTTP parsers were vulnerable to a request smuggling attack relating to WebSocket upgrades. If using the server-side component, an attack…

MidnightRed Hat · Red Hat OpenShift AI 2.25EPSS 0.43%via NVD
CVE-2026-69244High· 7.5
1mo ago

AIOHTTP is an asynchronous HTTP client/server framework for asyncio and Python

AIOHTTP is an asynchronous HTTP client/server framework for asyncio and Python. Prior to 3.14.3, an out-of-bounds heap read could occur in the C response parser while building an error message for a malformed response. An attacker contro…

TwilightRed Hat · Red Hat OpenShift AI 2.25EPSS 0.30%via NVD
CVE-2026-67325High· 8.8
1mo ago

GitPython before 3.1.51 contains an incomplete command injection blocklist that fails to account for git's long-option prefix abbreviation feature

GitPython before 3.1.51 contains an incomplete command injection blocklist that fails to account for git's long-option prefix abbreviation feature. Attackers can bypass the unsafe options guard by using abbreviated option names like uplo…

TwilightRed Hat · Red Hat OpenShift AI (RHOAI)EPSS 1.9%via NVD
CVE-2026-67324Critical· 9.8
1mo ago

GitPython 3.1.50 fails to recognize joined short-option forms such as -u<value> (the short form of --upload-pack=<value>) when enforcing its default unsafe-option gate

GitPython 3.1.50 fails to recognize joined short-option forms such as -u<value> (the short form of --upload-pack=<value>) when enforcing its default unsafe-option gate. When an application passes attacker-influenced clone options into Re…

MidnightRed Hat · Red Hat OpenShift AI (RHOAI)EPSS 0.38%via NVD
CVE-2026-67322High· 7.5
1mo ago

GitPython before 3.1.52 is vulnerable to environment-variable exfiltration in Repo.clone_from()

GitPython before 3.1.52 is vulnerable to environment-variable exfiltration in Repo.clone_from(). The caller-supplied remote URL is passed through Git.polish_url(), which on non-Cygwin platforms calls os.path.expandvars() on the URL befor…

TwilightRed Hat · Red Hat OpenShift AI (RHOAI)EPSS 0.27%via NVD
CVE-2026-59885High· 7.5
2mo ago

pyasn1: python-pyasn1: pyasn1: Denial of Service via crafted ASN.1 OBJECT IDENTIFIER (CVE-2026-59885)

A flaw was found in pyasn1, a Python library for Abstract Syntax Notation One (ASN.1). The BER, CER, and DER decoders process OBJECT IDENTIFIER and RELATIVE-OID values in quadratic time relative to the number of arcs. A remote attacker cou…

TwilightRed Hat · Red Hat OpenShift AI 3.4EPSS 0.34%via CSAF
CVE-2026-59886High· 7.5
2mo ago

pyasn1: pyasn1: Denial of Service via crafted ASN.1 REAL values (CVE-2026-59886)

A remote attacker can exploit this by providing specially crafted BER/CER/DER-encoded ASN.1 data with a large exponent in the REAL value. When the application subsequently prints, logs, compares, or performs arithmetic on the decoded value…

TwilightRed Hat · Red Hat Enterprise Linux AppStream EUS (v.9.6)EPSS 0.34%via CSAF
CVE-2026-59197High· 8.2
2mo ago

Pillow: Pillow: Native heap out-of-bounds write (CVE-2026-59197)

A flaw was found in Pillow prior to 12.3.0. The public RankFilter API can trigger a native heap out-of-bounds write when given a very large odd filter size. ImageFilter.RankFilter.filter() calls image.expand(size // 2, size // 2) before ra…

TwilightRed Hat · Red Hat OpenShift AI 3.4EPSS 0.45%via CSAF
CVE-2026-55380High· 7.5
2mo ago

python-pillow: Pillow: Denial of Service via crafted GD 2.x image file (CVE-2026-55380)

A flaw was found in Pillow, a Python imaging library. A remote attacker could exploit this vulnerability by providing a specially crafted GD 2.x image file. The GdImageFile._open() function reads image dimensions without proper validation,…

TwilightRed Hat · Red Hat OpenShift AI 3.4EPSS 0.42%via CSAF
CVE-2026-55379High· 7.5
2mo ago

python-pillow: Pillow: Denial of Service via crafted BDF font file (CVE-2026-55379)

A flaw was found in Pillow, a Python imaging library. This vulnerability allows a remote attacker to cause a Denial of Service (DoS) by providing a specially crafted BDF font file. The library's image processing function fails to properly …

TwilightRed Hat · Red Hat OpenShift AI 3.4EPSS 0.42%via CSAF
CVE-2026-54060High· 7.5
2mo ago

python-pillow: Pillow: Denial of Service via excessive memory allocation when processing font files (CVE-2026-54060)

A flaw was found in Pillow, a Python imaging library. When processing a specially crafted font file, the library's font compilation function does not adequately check for excessive memory allocation. This oversight allows a remote attacker…

TwilightRed Hat · Red Hat OpenShift AI 3.4EPSS 0.42%via CSAF
CVE-2026-34993High· 7.2
3mo ago

aiohttp: AIOHTTP: Arbitrary code execution via untrusted input to CookieJar.load() (CVE-2026-34993)

A flaw was found in AIOHTTP, an asynchronous HTTP client/server framework for asyncio and Python. An attacker could exploit this vulnerability by providing untrusted input to the `CookieJar.load()` function. This could potentially lead to …

TwilightRed Hat · Red Hat OpenShift AI 3.4EPSS 0.18%via CSAF
CVE-2026-44431Medium· 5.3
4mo ago

urllib3 is an HTTP client library for Python

urllib3 is an HTTP client library for Python. From 1.23 to before 2.7.0, cross-origin redirects followed from the low-level API via ProxyManager.connection_from_url().urlopen(..., assert_same_host=False) still forward these sensitive hea…

SunlitRed Hat · Red Hat Enterprise Linux AppStream (v. 8)EPSS 0.33%via NVD
CVE-2026-42284High· 7.5
4mo ago

GitPython: GitPython: Arbitrary code execution via improper validation of clone options (CVE-2026-42284)

A flaw was found in GitPython, a Python library for interacting with Git repositories. A remote attacker could exploit an input validation vulnerability in the `_clone()` function. By crafting a malicious string in the `multi_options` para…

TwilightRed Hat · Red Hat OpenShift AI 3.4EPSS 0.57%via CSAF
CVE-2026-44244High· 7.3
4mo ago

GitPython: GitPython: Arbitrary code execution via injected newlines in Git configuration (CVE-2026-44244)

A flaw was found in GitPython, a Python library used to interact with Git repositories. The `GitConfigParser.set_value()` function does not properly validate input for newlines. This vulnerability allows an attacker to inject malicious con…

TwilightRed Hat · Red Hat OpenShift AI 3.4EPSS 0.24%via CSAF
CVE-2026-42215High· 7.5
4mo ago

GitPython: GitPython: Arbitrary command execution due to bypass of dangerous Git option checks (CVE-2026-42215)

A flaw was found in GitPython, a Python library used to interact with Git repositories. This vulnerability allows an attacker to achieve arbitrary command execution by providing specially crafted arguments (kwargs) to functions such as Rep…

TwilightRed Hat · Red Hat OpenShift AI 3.4EPSS 0.75%via CSAF
CVE-2026-39373High· 7.5⚖ disputed
5mo ago

JWCrypto: python-cryptography: python: JWCrypto: Memory exhaustion via crafted compressed JWE tokens (CVE-2026-39373)

A flaw was found in JWCrypto, a Python library for JSON Web Key (JWK), JSON Web Signature (JWS), and JSON Web Encryption (JWE) specifications. An unauthenticated attacker can exploit this vulnerability by sending specially crafted JWE toke…

TwilightRed Hat · Red Hat Ansible Automation Platform 2.5 for RHEL 8EPSS 0.29%via CSAF
CVE-2025-59682High· 8.8⚖ disputed
11mo ago

django: Potential partial directory-traversal via archive.extract() (CVE-2025-59682)

A flaw was found in Django. The django.utils.archive.extract() function, used by startapp --templateand startproject --template, allowed partial directory-traversal via an archive with file paths sharing a common prefix with the target dir…

TwilightRed Hat · Red Hat Ansible Automation Platform 2.5 for RHEL 8EPSS 0.91%via CSAF
ansible_automation_platform_2_6_for_rhel vulnerabilities (CVEs) · VulnSea