Description
A security flaw has been discovered in Sipeed PicoClaw up to 0.2.9. This affects the function webhook.ParseRequest of the file pkg/channels/line/line.go of the component LINE Webhook. The manipulation results in authentication bypass by capture-replay. The attack may be launched remotely. The exploit has been released to the public and may be used for attacks. The reported GitHub issue was closed automatically with the label "not planned" by a bot.
Published: 2026-07-18
Score: 6.9 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability resides in the webhook.ParseRequest function of the LINE Webhook component in Sipeed PicoClaw. It allows an attacker to bypass authentication by replaying a previously captured valid request, thereby gaining unauthorized access to the webhook's functionality. The flaw is rooted in improper authentication validation and a lack of protection against replayed traffic.

Affected Systems

Sipeed PicoClaw releases up to and including version 0.2.9 are affected. Versions beyond 0.2.9 are presumed to contain the correction, though the specific release that implements the fix is not documented in the source data.

Risk and Exploitability

The CVSS score of 6.9 classifies the issue as moderate severity, while the EPSS score of less than 1% indicates a low current exploitation probability. The vulnerability is not listed in the CISA KEV catalog. It can be exploited remotely through the webhook endpoint, and public exploit code is available. An attacker who captures a legitimate request can replay it to achieve unauthorized access, but widespread exploitation evidence is absent, and the low EPSS suggests that immediate threat is modest.

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

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade to a release that contains the fix to webhook.ParseRequest.
  • If a patch cannot be applied immediately, restrict access to the webhook endpoint to trusted IP addresses or temporarily disable the webhook service.
  • Monitor incoming webhook traffic for duplicate requests or anomalous patterns that may indicate replay attacks.

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 18:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


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

Type Values Removed Values Added
Description A security flaw has been discovered in Sipeed PicoClaw up to 0.2.9. This affects the function webhook.ParseRequest of the file pkg/channels/line/line.go of the component LINE Webhook. The manipulation results in authentication bypass by capture-replay. The attack may be launched remotely. The exploit has been released to the public and may be used for attacks. The reported GitHub issue was closed automatically with the label "not planned" by a bot.
Title Sipeed PicoClaw LINE Webhook line.go webhook.ParseRequest authentication replay
First Time appeared Sipeed
Sipeed picoclaw
Weaknesses CWE-287
CWE-294
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:ND/RC:UR'}

cvssV3_0

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

cvssV3_1

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

cvssV4_0

{'score': 6.9, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/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-20T17:36:15.416Z

Reserved: 2026-07-17T13:50:03.053Z

Link: CVE-2026-16083

cve-icon Vulnrichment

Updated: 2026-07-20T17:35:50.386Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

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

Weaknesses
  • CWE-287

    Improper Authentication

  • CWE-294

    Authentication Bypass by Capture-replay