Lucene search
+L

6376 matches found

OSV
OSV
added 2024/09/06 12:0 p.m.30 views

RUSTSEC-2024-0371 gix-path improperly resolves configuration path reported by Git

Summary gix-path runs git to find the path of a configuration file associated with the git installation, but improperly resolves paths containing unusual or non-ASCII characters, in rare cases enabling a local attacker to inject configuration leading to code execution. Details In gixpath::env, th...

6CVSS6.9AI score0.00257EPSS
SaveExploits0References4
AlpineLinux
AlpineLinux
added 2024/09/04 3:29 p.m.134 views

CVE-2024-43402

Rust is a programming language. The fix for CVE-2024-24576, where std::process::Command incorrectly escaped arguments when invoking batch files on Windows, was incomplete. Prior to Rust version 1.81.0, it was possible to bypass the fix when the batch file name had trailing whitespace or periods...

10CVSS7.5AI score0.20342EPSS
SaveExploits10References3
Cvelist
Cvelist
added 2024/09/04 3:29 p.m.37 views

CVE-2024-43402 Rust OS Command Injection/Argument Injection vulnerability

Rust is a programming language. The fix for CVE-2024-24576, where std::process::Command incorrectly escaped arguments when invoking batch files on Windows, was incomplete. Prior to Rust version 1.81.0, it was possible to bypass the fix when the batch file name had trailing whitespace or periods...

8.1CVSS0.20342EPSS
SaveExploits10References3
UbuntuCve
UbuntuCve
added 2024/09/03 12:0 a.m.27 views

CVE-2024-45230

An issue was discovered in Django 5.1 before 5.1.1, 5.0 before 5.0.9, and 4.2 before 4.2.16. The urlize and urlizetrunc template filters are subject to a potential denial-of-service attack via very large inputs with a specific sequence of characters...

7.5CVSS6.8AI score0.25782EPSS
SaveExploits0References2
Microsoft KB
Microsoft KB
added 2024/09/03 12:0 a.m.10 views

September 3, 2024, update for Access 2016 (KB5002633)

None None...

6.1AI score
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2024/08/30 12:0 a.m.21 views

Vim < 9.1.0689 Heap Buffer Overflow

The version of Vim installed on the remote host is after 9.1.0425 and prior to 9.1.0689. It is, therefore, affected by a heap buffer overflow vulnerability. When performing a search and displaying the search-count message is disabled :set shm+=S, the search pattern is displayed at the bottom of t...

5.5CVSS6.1AI score0.00307EPSS
SaveExploits0References2
OSV
OSV
added 2024/08/28 8:15 a.m.6 views

CVE-2023-26321

A path traversal vulnerability exists in the Xiaomi File Manager application productinternational version. The vulnerability is caused by unfiltered special characters and can be exploited by attackers to overwrite and execute code in the file...

9.8CVSS5.9AI score0.00549EPSS
SaveExploits0References1
CNNVD
CNNVD
added 2024/08/28 12:0 a.m.10 views

Xiaomi File Manager 安全漏洞

Xiaomi File Manager is a free and secure tool from the Chinese company Xiaomi Xiaomi. It helps find files faster, manage them easily and share them with others offline. A security vulnerability exists in Xiaomi File Manager that stems from unfiltered special characters that result in path...

9.8CVSS7.1AI score0.00549EPSS
SaveExploits0References2
OSV
OSV
added 2024/08/26 8:15 p.m.8 views

CVE-2024-28077

A denial-of-service issue was discovered on certain GL-iNet devices. Some websites can detect devices exposed to the external network through DDNS, and consequently obtain the IP addresses and ports of devices that are exposed. By using special usernames and special characters such as half...

7.5CVSS5.8AI score0.00431EPSS
SaveExploits0References2
Debian
Debian
added 2024/08/26 3:55 p.m.66 views

[SECURITY] [DLA 3856-1] python-html-sanitizer security update

------------------------------------------------------------------------- Debian LTS Advisory DLA-3856-1 [email protected] https://www.debian.org/lts/security/ Chris Lamb August 26, 2024 https://wiki.debian.org/LTS -...

6.1CVSS6.5AI score0.00551EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2024/08/26 12:0 a.m.10 views

PT-2024-22254 · Gl.Inet · Gl-Inet A1300 +14

