Lucene search
+L
GitlabMost viewed

1544 matches found

GitLab Advisory Database
GitLab Advisory Database
•added 2026/03/13 12:00 a.m.•11 views

CairoSVG vulnerable to Exponential DoS via recursive <use> element amplification

Kozea/CairoSVG 300K downloads/week has exponential denial of service via recursive element amplification in cairosvg/defs.py line 335. This causes CPU exhaustion from a small input...

7.5CVSS5.8AI score0.0049EPSS
SaveExploits2References4Affected Software1
GitLab Advisory Database
GitLab Advisory Database
•added 2025/12/04 12:00 a.m.•11 views

alexusmai laravel-file-manager is vulnerable to Directory Traversal via the unzip/extraction functionality

alexusmai laravel-file-manager 3.3.1 and below is vulnerable to Directory Traversal. The unzip/extraction functionality improperly allows archive contents to be written to arbitrary locations on the filesystem due to insufficient validation of extraction paths...

9.1CVSS7AI score0.00969EPSS
SaveExploits1References4Affected Software1
GitLab Advisory Database
GitLab Advisory Database
•added 2025/08/08 12:00 a.m.•11 views

ExecuTorch heap buffer overflow vulnerability

A heap buffer overflow vulnerability in the loading of ExecuTorch models can potentially result in code execution or other undesirable effects. This issue affects ExecuTorch prior to commit ede82493dae6d2d43f8c424e7be4721abe5242be...

9.8CVSS6.7AI score0.00669EPSS
SaveExploits0References4Affected Software1
GitLab Advisory Database
GitLab Advisory Database
•added 2025/08/08 12:00 a.m.•11 views

ExecuTorch out-of-bounds access vulnerability

An out-of-bounds access vulnerability in the loading of ExecuTorch models can cause the runtime to crash and potentially result in code execution or other undesirable effects. This issue affects ExecuTorch prior to commit fb03b6f85596a8f954d97929075335255b6a58d4...

9.8CVSS6.5AI score0.00598EPSS
SaveExploits0References5Affected Software1
GitLab Advisory Database
GitLab Advisory Database
•added 2025/02/04 12:00 a.m.•11 views

wasmvm: Malicious smart contract can slow down block production

CWA-2025-002 Severity Medium Moderate + Likely^1 Affected versions: - wasmvm = 2.2.0, = 2.1.0, = 2.0.0, 2.0.6 - wasmvm 1.5.8 Patched versions: - wasmvm 1.5.8, 2.0.6, 2.1.5, 2.2.2 Description of the bug The vulnerability can be used to slow down block production. The attack requires a malicious...

7AI score
SaveExploits0References9Affected Software1
GitLab Advisory Database
GitLab Advisory Database
•added 2024/02/03 12:00 a.m.•11 views

Etcd Gateway TLS endpoint validation only confirms TCP reachability

Vulnerability type Cryptography Workarounds Refer to the gateway documentation. The vulnerability was spotted due to unclear documentation of how the gateway handles endpoints validation. Detail Secure endpoint validation is performed by the etcd gateway start command when the --discovery-srv fla...

7.2AI score
SaveExploits0References2Affected Software1
GitLab Advisory Database
GitLab Advisory Database
•added 2022/11/21 12:00 a.m.•11 views

Leak in Aliyun KeySecret

Users of this library will be affected when using this library, the incoming secret will be disclosed unintentionally...

5.6CVSS5.9AI score0.00421EPSS
SaveExploits0References6Affected Software1
GitLab Advisory Database
GitLab Advisory Database
•added 2022/05/24 12:00 a.m.•11 views

Duplicate Advisory: Improper Neutralization of CRLF Sequences in dio

Duplicate advisory This advisory has been withdrawn because it is a duplicate of GHSA-9324-jv53-9cc8. This link is maintained to preserve external references. Original Description The dio package prior to 5.0.0 for Dart allows CRLF injection if the attacker controls the HTTP method string, a...

