CVE-2022-1952
published 2022-07-11CVE-2022-1952: The Free Booking Plugin for Hotels, Restaurant and Car Rental WordPress plugin before 1.1.16 suffers from insufficient input validation which leads to…
PriorityP187critical9.8CVSS 3.1
AVNACLPRNUINSUCHIHAH
ITWEXPLOITVulnCheck KEV
Exploited in the wild
EPSS
17.57%
96.8th percentile
The Free Booking Plugin for Hotels, Restaurant and Car Rental WordPress plugin before 1.1.16 suffers from insufficient input validation which leads to arbitrary file upload and subsequently to remote code execution. An AJAX action accessible to unauthenticated users is affected by this issue. An allowlist of valid file extensions is defined but is not used during the validation steps.
Affected
1 ranges
| Vendor | Product | Version range | Fixed in |
|---|---|---|---|
| syntacticsinc | easync | < 1.1.16 | 1.1.16 |
Detection & IOCsextracted from sources · hover to see the quote
url/wp-admin/admin-ajax.php?action=easync_success_and_save
path/wp-content/uploads/{{filename}}.php
- →The vulnerable AJAX action 'easync_success_and_save' is accessible to unauthenticated users. Monitor for unauthenticated GET/POST requests to /wp-admin/admin-ajax.php with the query parameter action=easync_success_and_save. ↗
- →The plugin defines an allowlist of valid file extensions but does NOT apply it during validation, allowing arbitrary file types (e.g., .php) to be uploaded. Detection should flag any non-image/non-allowed extension uploaded via this plugin's AJAX handler. ↗
- →Successful exploitation results in remote code execution via the uploaded PHP file. Correlate a request to admin-ajax.php?action=easync_success_and_save followed by a request to /wp-content/uploads/*.php as an indicator of full compromise. ↗
- ·The exploit targets the Free Booking Plugin for Hotels, Restaurant and Car Rental (eaSYNC Booking) versions before 1.1.16. Ensure detections are scoped to WordPress instances running this plugin. ↗
CVSS provenance
nvdv3.19.8CRITICALCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
nvdv2.07.5HIGHAV:N/AC:L/Au:N/C:P/I:P/A:P
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.
GHSA
GHSA-cq3m-ccp4-jccg: The Free Booking Plugin for Hotels, Restaurant and Car Rental WordPress plugin before 1
ghsa_unreviewed·2022-07-12
CVE-2022-1952 [CRITICAL] CWE-434 GHSA-cq3m-ccp4-jccg: The Free Booking Plugin for Hotels, Restaurant and Car Rental WordPress plugin before 1
The Free Booking Plugin for Hotels, Restaurant and Car Rental WordPress plugin before 1.1.16 suffers from insufficient input validation which leads to arbitrary file upload and subsequently to remote code execution. An AJAX action accessible to unauthenticated users is affected by this issue. An allowlist of valid file extensions is defined but is not used during the validation steps.
VulnCheck
syntacticsinc easync Unrestricted Upload of File with Dangerous Type
vulncheck·2022·CVSS 9.8
CVE-2022-1952 [CRITICAL] syntacticsinc easync Unrestricted Upload of File with Dangerous Type
syntacticsinc easync Unrestricted Upload of File with Dangerous Type
The Free Booking Plugin for Hotels, Restaurant and Car Rental WordPress plugin before 1.1.16 suffers from insufficient input validation which leads to arbitrary file upload and subsequently to remote code execution. An AJAX action accessible to unauthenticated users is affected by this issue. An allowlist of valid file extensions is defined but is not used during the validation steps.
Affected: syntacticsinc easync
Required Action: Apply remediations or mitigations per vendor instructions or discontinue use of the product if remediation or mitigations are unavailable.
Exploitation References: https://dashboard.shadowserver.org/statistics/honeypot/vulnerability/map/?day=2024-01-22&host_type=src&vulnerability=cve-2022-1
No detection rules found.
Nuclei
WordPress eaSYNC Booking <1.1.16 - Arbitrary File Upload
nuclei·CVSS 9.8
CVE-2022-1952 [CRITICAL] WordPress eaSYNC Booking <1.1.16 - Arbitrary File Upload
WordPress eaSYNC Booking
--------------------------98efee55508c5059--
- |
GET /wp-admin/admin-ajax.php?action=easync_success_and_save HTTP/1.1
Host: {{Hostname}}
Cookie: PHPSESSID=a0d5959357e474aef655313f69891f37
- |
GET /wp-content/uploads/{{filename}}.php HTTP/1.1
Host: {{Hostname}}
matchers:
- type: word
part: body_3
words:
- '{{md5(string)}}'
extractors:
- type: regex
name: filename
group: 1
regex:
- 'wp-content\\\/uploads\\\/([0-9a-zA-Z]+).php'
internal: true
# digest: 4a0a00473045022043882878d700d792631a27363b81986f078da7d3097025a574169b49a6584625022100b91ab4c491d027800d0358beba597fc452d27a28be012fc35864879c720b0a75:922c64590222798bb761d5b6d8e72950
2022-07-11
Published
Exploited in the wild