Lucene search
+L

1083 matches found

zdt
zdt
added 2004/09/12 12:0 a.m.20 views

linux/x86 break chroot execve /bin/sh 80 bytes

Exploit for linux/x86 platform in category shellcode ============================================== linux/x86 break chroot execve /bin/sh 80 bytes ============================================== / This is Linux chroot/execve code.It is 80 bytes long.I have some ideas how to make it smaller, but ti...

7AI score
SaveExploits0
seebug.org
seebug.org
added 2004/09/12 12:0 a.m.15 views

linux/x86 break chroot 46 bytes

No description provided by source. / The setuid0+chroot shellcode it will put '../' 10 times Size 46 bytes OS BSD /rootteam/dev0id www.sysworld.net [email protected] BITS 32 jmp short callme main: pop esi mov edi,esi xor ecx,ecx push ecx mov al,0x17 push eax int 0x80 xor eax,eax push eax mov...

7.1AI score
SaveExploits0
RedHat Linux
RedHat Linux
added 2004/09/01 6:54 p.m.8 views

security flaw

Directory traversal vulnerability in the sanitizepath function in util.c for rsync 2.6.2 and earlier, when chroot is disabled, allows attackers to read or write certain files...

6.4CVSS5.8AI score0.02317EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2004/08/30 12:0 a.m.23 views

GLSA-200408-17 : rsync: Potential information leakage

The remote host is affected by the vulnerability described in GLSA-200408-17 rsync: Potential information leakage The paths sent by the rsync client are not checked thoroughly enough. It does not affect the normal send/receive filenames that specify what files should be transferred. It does affec...

6.4CVSS5.7AI score0.02317EPSS
SaveExploits0References4
CVE
CVE
added 2004/08/18 4:0 a.m.101 views

CVE-2004-0792

CVE-2004-0792 describes a directory traversal in rsync 2.6.2 and earlier, via the sanitize_path function in util.c, when chroot is disabled. The vulnerability allows reading or writing certain files. Exploitation details are not provided in the documents beyond this description, and no remediatio...

6.4CVSS6.1AI score0.02317EPSS
SaveExploits0References9Affected Software1
Debian CVE
Debian CVE
added 2004/08/18 4:0 a.m.24 views

CVE-2004-0792

Directory traversal vulnerability in the sanitizepath function in util.c for rsync 2.6.2 and earlier, when chroot is disabled, allows attackers to read or write certain files...

6.4CVSS6.3AI score0.02317EPSS
SaveExploits0
Gentoo Linux
Gentoo Linux
added 2004/08/17 12:0 a.m.30 views

rsync: Potential information leakage

Background rsync is a utility that provides fast incremental file transfers. It is used to efficiently synchronize files between hosts and is used by emerge to fetch Gentoo's Portage tree. rsyncd is the rsync daemon, which listens to connections from rsync clients. Description The paths sent by t...

6.4CVSS6.3AI score0.02317EPSS
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2004/08/17 12:0 a.m.17 views

CVSTrac chdir() chroot Jail Escape

The remote host seems to be running cvstrac, a web-based bug and patch-set tracking system for CVS. This version contains a flaw related to the chdir function that may allow an attacker to escape the chroot jail. An attacker, exploiting this flaw, would be able to access files outside of the web...

5.6AI score
SaveExploits0References2
securityvulns
securityvulns
added 2004/08/17 12:0 a.m.30 views

August 2004 Security Advisory

August 2004 Security Advisory August 12th, 2004 Background There is a path-sanitizing bug that affects daemon mode in all recent rsync versions including 2.6.2 but only if chroot is disabled. It does NOT affect the normal send/receive filenames that specify what files should be transferred this i...

2.1AI score
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2004/08/16 12:0 a.m.19 views

SUSE-SA:2004:026: rsync

The remote host is missing the patch for the advisory SUSE-SA:2004:026 rsync. The rsync-team released an advisory about a security problem in rsync. If rsync is running in daemon-mode and without a chroot environment it is possible for a remote attacker to trick rsyncd into creating an absolute...

