CVE-2026-7457

Published: Mag 06, 2026 Last Modified: Mag 06, 2026
ExploitDB:
Other exploit source:
Google Dorks:
MEDIUM 6,4
Attack Vector: network
Attack Complexity: low
Privileges Required: low
User Interaction: none
Scope: changed
Confidentiality: low
Integrity: low
Availability: none

Description

AI Translation Available

The LatePoint plugin for WordPress is vulnerable to Stored Cross-Site Scripting in all versions up to and including 5.5.0. This is due to insufficient input sanitization on the customer cabinet profile update endpoint — where raw POST parameters (first_name, last_name, phone, notes) bypass sanitization because OsCustomerModel does not override params_to_sanitize(), causing set_data() to store unsanitized values verbatim in the database — combined with insufficient output escaping in generate_preview(), which injects those stored values into notification template HTML via str_replace() without any esc_html() call before echoing the result. This makes it possible for authenticated attackers with customer-level access or above to inject arbitrary web scripts into the admin notification preview panel that execute in an administrator's or agent's browser whenever a notification template referencing customer variables such as {{customer_full_name}}, {{customer_first_name}}, {{customer_last_name}}, {{customer_phone}}, or {{customer_notes}} is previewed.

79

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

Stable
Common Consequences
Security Scopes Affected:
Access Control Confidentiality Integrity Availability
Potential Impacts:
Bypass Protection Mechanism Read Application Data Execute Unauthorized Code Or Commands
Applicable Platforms
Technologies: AI/ML, Web Based, Web Server
View CWE Details
https://plugins.trac.wordpress.org/browser/latepoint/tags/5.3.1/lib/controllers…
https://plugins.trac.wordpress.org/browser/latepoint/tags/5.3.1/lib/helpers/rep…
https://plugins.trac.wordpress.org/browser/latepoint/tags/5.3.1/lib/misc/proces…
https://plugins.trac.wordpress.org/browser/latepoint/tags/5.5.0/lib/controllers…
https://plugins.trac.wordpress.org/browser/latepoint/tags/5.5.0/lib/helpers/rep…
https://plugins.trac.wordpress.org/browser/latepoint/tags/5.5.0/lib/misc/proces…
https://plugins.trac.wordpress.org/browser/latepoint/trunk/lib/controllers/cust…
https://plugins.trac.wordpress.org/browser/latepoint/trunk/lib/helpers/replacer…
https://plugins.trac.wordpress.org/browser/latepoint/trunk/lib/misc/process_act…
https://plugins.trac.wordpress.org/changeset?sfp_email=&sfph_mail=&reponame=&ne…
https://www.wordfence.com/threat-intel/vulnerabilities/id/628b3f53-decd-47ac-a2…