Lucene search
+L

77 matches found

NVD
NVD
added 2026/04/23 5:16 a.m.15 views

CVE-2026-41990

Libgcrypt before 1.12.2 mishandles Dilithium signing. Writes to a static array lack a bounds check but do not use attacker-controlled data...

4CVSS0.00176EPSS
SaveExploits0References3
CNNVD
CNNVD
added 2026/04/23 12:00 a.m.23 views

Libgcrypt 缓冲区错误漏洞

Libgcrypt is a general-purpose encryption library based on GnuPG code from the American GNU community. This library implements various encryption algorithms, including symmetric ciphers, hash algorithms, public key algorithms, etc. Versions of Libgcrypt prior to 1.12.2 contained a buffer error...

4CVSS6AI score0.00176EPSS
SaveExploits0References1
CNNVD
CNNVD
added 2026/04/23 12:00 a.m.18 views

Libgcrypt 缓冲区错误漏洞

Libgcrypt is a general-purpose encryption library based on GnuPG code from the American GNU community. This library implements various encryption algorithms, including symmetric ciphers, hash algorithms, public key algorithms, etc. Versions of Libgcrypt prior to 1.12.2 contained a buffer error...

6.7CVSS6.1AI score0.00182EPSS
SaveExploits0References1
Tenable Nessus
Tenable Nessus
added 2026/04/23 12:00 a.m.11 views

Linux Distros Unpatched Vulnerability : CVE-2026-41990

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - Libgcrypt before 1.12.2 mishandles Dilithium signing. Writes to a static array lack a bounds check but do not use attacker-controlled data. CVE-2026-41990 Note...

4CVSS7.4AI score0.00176EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
added 2026/04/23 12:00 a.m.18 views

PT-2026-34641

Name of the Vulnerable Software and Affected Versions Libgcrypt versions prior to 1.12.2 Description Libgcrypt mishandles Dilithium signing. Specifically, writes to a static array lack a bounds check, although these writes do not use attacker-controlled data. Recommendations Update to version...

4CVSS5.8AI score0.00176EPSS
SaveExploits0References23
EUVD
EUVD
added 2026/03/31 7:34 p.m.26 views

EUVD-2026-17602

Captcha Protect is a Traefik middleware to add an anti-bot challenge to individual IPs in a subnet when traffic spikes are detected from that subnet. Prior to version 1.12.2, a reflected cross-site scripting XSS vulnerability exists in github.com/libops/captcha-protect. The challenge page accepte...

6.1CVSS5.8AI score0.00187EPSS
SaveExploits0References3
OSV
OSV
added 2026/03/31 7:34 p.m.12 views

CVE-2026-34206 Captcha Protect: Reflected XSS in challenge page via unsanitized destination rendered with text/template

Captcha Protect is a Traefik middleware to add an anti-bot challenge to individual IPs in a subnet when traffic spikes are detected from that subnet. Prior to version 1.12.2, a reflected cross-site scripting XSS vulnerability exists in github.com/libops/captcha-protect. The challenge page accepte...

6.1CVSS5.8AI score
SaveExploits0References5
ATTACKERKB
ATTACKERKB
added 2026/03/31 7:34 p.m.7 views

CVE-2026-34206

Captcha Protect is a Traefik middleware to add an anti-bot challenge to individual IPs in a subnet when traffic spikes are detected from that subnet. Prior to version 1.12.2, a reflected cross-site scripting XSS vulnerability exists in github.com/libops/captcha-protect. The challenge page accepte...

6.1CVSS5.8AI score0.00187EPSS
SaveExploits0References4Affected Software1
Cvelist
Cvelist
added 2026/03/31 7:34 p.m.35 views

CVE-2026-34206 Captcha Protect: Reflected XSS in challenge page via unsanitized destination rendered with text/template

Captcha Protect is a Traefik middleware to add an anti-bot challenge to individual IPs in a subnet when traffic spikes are detected from that subnet. Prior to version 1.12.2, a reflected cross-site scripting XSS vulnerability exists in github.com/libops/captcha-protect. The challenge page accepte...

6.1CVSS0.00187EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2026/03/31 12:00 a.m.13 views

PT-2026-29334

Name of the Vulnerable Software and Affected Versions Captcha Protect versions prior to 1.12.2 Description Captcha Protect is a Traefik middleware designed to add an anti-bot challenge to individual IPs within a subnet when traffic spikes are detected. A reflected cross-site scripting XSS issue...

6.1CVSS5.8AI score0.00187EPSS
SaveExploits0References9
CNNVD
CNNVD
added 2026/03/31 12:00 a.m.61 views

Captcha Protect 跨站脚本漏洞