6.6AI score
SaveExploits0References6Affected Software1
GitLab Advisory Database
GitLab Advisory Database
•added 2022/05/14 12:00 a.m.•11 views

Active Record component in Ruby on Rails has a data-type injection vulnerability

The Active Record component in Ruby on Rails 2.3.x, 3.0.x, 3.1.x, and 3.2.x does not ensure that the declared data type of a database column is used during comparisons of input values to stored values in that column, which makes it easier for remote attackers to conduct data-type injection attack...

6.4CVSS5.5AI score0.01962EPSS
SaveExploits2References6Affected Software1
GitLab Advisory Database
GitLab Advisory Database
•added 2022/03/31 12:00 a.m.•11 views

Insecure Temporary File in SWHKD

SWHKD is a display protocol-independent hotkey daemon made in Rust. In SWHKD versions 1.1.5 and prior, SWHKD uses the /tmp/swhkd.pid pathname. As /tmp is accessible to all users, there can be an information leak or denial of service. No known workarounds exist. A patch is available on the 1.1.0...

7.8CVSS7.1AI score0.00514EPSS
SaveExploits1References6Affected Software1
GitLab Advisory Database
GitLab Advisory Database
•added 2021/08/25 12:00 a.m.•11 views

Data race in abox

Affected versions of this crate implements Send/Sync for AtomicBox without requiring T: Send/T: Sync. This allows to create data races to T: !Sync and send T: !Send to another thread. Such behavior breaks the compile-time thread safety guarantees of Rust, and allows users to incur undefined...

8.1CVSS7.1AI score0.00766EPSS
SaveExploits0References8Affected Software1
GitLab Advisory Database
GitLab Advisory Database
•added 2021/08/25 12:00 a.m.•11 views

Double free in algorithmica

An issue was discovered in the algorithmica crate through 2021-03-07 for Rust. In the affected versions of this crate, mergesort::merge wildly duplicates and drops ownership of T without guarding against double-free. Due to such implementation, simply invoking mergesort::merge on Vec can cause...

7.5CVSS7AI score0.00961EPSS
SaveExploits0References4Affected Software1
GitLab Advisory Database
GitLab Advisory Database
•added 2026/07/21 12:00 a.m.•10 views

Gitea: Git LFS object reuse allows non-Code access to authorize private source objects

A user with Code write access to one repository may be able to associate an existing Git LFS object from a private source repository with their target repository, even when they do not have Code access to the source repository that currently owns the LFS object. The issue appears to be caused by...

7.1CVSS7.7AI score0.00267EPSS
SaveExploits0References8Affected Software1
GitLab Advisory Database
GitLab Advisory Database
•added 2026/07/21 12:00 a.m.•10 views

Gitea: Local File Inclusion via file:// URI in Migration Restore

Gitea's restore-repo command processes release.yml files from a user-supplied archive. The DownloadURL field in each release attachment is passed to uri.Open without scheme validation. Because uri.Open supports the file:// scheme via os.Open, an operator-level attacker can plant a crafted...

4.4CVSS5.6AI score0.00365EPSS
SaveExploits0References3Affected Software1
GitLab Advisory Database
GitLab Advisory Database
•added 2026/07/17 12:00 a.m.•10 views

AngleSharp HTML5 Spec Compliance: mXSS via annotation-xml HTML Integration Point Bypass

The HTML specification requires that a MathML element with encoding="text/html" or encoding="application/xhtml+xml" is treated as an HTML integration point. Content inside it must be parsed as HTML, not MathML. AngleSharp does not implement this correctly. As a result, the parser produces a DOM...

6.9CVSS5.3AI score0.00246EPSS
SaveExploits0References4
GitLab Advisory Database
GitLab Advisory Database
•added 2025/11/25 12:00 a.m.•10 views

@actbase/react-native-devtools contains malware after npm account takeover

On November 24th 2025, a new supply chain attack called Shai-Hulud 2.0 was launched. This package contains the malicious code that attempts to harvest credentials and infect GitHub and npm repositories. The malicious software executes during the pre-install phase and attempts to harvest credentia...

