Lucene search
+L

59 matches found

RedhatCVE
RedhatCVE
added 2026/09/10 5:22 p.m.12 views

CVE-2026-88015

A flaw was found in rclone. When rclone is configured with backend/local and links=true, it exposes symlink targets as .rclonelink objects. A remote attacker can send a crafted Range request with an unchecked positive Range start, leading to a deterministic slice-bounds panic. This issue results ...

5.3CVSS0.00354EPSS
SaveExploits0References6
NVD
NVD
added 2026/09/10 4:18 p.m.7 views

CVE-2026-88015

rclone is a command-line program to sync files and directories to and from different cloud storage providers. Prior to 1.75.1, backend/local with --links or links=true exposes symlink targets as .rclonelink objects, and fs.RangeOption.Decode can pass an unchecked positive Range start through...

5.3CVSS0.00354EPSS
SaveExploits0References3
OSV
OSV
added 2026/09/10 4:18 p.m.6 views

DEBIAN-CVE-2026-88015

rclone is a command-line program to sync files and directories to and from different cloud storage providers. Prior to 1.75.1, backend/local with --links or links=true exposes symlink targets as .rclonelink objects, and fs.RangeOption.Decode can pass an unchecked positive Range start through...

5.3CVSS0.00354EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 2026/09/10 3:50 p.m.9 views

CVE-2026-88015 rclone local: crafted Range request against a translated symlink panics (DoS)

rclone is a command-line program to sync files and directories to and from different cloud storage providers. Prior to 1.75.1, backend/local with --links or links=true exposes symlink targets as .rclonelink objects, and fs.RangeOption.Decode can pass an unchecked positive Range start through...

5.3CVSS0.00354EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2026/09/10 3:50 p.m.10 views

CVE-2026-88015

rclone is a command-line program to sync files and directories to and from different cloud storage providers. Prior to 1.75.1, backend/local with --links or links=true exposes symlink targets as .rclonelink objects, and fs.RangeOption.Decode can pass an unchecked positive Range start through...

5.3CVSS0.00354EPSS
SaveExploits0
EUVD
EUVD
added 2026/09/10 3:50 p.m.13 views

EUVD-2026-75575

rclone is a command-line program to sync files and directories to and from different cloud storage providers. Prior to 1.75.1, backend/local with --links or links=true exposes symlink targets as .rclonelink objects, and fs.RangeOption.Decode can pass an unchecked positive Range start through...

5.3CVSS0.00354EPSS
SaveExploits0References3
OSV
OSV
added 2026/09/10 3:50 p.m.8 views

CVE-2026-88015 rclone local: crafted Range request against a translated symlink panics (DoS)

rclone is a command-line program to sync files and directories to and from different cloud storage providers. Prior to 1.75.1, backend/local with --links or links=true exposes symlink targets as .rclonelink objects, and fs.RangeOption.Decode can pass an unchecked positive Range start through...

5.3CVSS5.8AI score
SaveExploits0References5
Cvelist
Cvelist
added 2026/09/10 3:50 p.m.41 views

CVE-2026-88015 rclone local: crafted Range request against a translated symlink panics (DoS)

rclone is a command-line program to sync files and directories to and from different cloud storage providers. Prior to 1.75.1, backend/local with --links or links=true exposes symlink targets as .rclonelink objects, and fs.RangeOption.Decode can pass an unchecked positive Range start through...

5.3CVSS0.00354EPSS
SaveExploits0References3
CVE
CVE
added 2026/09/10 3:50 p.m.20 views

CVE-2026-88015

rclone prior to 1.75.1 is affected when its local backend is configured with --links (or links=true), which exposes symlink targets as .rclonelink objects. A crafted HTTP Range request with a positive start value larger than the target string length triggers an unchecked slice in openTranslatedLi...

5.3CVSS0.00354EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2026/09/10 12:00 a.m.10 views

PT-2026-89476

rclone is a command-line program to sync files and directories to and from different cloud storage providers. Prior to 1.75.1, backend/local with --links or links=true exposes symlink targets as .rclonelink objects, and fs.RangeOption.Decode can pass an unchecked positive Range start through...

5.3CVSS0.00354EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2026/09/10 12:00 a.m.10 views

Linux Distros Unpatched Vulnerability : CVE-2026-88015

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - rclone is a command-line program to sync files and directories to and from different cloud storage providers. Prior to 1.75.1, backend/local with --links or...

5.3CVSS0.00354EPSS
SaveExploits0References3
NVD
NVD
added 2026/08/28 8:18 p.m.14 views

