Lucene search
+L

221 matches found

ATTACKERKB
ATTACKERKB
added 3 days ago8 views

CVE-2026-55100

hashi-vault-js is a Node.js module for interacting with the HashiCorp Vault API. Prior to 0.5.2, src/Vault.js concatenates unencoded identifier values including name, username, group, role, and version into Vault request paths and query strings instead of using encodeURIComponent and...

8.7CVSS5.5AI score0.00382EPSS
SaveExploits0References5Affected Software1
OSV
OSV
added 4 days ago6 views

UBUNTU-CVE-2026-13346

pip would incorrectly handle doubly-encoded package URLs from indexes...

5.6CVSS5.8AI score0.00347EPSS
SaveExploits0References4
Github Security Blog
Github Security Blog
added 6 days ago12 views

sqlite3-ruby has Use-After-Free When Redefining SQLite Functions with Different Arity

Summary Using Databasecreatefunction or Databasedefinefunction to define the same function name more than once with different numbers of arguments "arity" or text encodings will result in a invalid memory read and a segmentation fault. Mitigation Upgrade to sqlite3 gem v2.9.5 or later. As a...

2CVSS5.9AI score0.00107EPSS
SaveExploits0References7Affected Software2
ATTACKERKB
ATTACKERKB
added 2026/07/27 6:0 a.m.7 views

CVE-2026-14203

The Smart Manager WordPress plugin before 8.92.0 does not properly encode a post field before rendering it into an HTML attribute in its management grid, allowing users with the Contributor role or above to inject JavaScript that executes in the browser session of an administrator who views the...

5.9AI score0.00142EPSS
SaveExploits0References1
EUVD
EUVD
added 2026/07/20 11:2 p.m.14 views

EUVD-2026-44407

Microsoft Security Advisory CVE-2026-50659 – .NET Spoofing Vulnerability...

6.5CVSS6.3AI score0.0055EPSS
SaveExploits0References5
SUSE CVE
SUSE CVE
added 2026/07/15 5:1 a.m.7 views

SUSE CVE-2026-59083

Improper Handling of URL Encoding Hex Encoding vulnerability in Apache Tomcat's rewrite valve allowed security constraint bypass for some configurations. This issue affects Apache Tomcat: from 11.0.0-M1 through 11.0.23, from 10.1.0-M1 through 10.1.56, from 9.0.0.M1 through 9.0.119, from 8.5.0...

8.2CVSS5.3AI score0.0037EPSS
SaveExploits0References6
OSV
OSV
added 2026/07/14 12:0 a.m.5 views

ALSA-2026:39553 Important: perl-XML-LibXML security update

This module implements a Perl interface to the GNOME libxml2 library which provides interfaces for parsing and manipulating XML files. This module allows Perl programmers to make use of the highly capable validating XML parser and the high performance DOM implementation. Security Fixes:...

7.5CVSS6.1AI score0.00629EPSS
SaveExploits0References4
OSV
OSV
added 2026/07/07 11:45 a.m.5 views

PYSEC-2026-1426 gRPC connection termination issue

gRPC contains a vulnerability whereby a client can cause a termination of connection between a HTTP2 proxy and a gRPC server: a base64 encoding error for -bin suffixed headers will result in a disconnection by the gRPC server, but is typically allowed by HTTP2 proxies. We recommend upgrading beyo...

5.3CVSS6.5AI score0.00527EPSS
SaveExploits0References11
OSV
OSV
added 2026/07/07 10:17 a.m.5 views

PYSEC-2026-1021 `CHECK` fail via inputs in `PyFunc`

Impact An input token that is not a UTF-8 bytestring will trigger a CHECK fail in tf.rawops.PyFunc. python import tensorflow as tf value = tf.constantvalue=1,2 token = b'\xb0' dataType = tf.int32 tf.rawops.PyFuncinput=value,token=token,Tout=dataType Patches We have patched the issue in GitHub...

4.8CVSS7AI score0.0045EPSS
SaveExploits1References7
OSV
OSV
added 2026/07/06 1:37 p.m.5 views

USN-8502-1 gnutls28 vulnerabilities

It was discovered that GnuTLS had a timing side-channel when processing malformed ciphertexts in RSA-PSK ClientKeyExchange. A remote attacker could possibly use this issue to recover sensitive information. This issue only affected Ubuntu 18.04 LTS. CVE-2024-0553 Bing Shi discovered that GnuTLS...

9.8CVSS7AI score0.01614EPSS
SaveExploits3References11
OSV
OSV
added 2026/06/26 1:11 a.m.8 views

CVE-2026-50745

