cbcvebase.
CVE-2022-3477
published 2022-11-14

CVE-2022-3477: The tagDiv Composer WordPress plugin before 3.5, required by the Newspaper WordPress theme before 12.1 and Newsmag WordPress theme before 5.2.2, does not…

PriorityP181critical9.8CVSS 3.1
AVNACLPRNUINSUCHIHAH
ITWEXPLOITVulnCheck KEV
Exploited in the wild
EPSS
3.55%
87.8th percentile
The tagDiv Composer WordPress plugin before 3.5, required by the Newspaper WordPress theme before 12.1 and Newsmag WordPress theme before 5.2.2, does not properly implement the Facebook login feature, allowing unauthenticated attackers to login as any user by just knowing their email address

Affected

6 ranges
VendorProductVersion rangeFixed in
newsmag_projectnewsmag< 5.2.25.2.2
newspaper_projectnewspaper< 12.112.1
tagdivnewsmag>= 5.2.2 < 5.2.25.2.2
tagdivnewspaper>= 12.1 < 12.112.1
tagdivtagdiv_composer>= 3.5 < 3.53.5
tagdiv_composer_projecttagdiv_composer< 3.53.5

Detection & IOCsextracted from sources · hover to see the quote

url/wp-admin/admin-ajax.php
commandaction=td_ajax_fb_login_user&user[email]={{email}}
  • Detect unauthenticated POST requests to /wp-admin/admin-ajax.php with the action parameter set to 'td_ajax_fb_login_user' — this is the exploit trigger for the authentication bypass.
  • A successful exploitation attempt returns the string '"success":"You have been successfully logged in!' in the HTTP response body with a 200 status code and content-type text/html.
  • The exploit requires only a victim's email address as input (no password or token), sent via POST body parameter user[email]. Monitor for this parameter pattern in web server logs targeting admin-ajax.php.
  • ·The Nuclei template requires the victim's email address to be supplied as a variable; the exploit is targeted (email-specific) rather than a blind mass-scan payload.
  • ·The vulnerability is only present when the tagDiv Composer plugin (< 3.5) is installed alongside the Newspaper (< 12.1) or Newsmag (< 5.2.2) WordPress themes, which are prerequisites for the plugin.

CVSS provenance

nvdv3.19.8CRITICALCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
vulncheck9.8CRITICAL
CVEs like this are exactly what “Exploited This Week” covers.

Every Monday: what got weaponized or added to CISA KEV in the last seven days — each CVE cross-linked to its PoC, Nuclei template, and detection rule. Free, one email a week, unsubscribe in one click.