Lucene search
+L

1496 matches found

OSV
OSV
added 2021/08/25 8:48 p.m.95 views

GHSA-36XW-HGFV-JWM7 Multiple security issues including data race, buffer overflow, and uninitialized memory drop in arr

arr crate contains multiple security issues. Specifically, 1. It incorrectly implements Sync/Send bounds, which allows to smuggle non-Sync/Send types across the thread boundary. 2. Index and IndexMut implementation does not check the array bound. 3. Array::newfromtemplate drops uninitialized memo...

9.8CVSS6.7AI score0.01515EPSS
SaveExploits0References4
OSV
OSV
added 2021/08/25 8:47 p.m.20 views

GHSA-M3WW-7HRP-GW9W Drop of uninitialized memory in Ozone

An issue was discovered in the ozone crate through version 0.1.0 for Rust. Memory safety is violated because of the dropping of uninitialized memory...

9.8CVSS9.5AI score0.01515EPSS
SaveExploits0References3
OSV
OSV
added 2021/08/20 8:32 a.m.3 views

SUSE-SU-2021:2796-1 Security update for djvulibre

This update for djvulibre fixes the following issues: - CVE-2021-3630: out-of-bounds write in DJVU:DjVuTXT:decode in DjVuText.cpp bsc1187869...

5.5CVSS5.7AI score0.01055EPSS
SaveExploits0References3
Citrix
Citrix
added 2021/08/17 12:0 a.m.10 views

SDWAN Center: Getting "An internal error has occurred" while trying to fetch Virtual path details using the NITRO API Command

...

7.2AI score
SaveExploits0
OSV
OSV
added 2021/08/08 6:15 a.m.8 views

CVE-2021-38195

An issue was discovered in the libsecp256k1 crate before 0.5.0 for Rust. It can verify an invalid signature because it allows the R or S parameter to be larger than the curve order, aka an overflow...

9.8CVSS6.7AI score
SaveExploits0References2
Veracode
Veracode
added 2021/07/24 4:8 a.m.2 views

Denial Of Service

chromium is vulnerable to denial of service. When the candidate has been publicized, the details for this candidate will be provided...

4.3CVSS6.5AI score0.01517EPSS
SaveExploits0References9Affected Software2
Citrix
Citrix
added 2021/07/21 12:0 a.m.6 views

StoreFront 1912 LTSR - Unable to add favorites

Cannot add app. Getting error when adding the apps/desktop to favorites...

7.1AI score
SaveExploits0
OSV
OSV
added 2021/07/14 12:0 a.m.2 views

OSV-2021-990 Heap-use-after-free in uhci_handle_td

OSS-Fuzz report: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=36117 Crash type: Heap-use-after-free READ 8 Crash state: uhcihandletd uhciprocessframe uhciframetimer...

7.2AI score
SaveExploits0References1
OSV
OSV
added 2021/07/12 6:25 a.m.4 views

OPENSUSE-SU-2021:2292-1 Security update for dbus-1

This update for dbus-1 fixes the following issues: - CVE-2020-35512: Fixed a use-after-free or potential undefined behaviour caused by shared UID's bsc1187105...

7.8CVSS7.6AI score0.00331EPSS
SaveExploits0References3
OSV
OSV
added 2021/07/05 10:15 a.m.8 views

CVE-2021-33192

A vulnerability in the HTML pages of Apache Jena Fuseki allows an attacker to execute arbitrary javascript on certain page views. This issue affects Apache Jena Fuseki from version 2.0.0 to version 4.0.0 inclusive...

6.1CVSS6.5AI score
SaveExploits0References1
OSV
OSV
added 2021/06/30 12:2 a.m.7 views

UVI-2021-1000873 drm: Lock pointer access in drm_master_release()

drm: Lock pointer access in drmmasterrelease This is an automated ID intended to aid in discovery of potential security vulnerabilities. The actual impact and attack plausibility have not yet been proven. This ID is fixed in Linux Kernel version v4.19.195 by commit...

