Lucene search
+L

355 matches found

Cvelist
Cvelist
added 2022/09/26 1:55 p.m.28 views

CVE-2022-39245 Mist vulnerable to user providing a Sudo binary for authentication checks

Mist is the command-line interface for the makedeb Package Repository. Prior to version 0.9.5, a user-provided sudo binary via the PATH variable can allow a local user to run arbitrary commands on the user's system with root permissions. Versions 0.9.5 and later contain a patch. No known...

8.4CVSS8.6AI score0.00226EPSS
SaveExploits0References3
NVD
NVD
added 2022/08/03 8:15 p.m.15 views

CVE-2022-35928

AES Crypt is a file encryption software for multiple platforms. AES Crypt for Linux built using the source on GitHub and having the version number 3.11 has a vulnerability with respect to reading user-provided passwords and confirmations via command-line prompts. Passwords lengths were not checke...

8.4CVSS0.00164EPSS
SaveExploits0References2
Veracode
Veracode
added 2022/07/21 4:9 a.m.22 views

Cross-site Scripting (XSS)

markdown-it-decorate is vulnerable to cross-site scripting. An attacker is able to inject and execute malicious scripts via user-provided parameters...

7.3CVSS6.1AI score0.00584EPSS
SaveExploits1References2Affected Software1
Fedora
Fedora
added 2022/07/04 1:35 a.m.38 views

[SECURITY] Fedora 36 Update: golang-github-fernet-0-0.9.20200726giteff2850.fc36

Fernet takes a user-provided message an arbitrary sequence of bytes, a key 256 bits, and the current time, and produces a token, which contains the message in a form that can't be read or altered without the key...

9.3CVSS8.9AI score0.0995EPSS
SaveExploits4
Github Security Blog
Github Security Blog
added 2022/06/17 12:11 a.m.14 views

Deserialization functions pass uninitialized memory to user-provided Read

Affected versions of this crate passed an uninitialized buffer to a user-provided Read instance in: deserializebinary deserializestring deserializeextensionothers deserializestringprimitive This can result in safe Read implementations reading from the uninitialized buffer leading to undefined...

6.9AI score
SaveExploits0References3Affected Software1
Github Security Blog
Github Security Blog
added 2022/06/16 11:53 p.m.19 views

enum_map macro can cause UB when `Enum` trait is incorrectly implemented

Affected versions of this crate did not properly check the length of an enum when using enummap! macro, trusting user-provided length. When the LENGTH in the Enum trait does not match the array length in the EnumArray trait, this can result in the initialization of the enum map with uninitialized...

0.9AI score
SaveExploits0References6Affected Software1
Github Security Blog
Github Security Blog
added 2022/05/24 5:43 p.m.21 views

move_elements can double-free objects on panic

Affected versions of scratchpad used ptr::read to read elements while calling a user provided function f on them. Since the pointer read duplicates ownership, a panic inside the user provided f function could cause a double free when unwinding. The flaw was fixed in commit 891561bea by removing t...

9.8CVSS8.7AI score0.01364EPSS
SaveExploits0References5Affected Software1
OSV
OSV
added 2022/05/24 5:43 p.m.78 views

GHSA-3QM2-RFQW-FMRW move_elements can double-free objects on panic

Affected versions of scratchpad used ptr::read to read elements while calling a user provided function f on them. Since the pointer read duplicates ownership, a panic inside the user provided f function could cause a double free when unwinding. The flaw was fixed in commit 891561bea by removing t...

9.8CVSS9.2AI score0.01364EPSS
SaveExploits0References5
OSV
OSV
added 2022/05/24 5:41 p.m.149 views

GHSA-68P4-PJPF-XWCQ insert_slice_clone can double drop if Clone panics.

Affected versions of this crate used ptr::copy when inserting into the middle of a Vec. When ownership was temporarily duplicated during this copy, it calls the clone method of a user provided element. This issue can result in an element being double-freed if the clone call panics. Commit 20cb73d...

5.3CVSS5AI score0.01359EPSS
SaveExploits1References5
Prion
Prion
added 2022/05/16 3:15 p.m.27 views

Deserialization of untrusted data

JFrog Artifactory before 7.36.1 and 6.23.41, is vulnerable to Insecure Deserialization of untrusted data which can lead to DoS, Privilege Escalation and Remote Code Execution when a specially crafted request is sent by a low privileged authenticated user due to insufficient validation of a...

6.5CVSS8.7AI score0.01994EPSS
SaveExploits0References2Affected Software1
CNVD
CNVD
added 2022/05/08 12:0 a.m.18 views

