Lucene search
+L

1462 matches found

CVE
CVE
added 2015/02/19 3:0 p.m.64 views

CVE-2014-1832

CVE-2014-1832 affects Phusion Passenger 4.0.37 and is caused by insecure handling of temporary files, enabling a local attacker to perform a symbolic/link attack on (1) control_process.pid or (2) generation-* files. This allows writing to certain files/directories with local access. The issue ari...

2.1CVSS6.2AI score0.00371EPSS
SaveExploits0References6Affected Software1
NVD
NVD
added 2015/01/01 2:59 a.m.15 views

CVE-2011-5293

The cmdSave method in the ThreeDify.ThreeDifyDesigner.1 ActiveX control in ActiveSolid.dll in ThreeDify Designer 5.0.2 allows remote attackers to write to arbitrary files via a pathname in the argument...

9.3CVSS6.8AI score0.02081EPSS
SaveExploits1References1
CVE
CVE
added 2015/01/01 2:0 a.m.42 views

CVE-2011-5293

The CVE-2011-5293 entry concerns ThreeDify Designer 5.0.2. The cmdSave method of the ThreeDifyDesigner.1 ActiveX control in ActiveSolid.dll allows remote attackers to write to arbitrary files via a pathname argument. Affected product: ThreeDify Designer 5.0.2 (ActiveX control). Vulnerability type...

9.3CVSS7AI score0.02081EPSS
SaveExploits1References1Affected Software1
CVE
CVE
added 2015/01/01 2:0 a.m.46 views

CVE-2011-5289

The CVE-2011-5289 entry concerns the SaveDecrypted method of the ChilkatCrypt2.ChilkatOmaDrm.1 ActiveX control in ChilkatCrypt2.dll used by aTube Catcher 2.3.570. The vulnerability allows remote attackers to write to arbitrary files by supplying a pathname in the argument to SaveDecrypted. Docume...

6.4CVSS7AI score0.0225EPSS
SaveExploits2References1Affected Software1
Zero Day Initiative
Zero Day Initiative
added 2014/06/11 12:0 a.m.40 views

(Pwn2Own) Microsoft Internet Explorer Protected Mode Bypass Vulnerability

This vulnerability allows remote attackers to execute arbitrary code on vulnerable installations of Microsoft Internet Explorer. User interaction is required to exploit this vulnerability in that the target must visit a malicious page or open a malicious file. The specific flaw exists within the...

7.2CVSS6.4AI score0.22996EPSS
SaveExploits1References1
OSV
OSV
added 2013/09/16 12:0 a.m.7 views

UBUNTU-CVE-2013-2893

The Human Interface Device HID subsystem in the Linux kernel through 3.11, when CONFIGLOGITECHFF, CONFIGLOGIG940FF, or CONFIGLOGIWHEELSFF is enabled, allows physically proximate attackers to cause a denial of service heap-based out-of-bounds write via a crafted device, related to 1...

4.7CVSS7AI score0.00394EPSS
SaveExploits0References14
seebug.org
seebug.org
added 2013/09/03 12:0 a.m.31 views

Nmap 任意文件写漏洞(CVE-2013-4885)

BUGTRAQ ID: 62024 CVECAN ID: CVE-2013-4885 nmap是一款用于网络发现(Network Discovery)和安全审计(Security Auditing)的网络安全工具,它是自由软件。 Nmap 6.25在http-domino-enum-passwords NSE脚本内存在任意文件上传漏洞,攻击者可利用此漏洞以当前用户权限写任意文件。 0 Nmap 6.25 厂商补丁: Nmap ---- 目前厂商已经发布了升级补丁以修复这个安全问题,请到厂商的主页下载: http://nmap.org/download.html nmap --script...

6.8CVSS6.3AI score0.07217EPSS
SaveExploits3
OSV
OSV
added 2012/09/10 10:55 p.m.7 views

DEBIAN-CVE-2012-2776

Unspecified vulnerability in the decodecelldata function in libavcodec/indeo3.c in FFmpeg before 0.11 and Libav 0.8.x before 0.8.4 has unknown impact and attack vectors, related to an "out of picture write."...

10CVSS9.1AI score0.03115EPSS
SaveExploits0References1
myhack58
myhack58
added 2011/10/21 12:0 a.m.16 views

ecshop 2.6 x background write shell 0day-vulnerability warning-the black bar safety net

The relevant variable is not filtered, resulting in the submission of data to write into shell holes. Vulnerability file: admineditlanguages.php The relevant variable is not filtered! elseif $REQUEST'act' == 'edit' / Language items of the path / $langfile = isset$POST'filepath' ?...

7.2AI score
SaveExploits0
UbuntuCve
UbuntuCve
added 2011/05/20 10:55 p.m.22 views

CVE-2011-1784

The pidfilewrite function in core/pidfile.c in keepalived 1.2.2 and earlier uses 0666 permissions for the 1 keepalived.pid, 2 checkers.pid, and 3 vrrp.pid files in /var/run/, which allows local users to kill arbitrary processes by writing a PID to one of these files...