7.1AI score
SaveExploits0References3Affected Software1
GitLab Advisory Database
GitLab Advisory Database
•added 2025/08/08 12:00 a.m.•10 views

ExecuTorch vulnerable to Heap-based Buffer Overflow

A group of related buffer overflow vulnerabilities in the loading of ExecuTorch models can cause the runtime to crash and potentially result in code execution or other undesirable effects. This issue affects ExecuTorch prior to commit cea9b23aa8ff78aff92829a466da97461cc7930c...

9.8CVSS6.7AI score0.00669EPSS
SaveExploits0References4Affected Software1
GitLab Advisory Database
GitLab Advisory Database
•added 2025/02/10 12:00 a.m.•10 views

Duplicate

This advisory duplicates another...

5.9AI score
SaveExploits0References3Affected Software1
GitLab Advisory Database
GitLab Advisory Database
•added 2024/02/03 12:00 a.m.•10 views

Etcd embed auto compaction retention negative value causing a compaction loop or a crash

Data Validation...

7.1AI score
SaveExploits0References3Affected Software1
GitLab Advisory Database
GitLab Advisory Database
•added 2022/04/15 12:00 a.m.•10 views

Exposure of Resource to Wrong Sphere in Simple-Wayland-HotKey-Daemon

SWHKD 1.1.5 allows arbitrary file-existence tests via the -c option...

3.3CVSS6AI score0.00446EPSS
SaveExploits1References6Affected Software1
GitLab Advisory Database
GitLab Advisory Database
•added 2022/04/08 12:00 a.m.•10 views

Unsafe parsing in SWHKD

SWHKD 1.1.5 allows unsafe parsing via the -c option. An information leak might occur but there is a simple denial of service memory exhaustion upon an attempt to parse a large or infinite file such as a block or character device...

5.3CVSS6.1AI score0.00842EPSS
SaveExploits0References6Affected Software1
GitLab Advisory Database
GitLab Advisory Database
•added 2022/03/31 12:00 a.m.•10 views

Data Loss/Denial of Service in SWHKD

SWHKD 1.1.5 unsafely uses the /tmp/swhks.pid pathname. There can be data loss or a denial of service. A patch is available on the 1.1.0 branch of the repository...

7.1CVSS7.1AI score0.005EPSS
SaveExploits1References5Affected Software1
GitLab Advisory Database
GitLab Advisory Database
•added 2021/08/25 12:00 a.m.•10 views

Use after free in actix-utils

An issue was discovered in the actix-utils crate before 2.0.0 for Rust. The Cell implementation allows obtaining more than one mutable reference to the same data...

9.1CVSS7.2AI score0.0141EPSS
SaveExploits1References6Affected Software1
GitLab Advisory Database
GitLab Advisory Database
•added 2019/01/07 12:00 a.m.•10 views

XML External Entity Reference in c3p0:c3p0

c3p0 allows XXE during initialization...

9.8CVSS7AI score0.03619EPSS
SaveExploits0References7
GitLab Advisory Database
GitLab Advisory Database
•added 2026/07/21 12:00 a.m.•9 views

Gitea: Cross-repository IDOR in issue-dependency removal lets an attacker tamper with and comment on private repos they cannot access

This is a cross-repository IDOR / broken access control issue. An attacker can tamper with issue-tracking state dependency relationships and inject an attacker-authored comment into a private repository they cannot otherwise read or write to, crossing a trust boundary the "add" path explicitly...

7.5CVSS5.4AI score0.00268EPSS
SaveExploits0References4Affected Software1
GitLab Advisory Database
GitLab Advisory Database
•added 2026/07/21 12:00 a.m.•9 views

Gitea: Private org member list leaked via /members API endpoint — incomplete fix for PR #38145

PR 38145 fixed ListPublicMembers and IsPublicMember but missed ListMembers. Any authenticated user can enumerate ALL members not just public ones of a private organization...