Fortinet FortiNAC SQL Injection Vulnerability

Fortinet FortiNAC is a network access control solution from Fortinet, Inc. Fortinet FortiNAC versions 8.3.7 through 9.2.2 are vulnerable to SQL injection, a vulnerability that originates when user-provided data is not sufficiently cleaned and can be exploited to send ad-hoc requests to affected...

8.8CVSS4.6AI score0.008EPSS
SaveExploits0References1
Prion
Prion
added 2022/04/15 5:15 a.m.28 views

Sql injection

An issue was discovered in Asterisk through 19.x and Certified Asterisk through 16.8-cert13. The funcodbc module provides possibly inadequate escaping functionality for backslash characters in SQL queries, resulting in user-provided data creating a broken SQL query or possibly a SQL injection. Th...

7.5CVSS9.8AI score0.06976EPSS
SaveExploits0References5Affected Software3
Prion
Prion
added 2022/04/13 4:15 p.m.84 views

Input validation

In Python aka CPython up to 3.10.8, the mailcap module does not add escape characters into commands discovered in the system mailcap file. This may allow attackers to inject shell commands into applications that call mailcap.findmatch with untrusted input if they lack validation of user-provided...

8CVSS9.4AI score0.07017EPSS
SaveExploits1References29Affected Software2
Github Security Blog
Github Security Blog
added 2022/04/12 9:29 p.m.28 views

Denial of service

The use of String.toatom/1 in PowAssent is susceptible to denial of service attacks. In PowAssent.Phoenix.AuthorizationController a value is fetched from the user provided params, and String.toatom/1 is used to convert the binary value to an atom so it can be used to fetch the provider...

6.5CVSS2.4AI score0.01082EPSS
SaveExploits0References6Affected Software1
OSV
OSV
added 2022/04/12 9:29 p.m.24 views

GHSA-5653-437F-5HMC Denial of service

The use of String.toatom/1 in PowAssent is susceptible to denial of service attacks. In PowAssent.Phoenix.AuthorizationController a value is fetched from the user provided params, and String.toatom/1 is used to convert the binary value to an atom so it can be used to fetch the provider...

6.5CVSS5.8AI score0.01082EPSS
SaveExploits0References6
Github Security Blog
Github Security Blog
added 2022/04/04 9:25 p.m.549 views

Path Traversal: 'dir/../../filename' in moment.locale

Impact This vulnerability impacts npm server users of moment.js, especially if user provided locale string, eg fr is directly used to switch moment locale. Patches This problem is patched in 2.29.2, and the patch can be applied to all affected versions from 1.0.1 up until 2.29.1, inclusive...

7.5CVSS6.5AI score0.0552EPSS
SaveExploits0References12Affected Software2
Fedora
Fedora
added 2022/03/26 3:34 p.m.9 views

[SECURITY] Fedora 36 Update: librttopo-1.1.0-8.fc36

The RT Topology Library exposes an API to create and manage standard ISO 13249 aka SQL/MM topologies using user-provided data stores...

1.4AI score
SaveExploits0
PyPA
PyPA
added 2022/02/03 12:15 p.m.11 views

PYSEC-2022-76

Tensorflow is an Open Source Machine Learning Framework. The implementations of SparseCwise ops are vulnerable to integer overflows. These can be used to trigger large allocations so, OOM based denial of service or CHECK-fails when building new TensorShape objects so, assert failures based denial...

6.5CVSS6.9AI score0.01097EPSS
SaveExploits1References5Affected Software1
Prion
Prion
added 2022/02/03 12:15 p.m.15 views

Integer overflow

Tensorflow is an Open Source Machine Learning Framework. The implementation of AddManySparseToTensorsMap is vulnerable to an integer overflow which results in a CHECK-fail when building new TensorShape objects so, an assert failure based denial of service. We are missing some validation on the...

4CVSS6.7AI score0.008EPSS
SaveExploits1References4Affected Software1
Cvelist
Cvelist
added 2022/02/03 11:52 a.m.28 views

CVE-2022-23567 Integer overflows in Tensorflow

Tensorflow is an Open Source Machine Learning Framework. The implementations of SparseCwise ops are vulnerable to integer overflows. These can be used to trigger large allocations so, OOM based denial of service or CHECK-fails when building new TensorShape objects so, assert failures based denial...

6.5CVSS6.6AI score0.01097EPSS
SaveExploits1References5
Rows per page
Query Builder