Lucene search
+L

94798 matches found

Cvelist
Cvelist
added 2026/07/13 3:0 p.m.34 views

CVE-2026-58065 Apache Airflow Git provider: Git provider hook defaults to StrictHostKeyChecking=no, disabling SSH host-key verification

The Apache Airflow Git provider runs its git-over-SSH operations with StrictHostKeyChecking=no by default, disabling SSH host-key verification. An attacker who can intercept the network path between an Airflow worker and the Git server can impersonate the server man-in-the-middle, capturing the S...

0.00477EPSS
SaveExploits0References2
OSV
OSV
added 2026/07/13 3:0 p.m.10 views

CVE-2026-58065 Apache Airflow Git provider: Git provider hook defaults to StrictHostKeyChecking=no, disabling SSH host-key verification

The Apache Airflow Git provider runs its git-over-SSH operations with StrictHostKeyChecking=no by default, disabling SSH host-key verification. An attacker who can intercept the network path between an Airflow worker and the Git server can impersonate the server man-in-the-middle, capturing the S...

8.1CVSS6.1AI score0.00477EPSS
SaveExploits0References6
SUSE Linux
SUSE Linux
added 2026/07/13 2:56 p.m.6 views

Security update for the Linux Kernel

The SUSE Linux Enterprise 12 SP5 kernel was updated to fix various security issues The following security issues were fixed: CVE-2023-53995: net: ipv4: fix one memleak in inetdelifa bsc1255616. CVE-2026-23255: net: add proper RCU protection to /proc/net/ptype bsc1259891. CVE-2026-23451: bonding:...

9.3CVSS6.9AI score0.00574EPSS
SaveExploits14References260
OSV
OSV
added 2026/07/13 2:56 p.m.4 views

SUSE-SU-2026:2914-1 Security update for the Linux Kernel

The SUSE Linux Enterprise 12 SP5 kernel was updated to fix various security issues The following security issues were fixed: - CVE-2023-53995: net: ipv4: fix one memleak in inetdelifa bsc1255616. - CVE-2026-23255: net: add proper RCU protection to /proc/net/ptype bsc1259891. - CVE-2026-23451:...

9.8CVSS6.2AI score0.93235EPSS
SaveExploits52References131
PyPA
PyPA
added 2026/07/13 2:36 p.m.10 views

PraisonAI Vulnerable to Argument Injection into Cloud Run Environment Variables via Unsanitized Comma in gcloud --set-env-vars

Summarydeploy.py constructs a single comma-delimited string for the gcloud rundeploy --set-env-vars argument by directly interpolating openaimodel,openaikey, and openaibase without validating that these values do notcontain commas. gcloud uses a comma as the key-value pair separator...

8.4CVSS6.2AI score0.00231EPSS
SaveExploits1References6Affected Software1
OSV
OSV
added 2026/07/13 2:36 p.m.5 views

PYSEC-2026-2913 PraisonAI Vulnerable to Argument Injection into Cloud Run Environment Variables via Unsanitized Comma in gcloud --set-env-vars

Summary deploy.py constructs a single comma-delimited string for the gcloud run deploy --set-env-vars argument by directly interpolating openaimodel, openaikey, and openaibase without validating that these values do not contain commas. gcloud uses a comma as the key-value pair separator for...

8.4CVSS6.2AI score0.00231EPSS
SaveExploits1References6
PyPA
PyPA
added 2026/07/13 2:36 p.m.12 views

rfc3161-client Has Improper Certificate Validation

SummaryAn Authorization Bypass vulnerability in rfc3161-client's signature verification allows any attacker to impersonate a trusted TimeStamping Authority TSA. By exploiting a logic flaw in how the library extracts the leaf certificate from an unordered PKCS7 bag of certificates, an attacker can...

7.5CVSS6.1AI score0.00188EPSS
SaveExploits1References7Affected Software1
OSV
OSV
added 2026/07/13 2:36 p.m.3 views

PYSEC-2026-3051 rfc3161-client Has Improper Certificate Validation

Summary An Authorization Bypass vulnerability in rfc3161-client's signature verification allows any attacker to impersonate a trusted TimeStamping Authority TSA. By exploiting a logic flaw in how the library extracts the leaf certificate from an unordered PKCS7 bag of certificates, an attacker ca...

6.2CVSS6.1AI score0.00188EPSS
SaveExploits1References7
PyPA
PyPA
added 2026/07/13 2:36 p.m.12 views

OpenEXR Makes Use of Uninitialized Memory

SummaryWhile fuzzing openexrexrcheckfuzzer, Valgrind reports a conditional branch depending on uninitialized data inside genericunpack. This indicates a use of uninitialized memory CWE-457. The issue is reproducible with the current OSS-Fuzz harness and a single-file PoC. DetailsEnvironment:-...

7.5CVSS7AI score0.00373EPSS
SaveExploits1References10Affected Software1
OSV
OSV
added 2026/07/13 2:36 p.m.4 views