7.5CVSS5.3AI score0.00342EPSS
SaveExploits0References4Affected Software1
GitLab Advisory Database
GitLab Advisory Database
•added 2026/02/19 12:00 a.m.•9 views

Leaf-kit html escaping does not work on characters that are part of extended grapheme cluster

htmlEscaped in leaf-kit will only escape html special characters if the extended grapheme clusters match, which allows bypassing escaping by using an extended grapheme cluster containing both the special html character and some additional characters. In the case of html attributes, this can lead ...

6.1CVSS5.8AI score0.0023EPSS
SaveExploits1References4Affected Software1
GitLab Advisory Database
GitLab Advisory Database
•added 2026/01/08 12:00 a.m.•9 views

AWS SDK for Swift adopted defense in depth enhancement for region parameter value

CVSSv3.1 Rating: 3.7 LOW Summary This notification is related to the use of specific values for the region input field when calling AWS services. An actor with access to the environment in which the SDK is used could set the region input field to an invalid value. A defense-in-depth enhancement h...

6.7AI score
SaveExploits0References3Affected Software1
GitLab Advisory Database
GitLab Advisory Database
•added 2024/12/18 12:00 a.m.•9 views

rage vulnerable to malicious plugin names, recipients, or identities causing arbitrary binary execution

A plugin name containing a path separator may allow an attacker to execute an arbitrary binary...

6.1AI score
SaveExploits0References6Affected Software1
GitLab Advisory Database
GitLab Advisory Database
•added 2024/09/04 12:00 a.m.•9 views

Missing connection timeout in Aardvark-dns

A flaw was found in Aardvark-dns versions 1.12.0 and 1.12.1. They contain a denial of service vulnerability due to serial processing of TCP DNS queries. This flaw allows a malicious client to keep a TCP connection open indefinitely, causing other DNS queries to time out and resulting in a denial ...

7.5CVSS6.9AI score0.00765EPSS
SaveExploits1References9Affected Software1
GitLab Advisory Database
GitLab Advisory Database
•added 2024/03/28 12:00 a.m.•9 views

Serverpod improved security for stored password hashes

Serverpod now uses the OWASP recommended Argon2Id password hash algorithm to store password hashes for the email authentication module...

5.3CVSS5.9AI score0.00262EPSS
SaveExploits0References5Affected Software1
GitLab Advisory Database
GitLab Advisory Database
•added 2023/08/31 12:00 a.m.•9 views

Filename spoofing in archive

An issue in Archive v3.3.7 allows attackers to spoof zip filenames which can lead to inconsistent filename parsing...

7.8CVSS7.1AI score0.00321EPSS
SaveExploits1References8Affected Software1
GitLab Advisory Database
GitLab Advisory Database
•added 2022/04/15 12:00 a.m.•9 views

Exposure of Resource to Wrong Sphere in Simple-Wayland-HotKey-Daemon

SWHKD 1.1.5 consumes the keyboard events of unintended users. This could potentially cause an information leak, but is usually a denial of functionality...

4.4CVSS5.9AI score0.00444EPSS
SaveExploits1References5Affected Software1
GitLab Advisory Database
GitLab Advisory Database
•added 2022/01/06 12:00 a.m.•9 views

Out-of-bounds Write in actix-web

An issue was discovered in the actix-web crate before 0.7.19 for Rust. It can unsoundly coerce an immutable reference into a mutable reference, leading to memory corruption...

9.8CVSS7.8AI score0.01288EPSS
SaveExploits0References5Affected Software1
GitLab Advisory Database
GitLab Advisory Database
•added 2022/01/06 12:00 a.m.•9 views

Out-of-bounds Write in actix-web

An issue was discovered in the actix-web crate before 0.7.15 for Rust. It can unsoundly extend the lifetime of a string, leading to memory corruption...

9.8CVSS7.2AI score0.01288EPSS
SaveExploits0References5Affected Software1
GitLab Advisory Database
GitLab Advisory Database
•added 2026/08/17 12:00 a.m.•8 views