5.6AI score
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2004/07/31 12:0 a.m.35 views

Mandrake Linux Security Advisory : rsync (MDKSA-2002:009)

Sebastian Krahmer of the SuSE Security Team performed an audit on the rsync tool and discovered that in several places signed and unsigned numbers were mixed, with the end result being insecure code. These flaws could be abused by remote users to write 0 bytes into rsync's memory and trick rsync...

10CVSS6AI score0.34016EPSS
SaveExploits3References1
Tenable Nessus
Tenable Nessus
added 2004/07/25 12:0 a.m.34 views

SuSE-SA:2003:050: rsync

The remote host is missing the patch for the advisory SuSE-SA:2003:050 rsync. The rsync suite provides client and server tools to easily support an administrator keeping the files of different machines in sync. In most private networks the rsync client tool is used via SSH to fulfill his tasks. I...

7.5CVSS6.2AI score0.21157EPSS
SaveExploits1References1
Tenable Nessus
Tenable Nessus
added 2004/07/25 12:0 a.m.21 views

SuSE-SA:2004:019: dhcp/dhcp-server

The remote host is missing the patch for the advisory SuSE-SA:2004:019 dhcp/dhcp-server. The Dynamic Host Configuration Protocol DHCP server is used to configure clients that dynamically connect to a network WLAN hotspots, customer networks, .... The CERT informed us about a buffer overflow in th...

6.2AI score
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2004/07/23 12:0 a.m.24 views

Fedora Core 1 : rsync-2.5.7-5.fc1 (2004-116)

Rsync before 2.6.1 does not properly sanitize paths when running a read/write daemon without using chroot. This could allow a remote attacker to write files outside of the module's 'path', depending on the privileges assigned to the rsync daemon. Users not running an rsync daemon, running a...

5CVSS5.3AI score0.03404EPSS
SaveExploits0References2
Gentoo Linux
Gentoo Linux
added 2004/07/12 12:0 a.m.33 views

rsync: Directory traversal in rsync daemon

Background rsync is a utility that provides fast incremental file transfers. It is used to efficiently synchronize files between hosts and is used by emerge to fetch Gentoo's Portage tree. rsyncd is the rsync daemon, which listens to connections from rsync clients. Description When rsyncd is used...

5CVSS6.3AI score0.03404EPSS
SaveExploits0
OSV
OSV
added 2004/07/07 4:0 a.m.10 views

CVE-2004-0426

rsync before 2.6.1 does not properly sanitize paths when running a read/write daemon without using chroot, which allows remote attackers to write files outside of the module's path...

6.4AI score
SaveExploits0References25
CVE
CVE
added 2004/06/30 4:0 a.m.55 views

CVE-2004-0609

CVE-2004-0609 affects the rssh project (versions 2.0 through 2.1.x), where command-line arguments are expanded before entering a chroot jail. This behavior lets remote authenticated users determine the existence of files in directories outside the jail (file-name disclosure). The root cause is ar...

5CVSS6.2AI score0.01409EPSS
SaveExploits0References3Affected Software1
Cvelist
Cvelist
added 2004/06/30 4:0 a.m.34 views

CVE-2004-0609

rssh 2.0 through 2.1.x expands command line arguments before entering a chroot jail, which allows remote authenticated users to determine the existence of files in a directory outside the jail...

6.2AI score0.01409EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2004/06/30 4:0 a.m.30 views

CVE-2004-0609

Removed by vendor...

5CVSS6.8AI score0.01409EPSS
SaveExploits0
securityvulns
securityvulns
added 2004/06/23 12:0 a.m.36 views

Security flaw in rssh

rssh is a small shell whose purpose is to restrict users to using scp or sftp, and also provides the facilities to place users in a chroot jail. It can also be used to lock users out of a system completely. William F. McCaw identified a minor security flaw in rssh when used with chroot jails. The...

0.4AI score
SaveExploits0
Rows per page
Query Builder