LiveActive security incident?Get immediate response
CVE Record

CVE-2019-13488: A cross-site scripting (XSS) vulnerability in static/js/trape.js in Trape through 2019-05-08 allows remote...

A cross-site scripting (XSS) vulnerability in static/js/trape.js in Trape through 2019-05-08 allows remote attackers to inject arbitrary web script or HTML via the country, query, or refer parameter to the /register URI, because the jQuery prepend() method is used.

UnknownCVSS not scoredNot KEV-listedUpdated
Glexia's TakeAutomated analysisunknown

Security readout for executives and security teams

Plain-English summary

Trape versions through 2019-05-08 have a cross-site scripting issue in registration handling. Crafted input in specific parameters could cause attacker-controlled script or HTML to be inserted into the page. Sources do not provide CVSS scoring, active exploitation evidence, or vendor fix details.

Executive priority

Treat this as a targeted hygiene issue unless Trape is internet-facing or used with sensitive users. Prioritize inventory first, then remove, patch, or isolate affected deployments. The business urgency is unclear because severity scoring and exploitation evidence are not provided.

Technical view

CVE-2019-13488 identifies XSS in static/js/trape.js. The /register URI accepts country, query, or refer parameters and inserts data using jQuery prepend(), enabling arbitrary script or HTML injection. Public metadata names Trape through 2019-05-08, but affected CPE, CWE, and CVSS fields are absent.

Likely exposure

Exposure is likely limited to deployments or forks of Trape code through 2019-05-08 that serve /register with the vulnerable static/js/trape.js behavior. Confirm actual use of Trape, because the CVE affected-product metadata is incomplete.

Exploitation context

The source bundle supports remote attacker-controlled script or HTML injection through request parameters. It does not support claims of active exploitation, public weaponization, or inclusion in CISA KEV; KEV is false in the provided data.

Researcher notes

The key weakness is client-side DOM insertion of untrusted request parameter values using prepend(). The public CVE data is sparse: no CVSS, no CWE, incomplete affected-product metadata, and only one GitHub issue reference is listed.

Mitigation direction

  • Check the upstream GitHub issue and repository history for vendor guidance or fixed commits.
  • Remove or restrict public access to vulnerable Trape deployments if no fix is available.
  • Sanitize or encode country, query, and refer values before DOM insertion.
  • Avoid rendering untrusted input through jQuery prepend() without safe handling.
  • Review forks or vendored copies of Trape for the vulnerable file.

Validation and detection

  • Inventory whether Trape is deployed in production, staging, or security tooling environments.
  • Confirm whether static/js/trape.js exists and matches vulnerable Trape code through 2019-05-08.
  • Review /register handling for country, query, and refer parameter rendering.
  • Use safe, non-executing test strings to verify output encoding behavior.
  • Check monitoring for suspicious /register requests using these parameters.
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.

cve · low confidence lookup

CVE-2019-13488 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
Unknown
CVSS
Not scored
Known Exploited
No
Published
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.

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

CVSS and timeline data

No CVSS vectors or timeline events were available in the normalized CVE source material.

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
n/an/an/aListed
Weakness

CWE details

No CWE listed

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