9Router: Authenticated Server-Side Request Forgery (SSRF) via OIDC Provider Test Endpoint

A Server-Side Request Forgery SSRF vulnerability exists in the 9Router dashboard via the /api/auth/oidc/test endpoint. The application accepts a user-controlled URL string through the issuerUrl parameter and performs an outbound HTTP request without validating if the destination IP belongs to a...

8.6CVSS5.5AI score0.00271EPSS
SaveExploits0References3Affected Software1
GitLab Advisory Database
GitLab Advisory Database
•added 2024/03/28 12:00 a.m.•8 views

Serverpod client accepts any certificate

This bug bypassed the validation of TSL certificates on all none web HTTP clients in the serverpodclient package. Making them susceptible to a man in the middle attack against encrypted traffic between the client device and the server. An attacker would need to be able to intercept the traffic an...

7.4CVSS5.9AI score0.00284EPSS
SaveExploits0References5Affected Software1
GitLab Advisory Database
GitLab Advisory Database
•added 2023/08/31 12:00 a.m.•8 views

Path traversal in Archive

An issue in Archive v3.3.7 allows attackers to execute a path traversal via extracting a crafted zip file...

7.8CVSS7.2AI score0.00341EPSS
SaveExploits1References8Affected Software1
GitLab Advisory Database
GitLab Advisory Database
•added 2022/06/16 12:00 a.m.•8 views

`Read` on uninitialized buffer in `fill_buf()` and `read_up_to()`

Affected versions of this crate passes an uninitialized buffer to a user-provided Read implementation. Arbitrary Read implementations can read from the uninitialized buffer memory exposure and also can return incorrect number of bytes written to the buffer. Reading from uninitialized memory...

6AI score
SaveExploits0References4Affected Software1
GitLab Advisory Database
GitLab Advisory Database
•added 2022/06/16 12:00 a.m.•8 views

abomonation transmutes &T to and from &[u8] without sufficient constraints

This transmute is at the core of the abomonation crates. It's so easy to use it to violate alignment requirements that no test in the crate's test suite passes under miri. The use of this transmute in serialization/deserialization also incorrectly assumes that the layout of a reprRust type is...

5.9AI score
SaveExploits0References4Affected Software1
GitLab Advisory Database
GitLab Advisory Database
•added 2021/08/25 12:00 a.m.•8 views

Multiple memory safety issues in actix-web

Affected versions contain multiple memory safety issues, such as: - Unsoundly coercing immutable references to mutable references - Unsoundly extending lifetimes of strings - Adding the Send marker trait to objects that cannot be safely sent between threads This may result in a variety of memory...

5.8AI score
SaveExploits0References3Affected Software1
GitLab Advisory Database
GitLab Advisory Database
•added 2021/08/25 12:00 a.m.•8 views

Update unsound DrainFilter and RString::retain

An issue was discovered in the abistable crate before 0.9.1 for Rust. DrainFilter lacks soundness because of a double drop...

7.5CVSS7.1AI score0.01413EPSS
SaveExploits1References4Affected Software1
GitLab Advisory Database
GitLab Advisory Database
•added 2019/04/23 12:00 a.m.•8 views

Improper Restriction of Recursive Entity References in DTDs ('XML Entity Expansion')

c3p0 version 0.9.5.4 may be exploited by a billion laughs attack when loading XML configuration due to missing protections against recursive entity expansion when loading configuration...

7.5CVSS9.4AI score0.04882EPSS
SaveExploits1References2
GitLab Advisory Database
GitLab Advisory Database
•added 2022/05/14 12:00 a.m.•5 views

Cross-Site Request Forgery (CSRF)

An issue was discovered in Auth0 auth0-aspnet and auth0-aspnet-owin. Affected packages do not use or validate the state parameter of the OAuth 2.0 and OpenID Connect protocols. This leaves applications vulnerable to CSRF attacks during authentication and authorization operations...

8.8CVSS8AI score0.00497EPSS
SaveExploits0References4Affected Software1
Total number of security vulnerabilities1544