Description
Cross-site Scripting in the Markdown renderer in maalfer Pentestify before 2.3.2 allows authenticated users to execute arbitrary JavaScript in the application origin via a Markdown link whose URL contains a double quote, which closes the anchor's href attribute because the renderer's sanitization step does not escape quotes
Published: 2026-08-13
Score: 5.1 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability resides in Pentestify’s Markdown renderer. An authenticated user can insert a Markdown link whose URL contains a double quote that closes the anchor’s href attribute. Because the renderer’s sanitization step does not escape quotation marks, the injected script is stored and later rendered with the original origin, allowing the attacker to execute arbitrary JavaScript within the context of the application interface.

Affected Systems

Pentestify installations from vendor maalfer older than version 2.3.2 are affected. The issue does not exist in 2.3.2 and later releases, which include escaping of quote characters during Markdown rendering.

Risk and Exploitability

The CVSS score of 5.1 indicates a moderate severity. EPSS is not available, and the vulnerability is not listed in CISA’s KEV catalog. An attacker must be authenticated to create a markdown entry, but once stored, the script executes in the browser of any user who views the content, enabling session theft, cookie theft, or malicious redirects. The attack vector is likely to be via the application’s text editor or documentation features.

Generated by OpenCVE AI on August 13, 2026 at 17:32 UTC.

Remediation

Vendor Solution

Upgrade to version 2.3.2 or higher.


OpenCVE Recommended Actions

  • Upgrade to Pentestify 2.3.2 or a newer release, which applies the quote‑escaping fix in the Markdown renderer.
  • If an upgrade is not immediately possible, restrict or remove the ability for authenticated users to create or edit Markdown content that can contain links; alternatively implement server‑side sanitization that escapes or removes quotation marks from URLs.
  • Monitor user activity for anomalous script execution, and review access logs for suspicious content that could indicate exploitation of the stored XSS.

Generated by OpenCVE AI on August 13, 2026 at 17:32 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 14 Aug 2026 08:15:00 +0000

Type Values Removed Values Added
CPEs cpe:2.3:a:maalfer:pentestify:*:*:*:*:*:*:*:*

Thu, 13 Aug 2026 20:00:00 +0000

Type Values Removed Values Added
First Time appeared Maalfer
Maalfer pentestify
Vendors & Products Maalfer
Maalfer pentestify

Thu, 13 Aug 2026 18:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Thu, 13 Aug 2026 16:00:00 +0000

Type Values Removed Values Added
Description Cross-site Scripting in the Markdown renderer in maalfer Pentestify before 2.3.2 allows authenticated users to execute arbitrary JavaScript in the application origin via a Markdown link whose URL contains a double quote, which closes the anchor's href attribute because the renderer's sanitization step does not escape quotes
Title Stored Cross-site Scripting in Pentestify Markdown renderer via unescaped quotes
Weaknesses CWE-79
References
Metrics cvssV4_0

{'score': 5.1, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:P/VC:N/VI:L/VA:N/SC:N/SI:L/SA:N'}


Subscriptions

Maalfer Pentestify
cve-icon MITRE

Status: PUBLISHED

Assigner: Secur0

Published:

Updated: 2026-08-14T08:04:21.835Z

Reserved: 2026-08-13T14:08:42.626Z

Link: CVE-2026-19744

cve-icon Vulnrichment

Updated: 2026-08-13T17:13:39.575Z

cve-icon NVD

Status : Deferred

Published: 2026-08-13T16:17:59.903

Modified: 2026-09-01T20:52:27.110

Link: CVE-2026-19744

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-13T19:45:17Z

Weaknesses
  • CWE-79

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