Lucene search
+L

82 matches found

OSV
OSV
added 2021/07/30 2:15 p.m.21 views

CVE-2021-28966

In Ruby through 3.0 on Windows, a remote attacker can submit a crafted path when a Web application handles a parameter with TmpDir...

7.5CVSS6.7AI score
SaveExploits0References2
OSV
OSV
added 2021/07/30 2:15 p.m.5 views

ALPINE-CVE-2021-28966

In Ruby through 3.0 on Windows, a remote attacker can submit a crafted path when a Web application handles a parameter with TmpDir...

7.5CVSS7AI score0.57133EPSS
SaveExploits1References1
NVD
NVD
added 2021/07/30 2:15 p.m.32 views

CVE-2021-28966

In Ruby through 3.0 on Windows, a remote attacker can submit a crafted path when a Web application handles a parameter with TmpDir...

7.5CVSS0.57133EPSS
SaveExploits1References2
Prion
Prion
added 2021/07/30 2:15 p.m.15 views

Code injection

In Ruby through 3.0 on Windows, a remote attacker can submit a crafted path when a Web application handles a parameter with TmpDir...

5CVSS7.4AI score0.57133EPSS
SaveExploits1References2Affected Software1
UbuntuCve
UbuntuCve
added 2021/07/30 2:15 p.m.21 views

CVE-2021-28966

In Ruby through 3.0 on Windows, a remote attacker can submit a crafted path when a Web application handles a parameter with TmpDir...

7.5CVSS7.2AI score0.57133EPSS
SaveExploits1References2
CVE
CVE
added 2021/07/27 4:1 p.m.152 views

CVE-2021-28966