3.6CVSS5.9AI score0.00367EPSS
SaveExploits0References2
Metasploit
Metasploit
added 2011/03/05 12:0 a.m.19 views

Foxit PDF Reader 4.2 Javascript File Write

This module exploits an unsafe Javascript API implemented in Foxit PDF Reader version 4.2. The createDataObject Javascript API function allows for writing arbitrary files to the file system. This issue was fixed in version 4.3.1.0218. Note: This exploit uses the All Users directory currently, whi...

8.4CVSS5.4AI score0.00378EPSS
SaveExploits1
OpenVAS
OpenVAS
added 2010/08/25 12:0 a.m.36 views

FTPx Corp FTP Explorer Directory Traversal Vulnerability

FTPx Corp FTP Explorer is prone to a directory traversal vulnerability. SPDX-FileCopyrightText: 2010 Greenbone AG Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-only ifdescription...

9.3CVSS6.5AI score0.0152EPSS
SaveExploits0References5
myhack58
myhack58
added 2009/07/06 12:0 a.m.23 views

All PEAR Mail functions contain an arbitrary file write vulnerability-vulnerability warning-the black bar safety net

出现 问题 的 地方 位于 Sendmail.php ...... if ! isset$from return PEAR::raiseError'No from address given.'; elseif strpos$from, ' ' !== false || strpos$from, ';' !== false || strpos$from, '&' !== false || strpos$from, "' !== false return PEAR::raiseError'From address specified with dangerous characters.';...

SaveExploits0
CVE
CVE
added 2008/12/17 5:0 p.m.114 views

CVE-2008-5625

PHP 5 before 5.2.7 is affected by CVE-2008-5625: when safe_mode is enabled via php_admin_flag in httpd.conf, error_log restrictions are not enforced, allowing context-dependent attackers to write to arbitrary files by placing a php_value error_log entry in .htaccess. The vulnerability arises from...

7.5CVSS6.2AI score0.07314EPSS
SaveExploits2References13Affected Software1
NVD
NVD
added 2008/09/29 5:17 p.m.26 views

CVE-2008-4210

fs/open.c in the Linux kernel before 2.6.22 does not properly strip setuid and setgid bits when there is a write to a file, which allows local users to gain the privileges of a different group, and obtain sensitive information or possibly have unspecified other impact, by creating an executable...

4.6CVSS6.1AI score0.02141EPSS
SaveExploits3References31
exploitpack
exploitpack
added 2007/01/26 12:0 a.m.15 views

PHP 5.2 - FOpen Safe_mode Restriction Bypass

PHP 5.2 - FOpen Safemode Restriction Bypass source: https://www.securityfocus.com/bid/22261/info PHP is prone to a 'safemode' restriction-bypass vulnerability. Successful exploits could allow an attacker to write files in unauthorized locations; other attacks may also be possible. This...

0.7AI score
SaveExploits0
CVE
CVE
added 2005/11/06 11:0 a.m.59 views

CVE-2005-3124

CVE-2005-3124 affects the syslogtocern script in Acme thttpd prior to 2.23, enabling local attackers to overwrite arbitrary files via a symlink attack on a temporary file. Public advisories (Debian DSA-883-1, SUSE, Ubuntu, OpenVAS/Nessus entries) describe insecure temporary-file handling in thttp...

2.1CVSS6.1AI score0.00367EPSS
SaveExploits0References5Affected Software1
Packet Storm
Packet Storm
added 2005/04/17 12:0 a.m.19 views

maxthon_arbitrary_read-write.html.txt

var iVuln=null; function checkVuln try if external.readFilemaxsecurityid,"m2bookmark","plugin.ini"!=null pls.innerText='Done!'; alert"Vulnerable!"; showFileContent; window.clearIntervaliVuln; else window.status=''; // Refresh the "max.src" script by setting the source file as the same file...

7.4AI score
SaveExploits0
NVD
NVD
added 2002/07/03 4:0 a.m.17 views

CVE-2002-0631

Unknown vulnerability in nveventd in NetVisualyzer on SGI IRIX 6.5 through 6.5.16 allows local users to write arbitrary files and gain root privileges...

7.2CVSS6.7AI score0.00346EPSS
SaveExploits0References3
exploitpack
exploitpack
added 2001/01/25 12:0 a.m.26 views

Solaris 2.62.7 - usrbinwrite Local Overflow

Solaris 2.62.7 - usrbinwrite Local Overflow include include / /usr/bin/write overflow proof of conecpt. Tested on Solaris 7 x86 Pablo Sor, Buenos Aires, Argentina. 01/2000 [email protected] usage: write-exp shelloffset retaddroffset default offset should work. / long getesp asm"movl %esp,%eax"; ch...

0.7AI score
SaveExploits0
Rows per page
Query Builder