cbcvebase.
CVE-2021-24150
published 2021-04-05

CVE-2021-24150: The LikeBtn WordPress Like Button Rating ♥ LikeBtn WordPress plugin before 2.6.32 was vulnerable to Unauthenticated Full-Read Server-Side Request Forgery…

PriorityP354high7.5CVSS 3.1
AVNACLPRNUINSUCHINAN
EXPLOIT
EPSS
4.34%
90.0th percentile
The LikeBtn WordPress Like Button Rating ♥ LikeBtn WordPress plugin before 2.6.32 was vulnerable to Unauthenticated Full-Read Server-Side Request Forgery (SSRF).

Affected

1 ranges
VendorProductVersion rangeFixed in
likebtn-like-button_projectlikebtn-like-button< 2.6.322.6.32

Detection & IOCsextracted from sources · hover to see the quote

url/wp-admin/admin-ajax.php?action=likebtn_prx&likebtn_q={{base64('http://likebtn.com.oast.me')}}
otheraction=likebtn_prx
  • SSRF trigger: unauthenticated GET request to wp-admin/admin-ajax.php with action=likebtn_prx and a base64-encoded URL in the likebtn_q parameter. No authentication required.
  • Successful SSRF exploitation returns HTTP 200 with body containing 'Interactsh Server', confirming the server fetched the attacker-controlled URL.
  • The vulnerable AJAX action is 'likebtn_prx'; monitor WordPress access logs for unauthenticated requests to admin-ajax.php with this action parameter.
  • ·The likebtn_q parameter value must be base64-encoded; the SSRF payload URL is passed as a base64 string, not plaintext.
  • ·The vulnerability is unauthenticated (PR:N), meaning no WordPress credentials or session are needed to trigger the SSRF.

CVSS provenance

nvdv3.17.5HIGHCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
nvdv2.05.0MEDIUMAV:N/AC:L/Au:N/C:P/I:N/A:N
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.