Name of the Vulnerable Software and Affected Versions: GL-iNet MT6000 versions 4.3.10 through 4.5.6 GL-iNet XE3000 version 4.4.5 GL-iNet X3000 version 4.4.6 GL-iNet MT3000 version 4.5.0 GL-iNet MT2500 version 4.5.0 GL-iNet AXT1800 version 4.5.0 GL-iNet AX1800 version 4.5.0 GL-iNet A1300 version...

7.5CVSS7AI score0.00431EPSS
SaveExploits0References8
OSV
OSV
added 2024/08/23 11:7 a.m.8 views

OESA-2024-2020 c-ares security update

This is c-ares, an asynchronous resolver library. It is intended for applications which need to perform DNS queries without blocking, or need to perform multiple Security Fixes: c-ares is a C library for asynchronous DNS requests. aresreadline is used to parse local configuration files such as...

4.4CVSS6.7AI score0.00349EPSS
SaveExploits0References2
OSV
OSV
added 2024/08/22 10:15 p.m.4 views

ALPINE-CVE-2024-43790

Vim is an open source command line text editor. When performing a search and displaying the search-count message is disabled :set shm+=S, the search pattern is displayed at the bottom of the screen in a buffer msgbuf. When right-left mode :set rl is enabled, the search pattern is reversed. This...

5.5CVSS7.4AI score0.00307EPSS
SaveExploits0References1
Github Security Blog
Github Security Blog
added 2024/08/22 4:41 p.m.25 views

gitoxide-core does not neutralize special characters for terminals

Summary The gix and ein commands write pathnames and other metadata literally to terminals, even if they contain characters terminals treat specially, including ANSI escape sequences. This sometimes allows an untrusted repository to misrepresent its contents and to alter or concoct error messages...

2.5CVSS4.8AI score0.00198EPSS
SaveExploits0References5Affected Software2
Cvelist
Cvelist
added 2024/08/22 2:19 p.m.49 views

CVE-2024-43785 gitoxide-core does not neutralize special characters for terminals

gitoxide An idiomatic, lean, fast & safe pure Rust implementation of Git. gitoxide-core, which provides most underlying functionality of the gix and ein commands, does not neutralize newlines, backspaces, or control characters—including those that form ANSI escape sequences—that appear in a...

2.5CVSS0.00198EPSS
SaveExploits0References1
OSV
OSV
added 2024/08/22 2:19 p.m.11 views

CVE-2024-43785 gitoxide-core does not neutralize special characters for terminals

gitoxide An idiomatic, lean, fast & safe pure Rust implementation of Git. gitoxide-core, which provides most underlying functionality of the gix and ein commands, does not neutralize newlines, backspaces, or control characters—including those that form ANSI escape sequences—that appear in a...

2.5CVSS6.9AI score
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2024/08/22 2:19 p.m.13 views

CVE-2024-43785 gitoxide-core does not neutralize special characters for terminals

gitoxide An idiomatic, lean, fast & safe pure Rust implementation of Git. gitoxide-core, which provides most underlying functionality of the gix and ein commands, does not neutralize newlines, backspaces, or control characters—including those that form ANSI escape sequences—that appear in a...

2.5CVSS6.8AI score0.00198EPSS
SaveExploits0References1
CVE
CVE
added 2024/08/22 2:19 p.m.59 views

CVE-2024-43785

CVE-2024-43785 involves gitoxide-core (and its gix/ein commands) not neutralizing special characters in terminal output. The root cause is that newlines, backspaces, and control characters—including ANSI escape sequences—are not sanitized in repository metadata (paths, author/committer names, com...

2.5CVSS3.8AI score0.00198EPSS
SaveExploits0References1
OSV
OSV
added 2024/08/22 12:0 p.m.55 views

RUSTSEC-2024-0364 gitoxide-core does not neutralize special characters for terminals

Summary The gix and ein commands write pathnames and other metadata literally to terminals, even if they contain characters terminals treat specially, including ANSI escape sequences. This sometimes allows an untrusted repository to misrepresent its contents and to alter or concoct error messages...

2.5CVSS4.8AI score0.00198EPSS
SaveExploits0References6
CNNVD
CNNVD
added 2024/08/22 12:0 a.m.9 views

gitoxide 安全漏洞

gitoxide is a git implementation written in Rust by the individual developer Sebastian Thiel. A security vulnerability exists in gitoxide that originated from not eliminating line breaks, backspaces, or control characters that appear in repository paths, author and committer names, commit message...

2.5CVSS6.4AI score0.00198EPSS
SaveExploits0References2
Rows per page
Query Builder