Lucene search
+L

230 matches found

OSV
OSV
added 2026/08/05 9:16 p.m.7 views

DEBIAN-CVE-2026-71313

rclone is a command-line program to sync files and directories to and from different cloud storage providers. From v1.51.0 until v1.75.0, the local backend in backend/local/local.go relies on the configurable filename encoder to prevent remote filename data from becoming operating-system path...

6.9CVSS5.6AI score0.00253EPSS
SaveExploits0References1
FreeBSD
FreeBSD
added 2026/08/05 12:00 a.m.9 views

libXfont2 -- multiple vulnerabilities

Zhixi "Jace" Sun, independent security researcher reports: CVE-2026-44950: Font Server Client Cumulative Glyph Data Heap Buffer Overflow CVE-2026-59679: Font Server Client encoding Out-Of-Bounds Read/Write...

5.2AI score
SaveExploits0References1
RedHat Linux
RedHat Linux
added 2026/08/04 4:01 p.m.10 views

Important: Red Hat Security Advisory: Satellite 6.17.10 Async Update

A new release is now available for Red Hat Satellite 6.17 for RHEL 9. Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System CVSS base score, which gives a detailed severity rating, is available for each vulnerability from th...

9.1CVSS6.6AI score0.01549EPSS
SaveExploits7References16
Tenable Nessus
Tenable Nessus
added 2026/08/01 12:00 a.m.11 views

Linux Distros Unpatched Vulnerability : CVE-2026-64607

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - HttpClient based on the classic i/o model fails to correctly release the underlying connection back to the connection manager if it encounters an invalid or...

5.3CVSS5.5AI score0.00359EPSS
SaveExploits0References3
ATTACKERKB
ATTACKERKB
added 2026/07/31 5:03 p.m.12 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 2026/07/29 7:16 p.m.8 views

UBUNTU-CVE-2026-13346

pip would incorrectly handle doubly-encoded package URLs from indexes allowing for files to be installed to arbitrary locations on disk even when installing wheels. This vulnerability requires downloading or installing a package from a malicious package index to succeed, malicious packages alone...

5.6CVSS5.7AI score0.00304EPSS
SaveExploits0References4
Rockylinux
Rockylinux
added 2026/07/29 6:03 p.m.9 views

php security update

An update is available for php. This update affects Rocky Linux 9. A Common Vulnerability Scoring System CVSS base score, which gives a detailed severity rating, is available for each vulnerability from the CVE list PHP is an HTML-embedded scripting language commonly used with the Apache HTTP...

9.8CVSS6.9AI score0.00894EPSS
SaveExploits1
Github Security Blog
Github Security Blog
added 2026/07/28 4:21 p.m.14 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:00 a.m.11 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
Veracode
Veracode
added 2026/07/25 3:23 p.m.7 views

Improper Authentication

Jetty HTTP Client is vulnerable to Improper Authentication. The vulnerability is due to the use of ISO-8859-1 encoding when computing Digest authentication response hashes, which replaces all non-Latin-1 characters with ?, allowing an attacker who knows a victim's username to bypass Digest...

9.1CVSS5.5AI score0.0047EPSS
SaveExploits1References8Affected Software3
EUVD
EUVD
added 2026/07/20 11:02 p.m.19 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:01 a.m.12 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
SaveExploits1References6
OSV
OSV
added 2026/07/14 12:00 a.m.8 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.8 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.8 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.8 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.12 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 score
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2026/06/26 12:00 a.m.18 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.17 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:06 p.m.56 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
Rows per page
Query Builder