Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2026-28483 (GCVE-0-2026-28483)
Vulnerability from cvelistv5 – Published: 2026-03-23 21:36 – Updated: 2026-03-23 22:08
VLAI
EPSS
This CVE ID has been rejected.
Show details on NVD website{
"containers": {
"cna": {
"providerMetadata": {
"dateUpdated": "2026-03-23T22:08:18.612Z",
"orgId": "83251b91-4cc7-4094-a5c7-464a1b83ea10",
"shortName": "VulnCheck"
},
"rejectedReasons": [
{
"lang": "en",
"value": "This CVE ID has been rejected."
}
]
}
},
"cveMetadata": {
"assignerOrgId": "83251b91-4cc7-4094-a5c7-464a1b83ea10",
"assignerShortName": "VulnCheck",
"cveId": "CVE-2026-28483",
"datePublished": "2026-03-23T21:36:03.991Z",
"dateRejected": "2026-03-23T22:08:18.612Z",
"dateReserved": "2026-02-27T19:20:53.156Z",
"dateUpdated": "2026-03-23T22:08:18.612Z",
"state": "REJECTED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2",
"vulnerability-lookup:meta": {
"nvd": "{\"cve\":{\"id\":\"CVE-2026-28483\",\"sourceIdentifier\":\"disclosure@vulncheck.com\",\"published\":\"2026-03-23T22:16:26.070\",\"lastModified\":\"2026-03-23T23:17:11.213\",\"vulnStatus\":\"Rejected\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"Rejected reason: This CVE ID has been rejected.\"}],\"metrics\":{},\"references\":[]}}"
}
}
FKIE_CVE-2026-28483
Vulnerability from fkie_nvd - Published: 2026-03-23 22:16 - Updated: 2026-03-23 23:17
Severity
Summary
Rejected reason: This CVE ID has been rejected.
References
| URL | Tags |
|---|
Impacted products
| Vendor | Product | Version |
|---|
{
"cveTags": [],
"descriptions": [
{
"lang": "en",
"value": "Rejected reason: This CVE ID has been rejected."
}
],
"id": "CVE-2026-28483",
"lastModified": "2026-03-23T23:17:11.213",
"metrics": {},
"published": "2026-03-23T22:16:26.070",
"references": [],
"sourceIdentifier": "disclosure@vulncheck.com",
"vulnStatus": "Rejected"
}
GHSA-R54R-WMMQ-MH84
Vulnerability from github – Published: 2026-03-03 21:20 – Updated: 2026-03-23 21:51
VLAI
Summary
OpenClaw: ZIP extraction race could write outside destination via parent symlink rebind
Details
Summary
ZIP extraction in OpenClaw could be raced into writing outside the intended destination directory via parent-directory symlink rebind between validation and write.
Affected Packages / Versions
- Package:
openclaw(npm) - Vulnerable versions:
<= 2026.3.1 - Latest published vulnerable version confirmed:
2026.3.1(npm as of 2026-03-02) - Patched version:
2026.3.2(released)
Technical Details
In src/infra/archive.ts, ZIP extraction previously validated output paths, then later opened/truncated the destination path in a separate step. A local race on parent-directory symlink state could redirect the final write outside the extraction root.
The fix hardens ZIP writes by binding writes to the opened file handle identity and avoiding the pre-write truncate race path, with shared fd realpath verification in src/infra/fs-safe.ts and regression coverage in src/infra/archive.test.ts.
Fix Commit(s)
7dac9b05dd9d38dd3929637f26fa356fd8bdd107
Severity
{
"affected": [
{
"database_specific": {
"last_known_affected_version_range": "\u003c= 2026.3.1"
},
"package": {
"ecosystem": "npm",
"name": "openclaw"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2026.3.2"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"aliases": [
"CVE-2026-28483"
],
"database_specific": {
"cwe_ids": [
"CWE-367",
"CWE-59"
],
"github_reviewed": true,
"github_reviewed_at": "2026-03-03T21:20:14Z",
"nvd_published_at": null,
"severity": "HIGH"
},
"details": "### Summary\nZIP extraction in OpenClaw could be raced into writing outside the intended destination directory via parent-directory symlink rebind between validation and write.\n\n### Affected Packages / Versions\n- Package: `openclaw` (npm)\n- Vulnerable versions: `\u003c= 2026.3.1`\n- Latest published vulnerable version confirmed: `2026.3.1` (npm as of 2026-03-02)\n- Patched version: `2026.3.2` (released)\n\n### Technical Details\nIn `src/infra/archive.ts`, ZIP extraction previously validated output paths, then later opened/truncated the destination path in a separate step. A local race on parent-directory symlink state could redirect the final write outside the extraction root.\n\nThe fix hardens ZIP writes by binding writes to the opened file handle identity and avoiding the pre-write truncate race path, with shared fd realpath verification in `src/infra/fs-safe.ts` and regression coverage in `src/infra/archive.test.ts`.\n\n### Fix Commit(s)\n- `7dac9b05dd9d38dd3929637f26fa356fd8bdd107`",
"id": "GHSA-r54r-wmmq-mh84",
"modified": "2026-03-23T21:51:24Z",
"published": "2026-03-03T21:20:14Z",
"references": [
{
"type": "WEB",
"url": "https://github.com/openclaw/openclaw/security/advisories/GHSA-r54r-wmmq-mh84"
},
{
"type": "WEB",
"url": "https://github.com/openclaw/openclaw/commit/7dac9b05dd9d38dd3929637f26fa356fd8bdd107"
},
{
"type": "PACKAGE",
"url": "https://github.com/openclaw/openclaw"
}
],
"schema_version": "1.4.0",
"severity": [
{
"score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:H/VA:N/SC:N/SI:N/SA:N",
"type": "CVSS_V4"
}
],
"summary": "OpenClaw: ZIP extraction race could write outside destination via parent symlink rebind"
}
WID-SEC-W-2026-0573
Vulnerability from csaf_certbund - Published: 2026-03-02 23:00 - Updated: 2026-03-23 23:00Summary
OpenClaw: Mehrere Schwachstellen
Severity
Hoch
Notes
Das BSI ist als Anbieter für die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch dafür verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgfältig im Einzelfall zu prüfen.
Produktbeschreibung: OpenClaw ist ein persönlicher KI-Assistent zur Ausführung auf eigenen Geräten.
Angriff: Ein Angreifer kann mehrere Schwachstellen in OpenClaw ausnutzen, um beliebigen Code auszuführen, Daten zu manipulieren, einen Denial-of-Service-Zustand zu verursachen, Sicherheitsmaßnahmen zu umgehen, vertrauliche Informationen offenzulegen oder andere nicht näher spezifizierte Angriffe durchzuführen.
Betroffene Betriebssysteme: - Sonstiges
- UNIX
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source OpenClaw <2026.3.2
Open Source / OpenClaw
|
<2026.3.2 |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source OpenClaw <2026.3.2
Open Source / OpenClaw
|
<2026.3.2 |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source OpenClaw <2026.3.2
Open Source / OpenClaw
|
<2026.3.2 |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source OpenClaw <2026.3.2
Open Source / OpenClaw
|
<2026.3.2 |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source OpenClaw <2026.3.2
Open Source / OpenClaw
|
<2026.3.2 |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source OpenClaw <2026.3.2
Open Source / OpenClaw
|
<2026.3.2 |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source OpenClaw <2026.3.2
Open Source / OpenClaw
|
<2026.3.2 |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source OpenClaw <2026.3.2
Open Source / OpenClaw
|
<2026.3.2 |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source OpenClaw <2026.3.2
Open Source / OpenClaw
|
<2026.3.2 |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source OpenClaw <2026.3.2
Open Source / OpenClaw
|
<2026.3.2 |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source OpenClaw <2026.3.2
Open Source / OpenClaw
|
<2026.3.2 |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source OpenClaw <2026.3.2
Open Source / OpenClaw
|
<2026.3.2 |
References
13 references
{
"document": {
"aggregate_severity": {
"text": "hoch"
},
"category": "csaf_base",
"csaf_version": "2.0",
"distribution": {
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "de-DE",
"notes": [
{
"category": "legal_disclaimer",
"text": "Das BSI ist als Anbieter f\u00fcr die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch daf\u00fcr verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgf\u00e4ltig im Einzelfall zu pr\u00fcfen."
},
{
"category": "description",
"text": "OpenClaw ist ein pers\u00f6nlicher KI-Assistent zur Ausf\u00fchrung auf eigenen Ger\u00e4ten.",
"title": "Produktbeschreibung"
},
{
"category": "summary",
"text": "Ein Angreifer kann mehrere Schwachstellen in OpenClaw ausnutzen, um beliebigen Code auszuf\u00fchren, Daten zu manipulieren, einen Denial-of-Service-Zustand zu verursachen, Sicherheitsma\u00dfnahmen zu umgehen, vertrauliche Informationen offenzulegen oder andere nicht n\u00e4her spezifizierte Angriffe durchzuf\u00fchren.",
"title": "Angriff"
},
{
"category": "general",
"text": "- Sonstiges\n- UNIX",
"title": "Betroffene Betriebssysteme"
}
],
"publisher": {
"category": "other",
"contact_details": "csaf-provider@cert-bund.de",
"name": "Bundesamt f\u00fcr Sicherheit in der Informationstechnik",
"namespace": "https://www.bsi.bund.de"
},
"references": [
{
"category": "self",
"summary": "WID-SEC-W-2026-0573 - CSAF Version",
"url": "https://wid.cert-bund.de/.well-known/csaf/white/2026/wid-sec-w-2026-0573.json"
},
{
"category": "self",
"summary": "WID-SEC-2026-0573 - Portal Version",
"url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2026-0573"
},
{
"category": "external",
"summary": "OpenClaw GitHub vom 2026-03-02",
"url": "https://github.com/openclaw/openclaw/security/advisories/GHSA-2858-xg23-26fp"
},
{
"category": "external",
"summary": "OpenClaw GitHub vom 2026-03-02",
"url": "https://github.com/openclaw/openclaw/security/advisories/GHSA-3pxq-f3cp-jmxp"
},
{
"category": "external",
"summary": "OpenClaw GitHub vom 2026-03-02",
"url": "https://github.com/openclaw/openclaw/security/advisories/GHSA-474h-prjg-mmw3"
},
{
"category": "external",
"summary": "OpenClaw GitHub vom 2026-03-02",
"url": "https://github.com/openclaw/openclaw/security/advisories/GHSA-77hf-7fqf-f227"
},
{
"category": "external",
"summary": "OpenClaw GitHub vom 2026-03-02",
"url": "https://github.com/openclaw/openclaw/security/advisories/GHSA-8mvx-p2r9-r375"
},
{
"category": "external",
"summary": "OpenClaw GitHub vom 2026-03-02",
"url": "https://github.com/openclaw/openclaw/security/advisories/GHSA-cfvj-7rx7-fc7c"
},
{
"category": "external",
"summary": "OpenClaw GitHub vom 2026-03-02",
"url": "https://github.com/openclaw/openclaw/security/advisories/GHSA-h3rm-6x7g-882f"
},
{
"category": "external",
"summary": "OpenClaw GitHub vom 2026-03-02",
"url": "https://github.com/openclaw/openclaw/security/advisories/GHSA-r54r-wmmq-mh84"
},
{
"category": "external",
"summary": "OpenClaw GitHub vom 2026-03-02",
"url": "https://github.com/openclaw/openclaw/security/advisories/GHSA-v865-p3gq-hw6m"
},
{
"category": "external",
"summary": "OpenClaw GitHub vom 2026-03-02",
"url": "https://github.com/openclaw/openclaw/security/advisories/GHSA-wpg9-4g4v-f9rc"
},
{
"category": "external",
"summary": "OpenClaw GitHub vom 2026-03-02",
"url": "https://github.com/openclaw/openclaw/security/advisories/GHSA-x4vp-4235-65hg"
}
],
"source_lang": "en-US",
"title": "OpenClaw: Mehrere Schwachstellen",
"tracking": {
"current_release_date": "2026-03-23T23:00:00.000+00:00",
"generator": {
"date": "2026-03-24T10:01:13.130+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.5.0"
}
},
"id": "WID-SEC-W-2026-0573",
"initial_release_date": "2026-03-02T23:00:00.000+00:00",
"revision_history": [
{
"date": "2026-03-02T23:00:00.000+00:00",
"number": "1",
"summary": "Initiale Fassung"
},
{
"date": "2026-03-17T23:00:00.000+00:00",
"number": "2",
"summary": "CVE\u0027s erg\u00e4nzt"
},
{
"date": "2026-03-18T23:00:00.000+00:00",
"number": "3",
"summary": "CVE-2026-27670, CVE-2026-29608, CVE-2026-31990 erg\u00e4nzt"
},
{
"date": "2026-03-19T23:00:00.000+00:00",
"number": "4",
"summary": "CVE-2026-32004, CVE-2026-32011, CVE-2026-32035 erg\u00e4nzt"
},
{
"date": "2026-03-22T23:00:00.000+00:00",
"number": "5",
"summary": "CVE erg\u00e4nzt"
},
{
"date": "2026-03-23T23:00:00.000+00:00",
"number": "6",
"summary": "CVE\u0027s erg\u00e4nzt"
}
],
"status": "final",
"version": "6"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version_range",
"name": "\u003c2026.3.2",
"product": {
"name": "Open Source OpenClaw \u003c2026.3.2",
"product_id": "T051348"
}
},
{
"category": "product_version",
"name": "2026.3.2",
"product": {
"name": "Open Source OpenClaw 2026.3.2",
"product_id": "T051348-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:openclaw:openclaw:2026.3.2"
}
}
}
],
"category": "product_name",
"name": "OpenClaw"
}
],
"category": "vendor",
"name": "Open Source"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-22180",
"product_status": {
"known_affected": [
"T051348"
]
},
"release_date": "2026-03-02T23:00:00.000+00:00",
"title": "CVE-2026-22180"
},
{
"cve": "CVE-2026-22181",
"product_status": {
"known_affected": [
"T051348"
]
},
"release_date": "2026-03-02T23:00:00.000+00:00",
"title": "CVE-2026-22181"
},
{
"cve": "CVE-2026-27670",
"product_status": {
"known_affected": [
"T051348"
]
},
"release_date": "2026-03-02T23:00:00.000+00:00",
"title": "CVE-2026-27670"
},
{
"cve": "CVE-2026-28483",
"product_status": {
"known_affected": [
"T051348"
]
},
"release_date": "2026-03-02T23:00:00.000+00:00",
"title": "CVE-2026-28483"
},
{
"cve": "CVE-2026-29608",
"product_status": {
"known_affected": [
"T051348"
]
},
"release_date": "2026-03-02T23:00:00.000+00:00",
"title": "CVE-2026-29608"
},
{
"cve": "CVE-2026-31990",
"product_status": {
"known_affected": [
"T051348"
]
},
"release_date": "2026-03-02T23:00:00.000+00:00",
"title": "CVE-2026-31990"
},
{
"cve": "CVE-2026-32004",
"product_status": {
"known_affected": [
"T051348"
]
},
"release_date": "2026-03-02T23:00:00.000+00:00",
"title": "CVE-2026-32004"
},
{
"cve": "CVE-2026-32011",
"product_status": {
"known_affected": [
"T051348"
]
},
"release_date": "2026-03-02T23:00:00.000+00:00",
"title": "CVE-2026-32011"
},
{
"cve": "CVE-2026-32035",
"product_status": {
"known_affected": [
"T051348"
]
},
"release_date": "2026-03-02T23:00:00.000+00:00",
"title": "CVE-2026-32035"
},
{
"cve": "CVE-2026-32044",
"product_status": {
"known_affected": [
"T051348"
]
},
"release_date": "2026-03-02T23:00:00.000+00:00",
"title": "CVE-2026-32044"
},
{
"cve": "CVE-2026-32901",
"product_status": {
"known_affected": [
"T051348"
]
},
"release_date": "2026-03-02T23:00:00.000+00:00",
"title": "CVE-2026-32901"
},
{
"cve": "CVE-2026-32903",
"product_status": {
"known_affected": [
"T051348"
]
},
"release_date": "2026-03-02T23:00:00.000+00:00",
"title": "CVE-2026-32903"
}
]
}
Loading…
Trend slope:
-
(linear fit over daily sighting counts)
Show additional events:
Loading…
Experimental. This forecast is provided for visualization only and may change without notice. Do not use it for operational decisions.
Forecast uses a logistic model when the trend is rising, or an exponential decay model when the trend is falling. Fitted via linearized least squares.
Sightings
| Author | Source | Type | Date | Other |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or observed by the user.
- Confirmed: The vulnerability has been validated from an analyst's perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
- Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
- Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
- Not confirmed: The user expressed doubt about the validity of the vulnerability.
- Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.
Loading…
Loading…