CVE-2021-28966 affects Ruby up to 3.0 on Windows. A remote attacker can submit a crafted path when a Web application handles a parameter with TmpDir, enabling path-related manipulation. Root cause: how TmpDir parameter is processed in web contexts (no details beyond this in the provided documents...

7.5CVSS7.3AI score0.57133EPSS
SaveExploits1References2Affected Software1
AlpineLinux
AlpineLinux
added 2021/07/27 4:1 p.m.71 views

CVE-2021-28966

In Ruby through 3.0 on Windows, a remote attacker can submit a crafted path when a Web application handles a parameter with TmpDir...

7.5CVSS7.4AI score0.57133EPSS
SaveExploits1
Github Security Blog
Github Security Blog
added 2021/05/06 3:1 p.m.40 views

Tempfile on Windows path traversal vulnerability

There is an unintentional directory creation vulnerability in tmpdir library bundled with Ruby on Windows. And there is also an unintentional file creation vulnerability in tempfile library bundled with Ruby on Windows, because it uses tmpdir internally...

7.5CVSS3.6AI score0.57133EPSS
SaveExploits1References9Affected Software1
Snyk
Snyk
added 2021/05/06 12:39 p.m.2 views

Directory Traversal

Overview tmpdir is a package that extends the Dir class to manage the OS temporary file path. Affected versions of this package are vulnerable to Directory Traversal. There is are unintentional directory and file creation vulnerabilities in tmpdir library bundled with Ruby on Windows. The...

7.5CVSS7.7AI score0.57133EPSS
SaveExploits1References2
Veracode
Veracode
added 2021/04/17 2:47 a.m.18 views

Path Traversal

ruby is vulnerable to path traversal. There is an unintentional directory creation vulnerability in tmpdir library bundled with Ruby on Windows. And there is also an unintentional file creation vulnerability in tempfile library bundled with Ruby on Windows, because it uses tmpdir internally...

7.5CVSS3.8AI score0.57133EPSS
SaveExploits1References6Affected Software1
Positive Technologies
Positive Technologies
added 2021/04/05 12:0 a.m.4 views

PT-2021-18004 · Ruby · Ruby

Name of the Vulnerable Software and Affected Versions: Ruby versions prior to 3.0 on Windows Description: A remote attacker can submit a crafted path when a Web application handles a parameter with TmpDir, potentially allowing them to exit the directory and impact the system. There is an...

7.5CVSS6.9AI score0.57133EPSS
SaveExploits1References17
OSV
OSV
added 2021/02/03 6:15 p.m.5 views

CVE-2021-23331

This affects all versions of package com.squareup:connect. The method prepareDownloadFilecreates creates a temporary file with the permissions bits of -rw-r--r-- on unix-like systems. On unix-like systems, the system temporary directory is shared between users. As such, the contents of the file...

3.3CVSS5.8AI score0.00341EPSS
SaveExploits0References2
ATTACKERKB
ATTACKERKB
added 2021/02/03 6:1 p.m.4 views

CVE-2021-23331

This affects all versions of package com.squareup:connect. The method prepareDownloadFilecreates creates a temporary file with the permissions bits of -rw-r--r-- on unix-like systems. On unix-like systems, the system temporary directory is shared between users. As such, the contents of the file...

4.4CVSS5.8AI score0.00341EPSS
SaveExploits0References3
OSV
OSV
added 2020/10/12 6:15 p.m.10 views

UBUNTU-CVE-2020-15250

In JUnit4 from version 4.7 and before 4.13.1, the test rule TemporaryFolder contains a local information disclosure vulnerability. On Unix like systems, the system's temporary directory is shared between all users on that system. Because of this, when files and directories are written into this...

5.5CVSS6.7AI score0.01695EPSS
SaveExploits1References16
BDU FSTEC
BDU FSTEC
added 2020/07/29 12:0 a.m.8 views

The vulnerability of the java.io.tmpdir component in the Apache Ant build automation tool allows a attacker to modify data or gain unauthorized access to protected information.

The vulnerability of the java.io.tmpdir component in the Apache Ant build automation tool is related to errors in handling temporary files. Exploiting this vulnerability can allow an attacker to modify data or gain unauthorized access to protected information...

6.3CVSS6.8AI score0.01808EPSS
SaveExploits0References25Affected Software46
RedHat Linux
RedHat Linux
added 2020/06/19 1:39 a.m.8 views

ant: insecure temporary file vulnerability

Apache Ant 1.1 to 1.9.14 and 1.10.0 to 1.10.7 uses the default temporary directory identified by the Java system property java.io.tmpdir for several tasks and may thus leak sensitive information. The fixcrlf and replaceregexp tasks also copy files from the temporary directory back into the build...

6.3CVSS7.2AI score0.01808EPSS
SaveExploits0References4
BDU FSTEC
BDU FSTEC
added 2019/12/09 12:0 a.m.8 views

The vulnerability of the Dir.mktmpdir method in the tmpdir library of the Ruby interpreter allows a malicious actor to write arbitrary files to the file system.

The vulnerability of the Dir.mktmpdir method in the tmpdir library of the Ruby interpreter exists due to an incorrect restriction on the path name of the restricted directory. Exploiting this vulnerability could allow a malicious actor, operating remotely, to write arbitrary files to the file...

7.8CVSS6.8AI score0.10552EPSS
SaveExploits0References18Affected Software5
RedHat Linux
RedHat Linux
added 2019/08/06 12:40 p.m.4 views

ruby: Unintentional file and directory creation with directory traversal in tempfile and tmpdir

It was found that the tmpdir and tempfile modules did not sanitize their file name argument. An attacker with control over the name could create temporary files and directories outside of the dedicated directory...

7.5CVSS7.3AI score0.10552EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2018/11/29 10:10 a.m.5 views

ruby: Unintentional file and directory creation with directory traversal in tempfile and tmpdir

It was found that the tmpdir and tempfile modules did not sanitize their file name argument. An attacker with control over the name could create temporary files and directories outside of the dedicated directory...

7.5CVSS7.3AI score0.10552EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2018/11/29 9:56 a.m.4 views

ruby: Unintentional file and directory creation with directory traversal in tempfile and tmpdir

It was found that the tmpdir and tempfile modules did not sanitize their file name argument. An attacker with control over the name could create temporary files and directories outside of the dedicated directory...

7.5CVSS7.3AI score0.10552EPSS
SaveExploits0References5
Rows per page
Query Builder