Description
A vulnerability was determined in Sipeed PicoClaw up to 0.2.9. The affected element is an unknown function of the file web/backend/api/auth.go. Executing a manipulation can lead to cross-site request forgery. The attack can be launched remotely. The exploit has been publicly disclosed and may be utilized. This patch is called 4b0229351678f479429b8d8b19207757266f246b. Applying a patch is advised to resolve this issue.
Published: 2026-07-18
Score: 5.3 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability resides in an undocumented function within the auth.go file of Sipeed PicoClaw firmware, allowing a remote attacker to craft and submit requests that are processed with the privileges of an authenticated user. As a result, the attacker can perform any operation that the victim user is authorized to execute, potentially leading to unauthorized configuration changes, data leaks, or device disruption. The weakness is categorized as CWE‑352 and CWE‑862.

Affected Systems

Firmware versions up to and including 0.2.9 of Sipeed PicoClaw are affected. No other product variants or higher firmware releases are listed as vulnerable.

Risk and Exploitability

The CVSS score of 5.3 indicates a moderate severity level for this CSRF flaw. The EPSS score, currently below 1 %, suggests that exploitation is unlikely at present, and the vulnerability is not listed in CISA’s KEV catalog. The bug can be triggered remotely, and a publicly disclosed exploit exists, meaning attackers could force an already‑authenticated user to perform undesired operations without the user’s knowledge. Although the flaw relies on the victim’s authenticated session, the remote nature of the attack vector means that any accessible instance of the affected firmware could be targeted, highlighting the need for timely patching.

Generated by OpenCVE AI on July 30, 2026 at 23:18 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the patch identified by commit 4b0229351678f479429b8d8b19207757266f246b or upgrade to a firmware release that includes the fix.
  • Ensure that all state‑changing API endpoints in the web backend enforce CSRF protection tokens or require authenticated requests to be accepted.
  • Review role‑based access controls to limit privileged actions to authorized users and monitor device logs for suspicious activity.

Generated by OpenCVE AI on July 30, 2026 at 23:18 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 20 Jul 2026 14:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'poc', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Sat, 18 Jul 2026 08:00:00 +0000

Type Values Removed Values Added
Description A vulnerability was determined in Sipeed PicoClaw up to 0.2.9. The affected element is an unknown function of the file web/backend/api/auth.go. Executing a manipulation can lead to cross-site request forgery. The attack can be launched remotely. The exploit has been publicly disclosed and may be utilized. This patch is called 4b0229351678f479429b8d8b19207757266f246b. Applying a patch is advised to resolve this issue.
Title Sipeed PicoClaw auth.go cross-site request forgery
First Time appeared Sipeed
Sipeed picoclaw
Weaknesses CWE-352
CWE-862
CPEs cpe:2.3:a:sipeed:picoclaw:*:*:*:*:*:*:*:*
Vendors & Products Sipeed
Sipeed picoclaw
References
Metrics cvssV2_0

{'score': 5, 'vector': 'AV:N/AC:L/Au:N/C:N/I:P/A:N/E:POC/RL:OF/RC:C'}

cvssV3_0

{'score': 4.3, 'vector': 'CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:N/E:P/RL:O/RC:C'}

cvssV3_1

{'score': 4.3, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:N/E:P/RL:O/RC:C'}

cvssV4_0

{'score': 5.3, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:P/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N/E:P'}


cve-icon MITRE

Status: PUBLISHED

Assigner: VulDB

Published:

Updated: 2026-07-20T13:43:04.743Z

Reserved: 2026-07-17T13:49:54.669Z

Link: CVE-2026-16081

cve-icon Vulnrichment

Updated: 2026-07-20T13:43:00.464Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-07-30T23:30:08Z

Weaknesses
  • CWE-352

    Cross-Site Request Forgery (CSRF)

  • CWE-862

    Missing Authorization