A missing sanitisation vulnerability exists with user input in the stats-video.php script. The way URLs to this script were constructed did not follow best practices, and the output of the Smarty custom helper function url was neither properly encoded nor sanitised, allowing user‑supplied input t...

4.7CVSS5.9AI score0.00317EPSS
SaveExploits1References3
Positive Technologies
Positive Technologies
added 2026/06/26 12:0 a.m.15 views

PT-2026-53015

Name of the Vulnerable Software and Affected Versions sigstore-js versions prior to 3.2.1 Description The preAuthEncoding function in @sigstore/core uses Node.js ascii encoding when converting the Pre-Authentication Encoding PAE string to bytes. Because ascii encoding in Node.js truncates...

5.4CVSS6.2AI score0.00196EPSS
SaveExploits0References7
OSV
OSV
added 2026/06/18 9:28 p.m.11 views

MGASA-2026-0226 Updated ruby-rack packages fix security vulnerabilities

CVE-2026-26961 Greedy multipart boundary parsing can cause parser differentials and WAF bypass. Forwarded header semicolon injection enables Host and Scheme spoofing. CVE-2026-34230 Quadratic complexity in Rack::Utils.selectbestencoding via wildcard Accept-Encoding header. CVE-2026-34763 Root...

7.5CVSS5.2AI score0.00475EPSS
SaveExploits2References14
Cvelist
Cvelist
added 2026/06/08 12:6 p.m.52 views

CVE-2026-8833 XSS in urls

Improper neutralization of HTML-encoded characters in the URL validation function in Checkmk 2.5.0p5, 2.4.0p31, 2.3.0p48, and all 2.2.0 versions allows an authenticated user to bypass URL validation and inject malicious URLs such as javascript: URIs, resulting in cross-site scripting when another...

8.5CVSS0.0014EPSS
SaveExploits0References1
Ubuntu
Ubuntu
added 2026/05/28 2:51 p.m.26 views

USN-8338-1: Apache HTTP Server vulnerabilities

It was discovered that Apache HTTP Server incorrectly handled certain response headers. An attacker could possibly use this issue to perform HTTP response splitting attacks. This issue only affected Ubuntu 14.04 LTS. CVE-2023-38709 Will Dormann and David Warren discovered that Apache HTTP Server'...

9.8CVSS7.1AI score0.41611EPSS
SaveExploits2
CNNVD
CNNVD
added 2026/05/28 12:0 a.m.14 views

Plack::Middleware::Security::Common 安全漏洞

Plack::Middleware::Security::Common is a Perl web application security header middleware developed by RRWO’s individual developers. Versions of Plack::Middleware::Security::Common prior to 0.13.1 contained security vulnerabilities. These vulnerabilities stemmed from ineffective header injection...

7.3CVSS5.8AI score0.00226EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2026/05/26 12:0 a.m.11 views

Amazon Linux 2023 : perl-Net-CIDR-Lite (ALAS2023-2026-1732)

"It is, therefore, affected by multiple vulnerabilities as referenced in the ALAS2023-2026-1732 advisory. Net::CIDR::Lite versions before 0.24 for Perl does not properly validate IP address and CIDR mask inputs, which may allow IP ACL bypass. Inputs containing a trailing newline or non-ASCII digi...

6.5CVSS5.8AI score0.00311EPSS
SaveExploits0References6
Tenable Nessus
Tenable Nessus
added 2026/05/14 12:0 a.m.10 views

TencentOS Server 4: glib2 (TSSA-2026:0277)

The version of Tencent Linux installed on the remote TencentOS Server 4 host is prior to tested version. It is, therefore, affected by multiple vulnerabilities as referenced in the TSSA-2026:0277 advisory. Package updates are available for TencentOS Server 4 that fix the following vulnerabilities...

5.4CVSS5.4AI score0.00325EPSS
SaveExploits1References4
Positive Technologies
Positive Technologies
added 2026/05/07 12:0 a.m.16 views

PT-2026-38572

Name of the Vulnerable Software and Affected Versions VINCE versions 3.0.38 and earlier Description Encoding confusion prevents the proper verification of the authenticity of the From address. This allows the From address to be used for unauthorized automated actions, such as ticket creation or...

6.5CVSS5.8AI score0.00115EPSS
SaveExploits0References6
EUVD
EUVD
added 2026/05/05 12:18 a.m.26 views

EUVD-2026-25590

Axios: Null Byte Injection via Reverse-Encoding in AxiosURLSearchParams...

3.7CVSS5.8AI score0.00217EPSS
SaveExploits1References2
Rows per page
Query Builder