7.2AI score
SaveExploits0
OSV
OSV
added 2021/05/31 3:39 p.m.11 views

UVI-2021-1000110 virtiofs: fix memory leak in virtio_fs_probe()

virtiofs: fix memory leak in virtiofsprobe This is an automated ID intended to aid in discovery of potential security vulnerabilities. The actual impact and attack plausibility have not yet been proven. This ID is fixed in Linux Kernel version v5.11.20 by commit...

7.2AI score
SaveExploits0
Github Security Blog
Github Security Blog
added 2021/05/18 3:30 p.m.44 views

Kubernetes kubectl cp Vulnerable to Symlink Attack

The Kubernetes kubectl cp command in versions 1.1-1.12, and versions prior to 1.13.11, 1.14.7, and 1.15.4 allows a combination of two symlinks provided by tar output of a malicious container to place a file outside of the destination directory specified in the kubectl cp invocation. This could be...

5.7CVSS6.4AI score0.0262EPSS
SaveExploits0References5Affected Software1
CNVD
CNVD
added 2021/05/13 12:0 a.m.9 views

JetBrains TeamCity Plugin Changed Permission Check Implementation Error Vulnerability

TeamCity is a Java-based build management and continuous integration server from JetBrains. A vulnerability exists in JetBrains TeamCity versions prior to 2020.2.2 in the implementation error of permission checking for plugin changes. No detailed vulnerability details are provided at this time...

5.3CVSS6.6AI score0.00883EPSS
SaveExploits0References1
OSV
OSV
added 2021/05/12 3:15 p.m.20 views

CVE-2021-32607

An issue was discovered in Smartstore aka SmartStoreNET through 4.1.1. Views/PrivateMessages/View.cshtml does not call HtmlUtils.SanitizeHtml on a private message...

9.8CVSS6.8AI score
SaveExploits0References2
OSV
OSV
added 2021/04/28 3:15 a.m.31 views

CVE-2020-36326

PHPMailer 6.1.8 through 6.4.0 allows object injection through Phar Deserialization via addAttachment with a UNC pathname. NOTE: this is similar to CVE-2018-19296, but arose because 6.1.8 fixed a functionality problem in which UNC pathnames were always considered unreadable by PHPMailer, even in...

9.8CVSS7AI score
SaveExploits0References3
OSV
OSV
added 2021/03/28 12:0 a.m.2 views

OSV-2021-570 Uncaught exception in com.fasterxml.jackson.databind.deser.std.BaseNodeDeserializer.deserializeObject

OSS-Fuzz report: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=32554 Crash type: Uncaught exception Crash state: com.fasterxml.jackson.databind.deser.std.BaseNodeDeserializer.deserializeObject java.base/java.lang.invoke.MethodHandleNatives.refKindIsField...

7.2AI score
SaveExploits0References1
Citrix
Citrix
added 2021/03/23 12:0 a.m.12 views

Unable to type the left bracket "[" in published desktop via Workspace app for HTML5

Users cannot type left square bracket "" in published desktop Accessing published desktop via Workspace app for HTML5 through Mozilla Firefox...

7.2AI score
SaveExploits0
Citrix
Citrix
added 2021/03/23 12:0 a.m.10 views

Published Application Launch Hangs at "Connection established. Negotiating capabilities"

Published application hangs at "Connection established. Negotiating capabilities" for about 30 sec before successful launch...

7.2AI score
SaveExploits0
WPVulnDB
WPVulnDB
added 2021/03/16 12:0 a.m.22 views

wpDataTables < 3.4.2 - Improper Access Control leading to Table Data Deletion

The plugin has Improper Access Control. A low privilege authenticated user that visits the page where the table is published can tamper the parameters to delete the data of another user that are present in the same table through idkey and idval parameters. By exploiting this issue an attacker is...

5.5CVSS4.1AI score0.0147EPSS
SaveExploits0References2Affected Software1
Rows per page
Query Builder