PYSEC-2026-2843 OpenEXR Makes Use of Uninitialized Memory

Summary While fuzzing openexrexrcheckfuzzer, Valgrind reports a conditional branch depending on uninitialized data inside genericunpack. This indicates a use of uninitialized memory CWE-457. The issue is reproducible with the current OSS-Fuzz harness and a single-file PoC. Details Environment: -...

7.5CVSS6.2AI score0.00373EPSS
SaveExploits1References10
PyPA
PyPA
added 2026/07/13 2:36 p.m.10 views

OpenEXR: Heap information disclosure in PXR24 decompression via unchecked decompressed size (undo_pxr24_impl)

SummaryThe PXR24 decompression function undopxr24impl in OpenEXR internalpxr24.c ignores the actual decompressed size outSize returned by exruncompressbuffer and instead reads from the scratch buffer based solely on the expected size uncompressedsize derived from the header metadata.Additionally,...

8.7CVSS6.2AI score0.00482EPSS
SaveExploits1References7Affected Software1
OSV
OSV
added 2026/07/13 2:36 p.m.3 views

PYSEC-2026-2850 OpenEXR: Heap information disclosure in PXR24 decompression via unchecked decompressed size (undo_pxr24_impl)

Summary The PXR24 decompression function undopxr24impl in OpenEXR internalpxr24.c ignores the actual decompressed size outSize returned by exruncompressbuffer and instead reads from the scratch buffer based solely on the expected size uncompressedsize derived from the header metadata. Additionall...

8.7CVSS6.2AI score0.00482EPSS
SaveExploits1References7
PyPA
PyPA
added 2026/07/13 2:36 p.m.10 views

dbt-common's commonprefix() doesn't protect against path traversal

ImpactWhat kind of vulnerability is it? Who is impacted?A path traversal vulnerability exists in dbt-common's safeextract function used when extracting tarball archives. The function uses os.path.commonprefix to validate that extracted files remain within the intended destination directory...

5.3CVSS6.2AI score0.00262EPSS
SaveExploits0References9Affected Software1
OSV
OSV
added 2026/07/13 2:36 p.m.3 views

PYSEC-2026-2440 dbt-common's commonprefix() doesn't protect against path traversal

Impact What kind of vulnerability is it? Who is impacted? A path traversal vulnerability exists in dbt-common's safeextract function used when extracting tarball archives. The function uses os.path.commonprefix to validate that extracted files remain within the intended destination directory...

2CVSS6.2AI score0.00262EPSS
SaveExploits0References9
PyPA
PyPA
added 2026/07/13 2:36 p.m.12 views

mcp-server-git : Path traversal in git_add allows staging files outside repository boundaries

In mcp-server-git versions prior to 2026.1.14, the gitadd tool did not validate that file paths provided in the files argument were within the repository boundaries. The tool used GitPython's repo.index.add, which did not enforce working-tree boundary checks for relative paths. As a result,...

6.5CVSS6.1AI score0.00287EPSS
SaveExploits0References7Affected Software1
OSV
OSV
added 2026/07/13 2:36 p.m.3 views

PYSEC-2026-2630 mcp-server-git : Path traversal in git_add allows staging files outside repository boundaries

In mcp-server-git versions prior to 2026.1.14, the gitadd tool did not validate that file paths provided in the files argument were within the repository boundaries. The tool used GitPython's repo.index.add, which did not enforce working-tree boundary checks for relative paths. As a result,...

6.4CVSS6.1AI score0.00287EPSS
SaveExploits0References7
PyPA
PyPA
added 2026/07/13 2:36 p.m.11 views

Reverb use after free vulnerability

There exists a use after free vulnerability in Reverb.Reverb supports the VARIANT datatype, which is supposed to represent an arbitrary object in C++. When a tensor proto of type VARIANT is unpacked, memory is first allocated to store the entire tensor, and a ctor is called on each instance...

7.8CVSS6.2AI score0.00123EPSS
SaveExploits0References6Affected Software1
OSV
OSV
added 2026/07/13 2:36 p.m.4 views

PYSEC-2026-2452 Reverb use after free vulnerability

There exists a use after free vulnerability in Reverb. Reverb supports the VARIANT datatype, which is supposed to represent an arbitrary object in C++. When a tensor proto of type VARIANT is unpacked, memory is first allocated to store the entire tensor, and a ctor is called on each instance...

6.1CVSS6.2AI score0.00123EPSS
SaveExploits0References6
GithubExploit
GithubExploit
added 2026/07/13 8:12 a.m.77 views

Exploit for CVE-2026-57830

Helix Ultimate Framework — Unauthenticated Path-Traversal Arbi...

8.8CVSS6AI score0.00303EPSS
SaveExploits1
GithubExploit
GithubExploit
added 2026/07/13 7:54 a.m.51 views

Red-Team-vs-Blue-Team-Security-Simulation

Red Team vs Blue Team Security Simulation An interactive secu...

6.3AI score
SaveExploits0
Rows per page
Query Builder