LiveActive security incident?Get immediate response
CVE Record

CVE-2023-35120: PiiGAB M-Bus Cross-Site Request Forgery

PiiGAB M-Bus is vulnerable to cross-site request forgery. An attacker who wants to execute a certain command could send a phishing mail to the owner of the device and hope that the owner clicks on the link. If the owner of the device has a cookie stored that allows the owner to be logged in, then the device could execute the GET or POST link request.

HighCVSS 8.8Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

CVE-2023-35120 is a cross-site request forgery issue in PiiGAB M-Bus SoftwarePack 900S. If a logged-in device owner clicks a malicious link, the browser may send stored cookies and cause the device to execute an unintended GET or POST request. The stated impact is high across confidentiality, integrity, and availability.

Executive priority

Treat this as high priority for any operational environment using the affected PiiGAB product. The issue needs user interaction, but a successful phishing lure could drive unauthorized device actions with high stated business impact.

Technical view

The vulnerability is CWE-352 in PiiGAB M-Bus SoftwarePack 900S. The CVSS 3.1 score is 8.8 with network attack vector, low complexity, no attacker privileges, and required user interaction. The described attack depends on an authenticated owner session and browser cookie reuse against device request handlers.

Likely exposure

Exposure is limited to environments running PiiGAB M-Bus SoftwarePack 900S where device owners administer the system through a browser and may retain authenticated cookies. The bundle does not identify other affected products or versions.

Exploitation context

The provided sources describe phishing-based exploitation requiring the device owner to click a malicious link while logged in. CISA KEV status is false, and the bundle provides no evidence of active exploitation in the wild.

Researcher notes

Evidence is narrow but clear: CSRF, affected SoftwarePack 900S, CVSS 8.8, and phishing with stored cookies. No exploit code, active exploitation, patch version, or named workaround is included in the supplied bundle.

Mitigation direction

  • Check PiiGAB and CISA guidance for supported remediation or configuration advice.
  • Inventory PiiGAB M-Bus SoftwarePack 900S deployments and owners with administrative access.
  • Reduce administrative browsing exposure until vendor remediation is confirmed.
  • Train device owners not to open unsolicited links while authenticated to device interfaces.

Validation and detection

  • Confirm whether PiiGAB M-Bus SoftwarePack 900S is deployed.
  • Verify the installed version and compare it with vendor or CISA guidance.
  • Review administrative access patterns for persistent authenticated browser sessions.
  • Check monitoring for unexpected device commands following user web activity.
Prepared
Confidence
high
Sources
3

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Potential ATT&CK relevance

Conservative CVE-to-ATT&CK context

These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.

ATT&CK lookup starting points

Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.

cwe · medium confidence lookup

CWE-352: User-session and phishing behavior lookup

Client-side and session-facing weaknesses should be reviewed alongside initial-access and user-execution behaviors. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2023-35120 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
High
CVSS
8.8 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.

1CVSS vectors
0Timeline events
0ADP providers
2Source links

CVSS vector scores

1 official score

We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.

ScoreVersionSeverityVectorExploitImpactSource
8.8CVSS 3.1HighCVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H2.85.9Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

8.8High
CVSS 3.1 vector shape for CVE-2023-35120Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
PiiGABM-Bus SoftwarePack900Sunaffected
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-352 · source CWE mapping

Cross-Site Request Forgery (CSRF)

Cross-Site Request Forgery (CSRF) represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.