Lucene search
+L

220 matches found

Veracode
Veracode
•added 2022/02/24 10:08 a.m.•36 views

Information Disclosure

mlflow is vulnerable to information disclosure. The vulnerability exists due to lack of sanitization in the tempfile.mktemp' function in fileutils.pyfile allows to create same name temporary files in a different process...

7.5CVSS1.8AI score0.01575EPSS
SaveExploits1References4Affected Software1
OSV
OSV
•added 2022/02/24 12:00 a.m.•28 views

GHSA-VQJ2-4V8M-8VRQ Insecure Temporary File in mlflow

mlflow prior to 1.23.1 contains an insecure temporary file. The insecure function tempfile.mktemp is deprecated and mkstemp should be used instead...

8.8CVSS7.1AI score0.01575EPSS
SaveExploits1References6
CNNVD
CNNVD
•added 2022/02/23 12:00 a.m.•17 views

Mlflow 安全漏洞

Mlflow is an open source platform for machine learning lifecycles. A security vulnerability exists in Mlflow that stems from the product's tempfile.mktemp function failing to properly handle multi-process state. The vulnerability allows an attacker to create a temporary file with the same name. T...

8.2CVSS7.4AI score0.01575EPSS
SaveExploits1References4
Veracode
Veracode
•added 2022/02/11 9:38 a.m.•24 views

Time-of-check To Time-of-use (TOCTOU)

tensorflow is vulnerable to time-of-check to time-of-use vulnerability. The use of tempfile.mktemp allows different process to create the file between the check for the filename in mktemp and the actual creation of the file by a subsequent operation...

7.1CVSS2.2AI score0.0011EPSS
SaveExploits0References3Affected Software3
NVD
NVD
•added 2022/02/04 11:15 p.m.•52 views

CVE-2022-23563

Tensorflow is an Open Source Machine Learning Framework. In multiple places, TensorFlow uses tempfile.mktemp to create temporary files. While this is acceptable in testing, in utilities and libraries it is dangerous as a different process can create the file between the check for the filename in...

7.1CVSS0.0011EPSS
SaveExploits0References1
PyPA
PyPA
•added 2022/02/04 11:15 p.m.•15 views

PYSEC-2022-72

Tensorflow is an Open Source Machine Learning Framework. In multiple places, TensorFlow uses tempfile.mktemp to create temporary files. While this is acceptable in testing, in utilities and libraries it is dangerous as a different process can create the file between the check for the filename in...

7.1CVSS6.9AI score0.0011EPSS
SaveExploits0References1Affected Software1
CNNVD
CNNVD
•added 2022/02/04 12:00 a.m.•13 views

Google Tensorflow 安全漏洞

Google TensorFlow is an end-to-end open source platform for machine learning from Google, Inc. A security vulnerability exists in Google TensorFlow, which stems from TensorFlow's use of tempfile.mktemp to create temporary files. No detailed vulnerability details are available...

7.1CVSS5.6AI score0.0011EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
•added 2022/02/04 12:00 a.m.•6 views

PT-2022-16079 · Google · Tensorflow

Name of the Vulnerable Software and Affected Versions: TensorFlow versions prior to 2.8.0 TensorFlow versions 2.7.0 through 2.7.0 will be patched in 2.7.1 TensorFlow versions 2.6.0 through 2.6.2 will be patched in 2.6.3 TensorFlow versions 2.5.0 through 2.5.2 will be patched in 2.5.3 Description:...

8.4CVSS6.3AI score0.0011EPSS
SaveExploits0References11
RedhatCVE
RedhatCVE
•added 2022/01/13 6:39 a.m.•56 views

CVE-2018-15908

It was discovered that the ghostscript .tempfile function did not properly handle file permissions. An attacker could possibly exploit this to exploit this to bypass the -dSAFER protection and delete files or disclose their content via a specially crafted PostScript document. Mitigation Please se...

7.8CVSS0.9AI score0.01916EPSS
SaveExploits0References2
OSV
OSV
•added 2022/01/11 8:15 p.m.•13 views

CVE-2021-43972

An unrestricted file copy vulnerability in /UserSelfServiceSettings.jsp in SysAid ITIL 20.4.74 b10 allows a remote authenticated attacker to copy arbitrary files on the server filesystem to the web root with an arbitrary filename via the tempFile and fileName parameters in the HTTP POST body...

6.5CVSS6AI score0.01465EPSS
SaveExploits0References3
attackerkb
attackerkb
•added 2022/01/11 8:15 p.m.•10 views

CVE-2021-43972

An unrestricted file copy vulnerability in /UserSelfServiceSettings.jsp in SysAid ITIL 20.4.74 b10 allows a remote authenticated attacker to copy arbitrary files on the server filesystem to the web root with an arbitrary filename via the tempFile and fileName parameters in the HTTP POST body...

6.8CVSS6.8AI score0.01465EPSS
SaveExploits0References4
Huntr
Huntr
•added 2022/01/05 3:29 p.m.•26 views

Insecure Temporary File in tensorflow/tensorflow

Description tensorflow package is using the deprecated function tempfile.mktemp which is not secure. Because a different process may create a file with this name in the time between the call to mktemp and the subsequent attempt to create the file by the first process. Impact Availability will get...

3.3CVSS2.1AI score0.0011EPSS
SaveExploits0
Tenable Nessus
Tenable Nessus
•added 2021/09/07 12:00 a.m.•48 views

FreeBSD : Python -- multiple vulnerabilities (032643d7-0ba7-11ec-a689-080027e50e6d)

Python reports : bpo-42278: Replaced usage of tempfile.mktemp with TemporaryDirectory to avoid a potential race condition. bpo-41180: Add auditing events to the marshal module, and stop raising code.init events for every unmarshalled code object. Directly instantiated code objects will continue t...

6.8CVSS7.5AI score0.19433EPSS
SaveExploits1References2
FreeBSD
FreeBSD
•added 2021/08/30 12:00 a.m.•46 views

Python -- multiple vulnerabilities

Python reports: bpo-42278: Replaced usage of tempfile.mktemp with TemporaryDirectory to avoid a potential race condition. bpo-41180: Add auditing events to the marshal module, and stop raising code.init events for every unmarshalled code object. Directly instantiated code objects will continue to...

6.8CVSS1.4AI score0.19433EPSS
SaveExploits1References1
UbuntuCve
UbuntuCve
•added 2021/07/09 11:15 a.m.•60 views

CVE-2012-2666

golang/go in 1.0.2 fixes all.bash on shared machines. dotest in src/pkg/debug/gosym/pclntabtest.go creates a temporary file with predicable name and executes it as shell script...

9.8CVSS7.2AI score0.01935EPSS
SaveExploits1References5
Github Security Blog
Github Security Blog
•added 2021/05/06 3:01 p.m.•47 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
Veracode
Veracode
•added 2021/04/17 2:47 a.m.•21 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:00 a.m.•8 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
RubySec
RubySec
•added 2021/04/05 12:00 a.m.•23 views

Path traversal in Tempfile on Windows

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
SaveExploits1References1Affected Software1
Hacker One
Hacker One
•added 2021/03/20 7:21 p.m.•127 views

Ruby: Path traversal in Tempfile on windows OS due to unsanitized backslashes

Hi team, Summary We've noticed that both arguments basename and ext of Tempfile on Windows are vulnerable to a path traversal which could allow unintentional file creating in arbitrary writable directories. Tempfile often has a user control either by basename or ext or both. PoC irbmain:029:0...

5CVSS2.4AI score0.57133EPSS
SaveExploits1
Rows per page
Query Builder