Lucene search
+L

1999 matches found

OSV
OSV
added yesterday4 views

MAL-2026-13443 Malicious code in diezyyasha-baileys (npm)

--- -= Per source details. Do not edit below this line.=- Source: amazon-inspector 1a8260f399be3238031864bd71945720155775a2de8e952a25225337257fd745 diezyyasha-baileys is a fork of the Baileys WhatsApp library that contains an obfuscated network destination in lib/Socket/messages-send.js. At lines...

5.6AI score
SaveExploits0References10
SUSE CVE
SUSE CVE
added yesterday7 views

SUSE CVE-2026-64581

In the Linux kernel, the following vulnerability has been resolved: xfrm: fix skdstcache double-free in xfrmuserpolicy xfrmuserpolicy clears the socket dst cache with skdstreset, i.e. the non-atomic skdstsetsk, NULL: it reads skdstcache with rcudereferenceprotected, stores NULL and dstreleases th...

5.4AI score0.00145EPSS
SaveExploits0References3
NVD
NVD
added 2 days ago6 views

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.9CVSS0.00253EPSS
SaveExploits0References3
NVD
NVD
added 2 days ago6 views

CVE-2026-71311

rclone is a command-line program to sync files and directories to and from different cloud storage providers. Prior to 1.75.0, a valid but nondefault FTP filename encoding in backend/ftp/ftp.go can restore raw CR/LF immediately before an attacker-controlled path is interpolated into the...

6.4CVSS0.00237EPSS
SaveExploits0References3
Github Security Blog
Github Security Blog
added 2 days ago8 views

rclone: Local Encoding Path Traversal

Summary The local backend relies on its configurable filename encoder to prevent remote filename data from becoming operating-system path syntax. If a local destination uses an encoding that omits Dot, such as Slash, None, or Raw, a remote object's standard-encoded .. component is decoded into an...

6.9CVSS6.1AI score0.00253EPSS
SaveExploits0References4Affected Software1
CVE
CVE
added 2 days ago22 views

CVE-2026-71313

The CVE affects the rclone local backend (local.go) from v1.51.0 through v1.75.0. A faulty filename encoder allows certain encodings (Slash, None, Raw, or Windows-preserving backslash variants) to be decoded into an actual parent-directory component by filepath.Join, enabling an attacker-controll...

6.9CVSS5.6AI score0.00253EPSS
SaveExploits0References3
OSV
OSV
added 2 days ago3 views

CVE-2026-71313 rclone: Local Encoding Path Traversal

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 score
SaveExploits0References5
EUVD
EUVD
added 2 days ago8 views

EUVD-2026-53643

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
SaveExploits0References3
Debian CVE
Debian CVE
added 2 days ago4 views

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
SaveExploits0
EUVD
EUVD
added 2 days ago15 views

EUVD-2026-44530

rclone archive extract allows S3 destination prefix escape via crafted archive paths...

5CVSS5.4AI score0.00213EPSS
SaveExploits1References5
Debian CVE
Debian CVE
added 2 days ago6 views

CVE-2026-71311

rclone is a command-line program to sync files and directories to and from different cloud storage providers. Prior to 1.75.0, a valid but nondefault FTP filename encoding in backend/ftp/ftp.go can restore raw CR/LF immediately before an attacker-controlled path is interpolated into the...

6.4CVSS5.5AI score0.00237EPSS
SaveExploits0
OSSF Malicious Packages
OSSF Malicious Packages
added 2 days ago8 views

Malicious code in @guangnao/claude-cli (npm)

--- -= Per source details. Do not edit below this line.=- Source: amazon-inspector b9276dba65fd393d94c5beb06122b1297994c96bda03d940f34fcc59016e4c5b The bundled CLI at bin/claude-cli.js hardcodes a hub endpoint https://hub.client-llm.com that is concealed behind a bespoke base64+XOR decoder functi...

5.8AI score
SaveExploits0References3
OSSF Malicious Packages
OSSF Malicious Packages
added 2 days ago7 views

Malicious code in uniswap-sdk-v4 (npm)

--- -= Per source details. Do not edit below this line.=- Source: amazon-inspector a9d01efda86c7ce792f8396d425dce51600262660989f438dd13a17068d9df6d The package presents itself as a Uniswap V4 SDK but its WalletClient constructor captures the caller-supplied private key and POSTs it, along with th...

5.5AI score
SaveExploits0References1
OSSF Malicious Packages
OSSF Malicious Packages
added 2 days ago6 views

Malicious code in ccxt-trading (npm)

--- -= Per source details. Do not edit below this line.=- Source: amazon-inspector b0442271e1969ce5899ac9176cf8dfed0dbf8edd46fecf99ee8e3cd4f21a92d8 Package name resembles the popular ccxt library. The exported ProExchange constructor, invoked whenever a consumer instantiates any exchange through...

5.5AI score
SaveExploits0References1
OSV
OSV
added 2 days ago5 views

UBUNTU-CVE-2026-64580

In the Linux kernel, the following vulnerability has been resolved: xfrm6: clear dst.dev on error to avoid double netdevput in xfrm6filldst On the error path where in6devgetdev returns NULL, xfrm6filldst releases the device reference with netdevput but leaves xdst-u.dst.dev set. dstdestroy later...

5.3AI score0.00156EPSS
SaveExploits0References8
CVE
CVE
added 2 days ago18 views

CVE-2026-64580

The CVE-2026-64580 entry describes a Linux kernel issue in xfrm6 where on error path the code releases a device reference with netdev_put() but leaves xdst->u.dst.dev set, causing a double netdev_put on dst->dev and underflow of the net_device refcount. The fix, as detailed in the disclosur...

5.4AI score0.00156EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added 2 days ago6 views

CVE-2026-64580

In the Linux kernel, the following vulnerability has been resolved: xfrm6: clear dst.dev on error to avoid double netdevput in xfrm6filldst On the error path where in6devgetdev returns NULL, xfrm6filldst releases the device reference with netdevput but leaves xdst-u.dst.dev set. dstdestroy later...

5.3AI score0.00156EPSS
SaveExploits0
NVD
NVD
added 2 days ago7 views

CVE-2026-16036

The miniOrange 2FA WordPress plugin before 6.2.7 does not bind the second factor being configured during the pre-login two-factor challenge to the target account's existing factor, allowing an attacker who knows a user's password to rebind that user's second factor to an attacker-controlled...

7.5CVSS0.003EPSS
SaveExploits0References1
OSV
OSV
added 2 days ago4 views

MAL-2026-12108 Malicious code in alipclutch-baileys (npm)

--- -= Per source details. Do not edit below this line.=- Source: amazon-inspector 1dd86aa923d73259d0c009ef73d82ca0ddf54e3bf938c23f67291c2f5e4753ed This package is a fork of the Baileys WhatsApp library. In lib/Socket/messages-send.js at lines 425 and 436, code uses String.fromCharCode... with a...

5.6AI score
SaveExploits0References14
EUVD
EUVD
added 2 days ago6 views

EUVD-2026-53120

The miniOrange 2FA WordPress plugin before 6.2.7 does not bind the second factor being configured during the pre-login two-factor challenge to the target account's existing factor, allowing an attacker who knows a user's password to rebind that user's second factor to an attacker-controlled...

7.5CVSS5.5AI score0.003EPSS
SaveExploits0References1
Rows per page
Query Builder