Captcha Protect is an open-source middleware for CAPTCHA protection developed by libops, based on traffic detection. Versions of Captcha Protect prior to 1.12.2 contained a cross-site scripting vulnerability. This vulnerability stemmed from the challenge page accepting target values provided by...

6.1CVSS5.8AI score0.00187EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/02/25 11:57 p.m.42 views

CVE-2026-27809 psd-tools: Compression module has unguarded zlib decompression, missing dimension validation, and hardening gaps

psd-tools is a Python package for working with Adobe Photoshop PSD files. Prior to version 1.12.2, when a PSD file contains malformed RLE-compressed image data e.g. a literal run that extends past the expected row size, decoderle raises ValueError which propagated all the way to the user, crashin...

8.8CVSS0.0041EPSS
SaveExploits1References3
CVE
CVE
added 2026/02/25 11:57 p.m.55 views

CVE-2026-27809

psd-tools (Python) prior to v1.12.2 is vulnerable when parsing PSD files with malformed RLE-compressed image data: decode_rle() can raise ValueError that was not caught, causing psd.composite() and psd-tools export to crash. The fix in v1.12.2 wraps the decode_rle() call in a try/except so that t...

9.1CVSS5.4AI score0.0041EPSS
SaveExploits1References3Affected Software1
Debian CVE
Debian CVE
added 2026/02/25 11:57 p.m.19 views

CVE-2026-27809

psd-tools is a Python package for working with Adobe Photoshop PSD files. Prior to version 1.12.2, when a PSD file contains malformed RLE-compressed image data e.g. a literal run that extends past the expected row size, decoderle raises ValueError which propagated all the way to the user, crashin...

9.1CVSS5.3AI score0.0041EPSS
SaveExploits1
Positive Technologies
Positive Technologies
added 2026/02/18 12:00 a.m.20 views

PT-2026-20273

Name of the Vulnerable Software and Affected Versions URL Shortify plugin for WordPress versions prior to 1.12.2 Description The URL Shortify plugin for WordPress is susceptible to an Open Redirect issue in all versions up to and including 1.12.1. This is due to inadequate validation of the...

4.7CVSS5.5AI score0.00592EPSS
SaveExploits0References9
OSV
OSV
added 2026/01/30 2:38 p.m.9 views

OPENSUSE-SU-2026:20140-1 Security update for alloy

This update for alloy fixes the following issues: Update to 1.12.2: Security fixes: - CVE-2025-68156: github.com/expr-lang/expr/builtin: Fixed potential DoS via unbounded recursion bsc1255333: - CVE-2025-31133, CVE-2025-52565, CVE-2025-52881: github.com/opencontainers/runc: Fixed container...

8.4CVSS7AI score0.00841EPSS
SaveExploits4References6
Tenable Nessus
Tenable Nessus
added 2026/01/30 12:00 a.m.8 views

SUSE SLED15 / SLES15 Security Update : alloy (SUSE-SU-2026:0327-1)

The remote SUSE Linux SLED15 / SLEDSAP15 / SLES15 / SLESSAP15 host has a package installed that is affected by multiple vulnerabilities as referenced in the SUSE-SU-2026:0327-1 advisory. Update to 1.12.2: Security fixes: - CVE-2025-68156: github.com/expr-lang/expr/builtin: Fixed potential DoS via...

8.4CVSS6AI score0.00841EPSS
SaveExploits4References11
SUSE Linux
SUSE Linux
added 2026/01/28 3:38 p.m.10 views

Security update for alloy

This update for alloy fixes the following issues: Update to 1.12.2: Security fixes: CVE-2025-68156: github.com/expr-lang/expr/builtin: Fixed potential DoS via unbounded recursion bsc1255333: CVE-2025-31133, CVE-2025-52565, CVE-2025-52881: github.com/opencontainers/runc: Fixed container breakouts ...

8.7CVSS5.9AI score0.00841EPSS
SaveExploits4References12
OSV
OSV
added 2026/01/28 3:38 p.m.9 views

SUSE-SU-2026:0327-1 Security update for alloy

This update for alloy fixes the following issues: Update to 1.12.2: Security fixes: - CVE-2025-68156: github.com/expr-lang/expr/builtin: Fixed potential DoS via unbounded recursion bsc1255333: - CVE-2025-31133, CVE-2025-52565, CVE-2025-52881: github.com/opencontainers/runc: Fixed container...

8.4CVSS5.9AI score0.00841EPSS
SaveExploits4References7
OSV
OSV
added 2026/01/21 12:00 a.m.6 views

OPENSUSE-SU-2026:10073-1 alloy-1.12.2-2.1 on GA media

These are all security issues fixed in the alloy-1.12.2-2.1 package on the GA media of openSUSE Tumbleweed...

7.8CVSS5.8AI score0.00841EPSS
SaveExploits2References2
Rows per page
Query Builder