CVE-2026-3516 MEDIUM

CVE-2026-3516: Contact List <= 3.0.18 - Authenticated (Contributor+) Stored Cross-Site Scripting via '_cl_map_iframe' Parameter

Vendor Anssilaitila
Product Contact List – Online Staff Directory & Address Book
Weakness CWE-79 · XSS
Published March 20, 2026
Last update April 8, 2026

CVSS base score

6.4/10
Attack vector Network
Attack complexity Low
Privileges required Low
User interaction None
Confidentiality Low
Integrity Low

CVSS vector

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

What the vulnerability does

01Description

The Contact List plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the '_cl_map_iframe' parameter in all versions up to, and including, 3.0.18. This is due to insufficient input sanitization and output escaping when handling the Google Maps iframe custom field. The saveCustomFields() function in class-contact-list-custom-fields.php uses a regex to extract <iframe> tags from user input but does not validate or sanitize the iframe's attributes, allowing event handlers like 'onload' to be included. The extracted iframe HTML is stored via update_post_meta() and later rendered on the front-end in class-cl-public-card.php without any escaping or wp_kses filtering. This makes it possible for authenticated attackers, with Contributor-level access and above, to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page.

Explanation of Vulnerability in Simple Terms

02Summary

Contact List – Online Staff Directory & Address Book versions 3.0.18 and earlier contain a cross-site scripting (XSS) vulnerability. An authenticated user can inject malicious scripts that execute in other users' browsers when they view affected pages. The vulnerability affects the site's integrity and confidentiality, though availability is not impacted.

What an attacker can do

03Attacker Capabilities

Inject malicious scripts that run in other users' browsers to steal data or perform actions on their behalf.

Potential impact on your site

04Site Impact

Authenticated users can compromise other users' sessions and data; site integrity is at risk across the application.

Conditions required to exploit

05Prerequisites

Attacker must have a user account with low-level privileges; no user interaction required from victims.

Key dates

06Disclosure timeline

March 20, 2026 CVE published
April 8, 2026 Record updated

Related vulnerabilities

08Related CVE