CVE-2026-55484

ALOS HTTP is a Linux-first Go web framework and application server built around a custom networking stack. Prior to 0.0.0-20260617230736-314b6783e196, core/utils.go::sanitizeRequestPath calls splitPathQuery on a request path beginning with a question mark and then performs the unchecked p0 access...

7.5CVSS0.00343EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/28 7:19 p.m.23 views

GHSA-HR6J-W4MW-G9MJ alos-http has unauthenticated remote DoS: malformed path starting with "?" triggers out-of-bounds panic in sanitizeRequestPath, crashing entire server

Summary A single unauthenticated HTTP request to a path starting with ? e.g. GET ? HTTP/1.1 crashes the entire server process. The request line parser passes the path to sanitizeRequestPath which indexes the first byte of the path after stripping the query string. It does so without checking that...

7.5CVSS5.9AI score0.00343EPSS
SaveExploits0References3
Github Security Blog
Github Security Blog
added 2026/08/28 7:19 p.m.14 views

alos-http has unauthenticated remote DoS: malformed path starting with "?" triggers out-of-bounds panic in sanitizeRequestPath, crashing entire server

Summary A single unauthenticated HTTP request to a path starting with ? e.g. GET ? HTTP/1.1 crashes the entire server process. The request line parser passes the path to sanitizeRequestPath which indexes the first byte of the path after stripping the query string. It does so without checking that...

7.5CVSS5.9AI score0.00343EPSS
SaveExploits0References3Affected Software1
CVE
CVE
added 2026/08/28 7:19 p.m.24 views

CVE-2026-55484

ALOS HTTP , a Linux-first Go web framework with a custom networking stack, is vulnerable to an unauthenticated remote denial-of-service . The root cause is an unchecked p[0] access in core/utils.go::sanitizeRequestPath after splitPathQuery processes a path beginning with a question mark, leaving ...

7.5CVSS5.9AI score0.00343EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/08/28 7:19 p.m.15 views

EUVD-2026-67872

ALOS HTTP is a Linux-first Go web framework and application server built around a custom networking stack. Prior to 0.0.0-20260617230736-314b6783e196, core/utils.go::sanitizeRequestPath calls splitPathQuery on a request path beginning with a question mark and then performs the unchecked p0 access...

7.5CVSS5.9AI score0.00343EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/08/28 7:19 p.m.51 views

CVE-2026-55484 ALOS HTTP: Unauthenticated remote DoS: malformed path starting with "?" triggers out-of-bounds panic in sanitizeRequestPath, crashing entire server

ALOS HTTP is a Linux-first Go web framework and application server built around a custom networking stack. Prior to 0.0.0-20260617230736-314b6783e196, core/utils.go::sanitizeRequestPath calls splitPathQuery on a request path beginning with a question mark and then performs the unchecked p0 access...

7.5CVSS0.00343EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/28 7:19 p.m.16 views

CVE-2026-55484 ALOS HTTP: Unauthenticated remote DoS: malformed path starting with "?" triggers out-of-bounds panic in sanitizeRequestPath, crashing entire server

ALOS HTTP is a Linux-first Go web framework and application server built around a custom networking stack. Prior to 0.0.0-20260617230736-314b6783e196, core/utils.go::sanitizeRequestPath calls splitPathQuery on a request path beginning with a question mark and then performs the unchecked p0 access...

7.5CVSS5.9AI score
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2026/08/28 12:00 a.m.17 views

PT-2026-83242

Name of the Vulnerable Software and Affected Versions ALOS HTTP versions prior to 0.0.0-20260617230736-314b6783e196 Description An unauthenticated client can cause a denial of service by sending a malformed HTTP request with a path consisting only of a question mark. The sanitizeRequestPath...

7.5CVSS5.9AI score0.00343EPSS
SaveExploits0References10
OSV
OSV
added 2026/08/18 4:38 p.m.8 views

GO-2026-6163 Panic on malformed XOR-MAPPED-ADDRESS attribute in github.com/pion/stun/v3

In github.com/pion/stun/v3 before 3.1.5, XORMappedAddress.GetFromAs reads the address family header from an XOR-MAPPED-ADDRESS attribute before validating the attribute length. Parsing a malformed STUN message carrying a zero-length XOR-MAPPED-ADDRESS attribute from a tightly sized buffer causes ...

5.3CVSS5.5AI score0.00371EPSS
SaveExploits0References4
Rows per page
Query Builder