LiveActive security incident?Get immediate response
CVE Record

CVE-2023-53155: goform/formTest in EmbedThis GoAhead 2.5 allows HTML injection via the name parameter.

goform/formTest in EmbedThis GoAhead 2.5 allows HTML injection via the name parameter.

HighCVSS 7.2Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

EmbedThis GoAhead 2.5 contains an HTML injection flaw in a test form endpoint. If exposed, an unauthenticated remote attacker could inject attacker-controlled HTML into responses, creating business risk where the component is used in web interfaces or embedded device management pages.

Executive priority

Treat as high priority for internet-facing or management-plane deployments because the flaw is remotely reachable without authentication. Urgency is lower for isolated systems, but the public Exploit-DB reference justifies prompt inventory and containment.

Technical view

CVE-2023-53155 is CWE-79 HTML injection in goform/formTest in EmbedThis GoAhead 2.5 via the name parameter. CVSS 3.1 is 7.2 with network, low-complexity, no-privilege, no-user-interaction characteristics, changed scope, limited confidentiality and integrity impact, and no availability impact.

Likely exposure

Exposure is most likely where GoAhead 2.5 is deployed and the goform/formTest endpoint is reachable from users or the internet. The source bundle names only EmbedThis GoAhead 2.5, so broader product or downstream device exposure is not established here.

Exploitation context

The bundle cites an Exploit-DB entry, indicating public exploit information exists. The CVE is not marked KEV, and the provided sources do not state active exploitation in the wild.

Researcher notes

Evidence is narrow: the source bundle identifies GoAhead 2.5, CWE-79, the vulnerable endpoint, and the name parameter. It does not provide a vendor advisory, fixed version, downstream product list, or confirmed exploitation status.

Mitigation direction

  • Inventory systems and products using EmbedThis GoAhead 2.5.
  • Check vendor guidance for supported fixed versions or configuration mitigations.
  • Restrict untrusted access to affected GoAhead interfaces pending remediation.
  • Remove or disable exposed test endpoints where operationally safe.
  • Prioritize remediation for internet-facing management interfaces.

Validation and detection

  • Confirm whether any assets run EmbedThis GoAhead 2.5.
  • Check whether /goform/formTest is reachable from untrusted networks.
  • Review web logs for requests to /goform/formTest with name parameters.
  • Verify compensating access controls protect any affected interface.
Prepared
Confidence
medium
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-79: 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-53155 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
7.2 (3.1)
Known Exploited
No
Published

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

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
7.2CVSS 3.1HighCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:N3.92.7Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

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

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

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

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
EmbedThisGoAhead2.5unknown
Weakness

CWE details

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

CWE-79 · source CWE mapping

Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')

Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.