Lucene search
+L

354 matches found

Github Security Blog
Github Security Blog
added 2020/03/24 3:7 p.m.83 views

Malicious package may avoid detection in python auditing

Python Auditing Vulnerability Demonstrates how a malicious package can insert a load-time poison pill to avoid detection by tools like Safety. Tools that are designed to find vulnerable packages can not ever run in the same python environment that they are trying to protect. Usage Install safety,...

5CVSS1.5AI score0.00366EPSS
SaveExploits0References7Affected Software1
OSV
OSV
added 2020/01/08 12:0 p.m.42 views

RUSTSEC-2020-0046 bespoke Cell implementation allows obtaining several mutable references to the same data

The custom implementation of a Cell primitive in the affected versions of this crate does not keep track of mutable references to the underlying data. This allows obtaining several mutable references to the same object which may result in arbitrary memory corruption, most likely use-after-free. T...

5.5CVSS5.4AI score0.00374EPSS
SaveExploits1References3
OSV
OSV
added 2020/01/08 12:0 p.m.66 views

RUSTSEC-2020-0045 bespoke Cell implementation allows obtaining several mutable references to the same data

The custom implementation of a Cell primitive in the affected versions of this crate does not keep track of mutable references to the underlying data. This allows obtaining several mutable references to the same object which may result in arbitrary memory corruption, most likely use-after-free. T...

9.1CVSS9.1AI score0.0141EPSS
SaveExploits1References3
RustSec
RustSec
added 2020/01/08 12:0 p.m.30 views

bespoke Cell implementation allows obtaining several mutable references to the same data

The custom implementation of a Cell primitive in the affected versions of this crate does not keep track of mutable references to the underlying data. This allows obtaining several mutable references to the same object which may result in arbitrary memory corruption, most likely use-after-free. T...

5.5CVSS3.5AI score0.00374EPSS
SaveExploits1Affected Software1
RustSec
RustSec
added 2020/01/08 12:0 p.m.24 views

bespoke Cell implementation allows obtaining several mutable references to the same data

The custom implementation of a Cell primitive in the affected versions of this crate does not keep track of mutable references to the underlying data. This allows obtaining several mutable references to the same object which may result in arbitrary memory corruption, most likely use-after-free. T...

9.1CVSS3.5AI score0.0141EPSS
SaveExploits1Affected Software1
OSV
OSV
added 2019/12/17 2:15 p.m.9 views

CVE-2019-18824

Barco ClickShare Button R9861500D01 devices before 1.10.0.13 have Missing Support for Integrity Check. The ClickShare Button does not verify the integrity of the mutable content on the UBIFS partition before being used...

6.6CVSS6.7AI score0.00336EPSS
SaveExploits1References4
NVD
NVD
added 2019/11/07 6:15 p.m.32 views

CVE-2012-0051

Tahoe-LAFS 1.9.0 fails to ensure integrity which allows remote attackers to corrupt mutable files or directories upon retrieval...

7.4CVSS7.4AI score0.01728EPSS
SaveExploits1References6
OSV
OSV
added 2019/11/07 6:15 p.m.5 views

PYSEC-2019-253

Tahoe-LAFS 1.9.0 fails to ensure integrity which allows remote attackers to corrupt mutable files or directories upon retrieval...

7.4CVSS7.1AI score0.01728EPSS
SaveExploits1References14
UbuntuCve
UbuntuCve
added 2019/11/07 6:15 p.m.27 views

CVE-2012-0051

Tahoe-LAFS 1.9.0 fails to ensure integrity which allows remote attackers to corrupt mutable files or directories upon retrieval...

7.4CVSS7.1AI score0.01728EPSS
SaveExploits1References1
Cvelist
Cvelist
added 2019/11/07 5:23 p.m.41 views

CVE-2012-0051

Tahoe-LAFS 1.9.0 fails to ensure integrity which allows remote attackers to corrupt mutable files or directories upon retrieval...

7.5AI score0.01728EPSS
SaveExploits1References6
OSV
OSV
added 2019/09/02 12:0 p.m.65 views

RUSTSEC-2019-0018 Internally mutating methods take immutable ref self

Affected versions of this crate exposed several methods which took self by immutable reference, despite the requesting the RenderDoc API to set a mutable value internally. This is technically unsound and calling these methods from multiple threads without synchronization could lead to unexpected...

9.8CVSS9.3AI score0.01796EPSS
SaveExploits0References3
Veracode
Veracode
added 2019/05/02 4:56 a.m.27 views

Authorization Bypass

java is vulnerable to authorization bypass. The vulnerability exists as CanonicalizerBase.java allows untrusted code to access mutable byte arrays...

5CVSS5.4AI score0.03779EPSS
SaveExploits0References33Affected Software3
Hacker One
Hacker One
added 2018/11/30 12:23 a.m.53 views

Liberapay: Import of repositories from GitHub is tied to username instead of immutable ID

When a user verifies a Github account at /edit/elsewhere the final result is a Github username tied to a Liberapay account. The issue is Github usernames are mutable. Consider the scenario. 1. I create an account called ed-liberapay something likely to be claimed in the future 2. Verify that I ow...

1AI score
SaveExploits0
OSV
OSV
added 2018/06/08 12:0 p.m.28 views

RUSTSEC-2018-0019 Multiple memory safety issues

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...

9.8CVSS9.7AI score0.01324EPSS
SaveExploits0References3
RustSec
RustSec
added 2018/06/08 12:0 p.m.22 views

Multiple memory safety issues

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...

9.8CVSS2AI score0.01324EPSS
SaveExploits0Affected Software1
Veracode
Veracode
added 2017/02/08 5:58 a.m.17 views

Malicious Code Vulnerability Due To Allowing Access To Mutable Objects

gateway is vulnerable to a malicious code vulnerability. The vulnerability exists because it is allowing access to mutable objects by not using final keyword appropriately in the code...

6.8AI score
SaveExploits0
Jake Archibald's Blog
Jake Archibald's Blog
added 2016/04/27 5:1 p.m.14 views

Caching best practices & max-age gotchas

Getting caching right yields huge performance benefits, saves bandwidth, and reduces server costs, but many sites half-arse their caching, creating race conditions resulting in interdependent resources getting out of sync. The vast majority of best-practice caching falls into one of two patterns:...

6.5AI score
SaveExploits0
RedHat Linux
RedHat Linux
added 2014/07/29 3:40 p.m.9 views

OpenJDK: XML canonicalizer mutable strings passed to untrusted code (Security, 8026417)

Unspecified vulnerability in Oracle Java SE 6u65 and 7u45, Java SE Embedded 7u45, and OpenJDK 7 allows remote attackers to affect integrity via unknown vectors related to Security. NOTE: the previous information is from the January 2014 CPU. Oracle has not commented on third-party claims that...

5CVSS6.5AI score0.03779EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2014/06/10 1:7 p.m.9 views

OpenJDK: XML canonicalizer mutable strings passed to untrusted code (Security, 8026417)

Unspecified vulnerability in Oracle Java SE 6u65 and 7u45, Java SE Embedded 7u45, and OpenJDK 7 allows remote attackers to affect integrity via unknown vectors related to Security. NOTE: the previous information is from the January 2014 CPU. Oracle has not commented on third-party claims that...

5CVSS6.5AI score0.03779EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2014/04/17 11:30 a.m.6 views

OpenJDK: XML canonicalizer mutable strings passed to untrusted code (Security, 8026417)

Unspecified vulnerability in Oracle Java SE 6u65 and 7u45, Java SE Embedded 7u45, and OpenJDK 7 allows remote attackers to affect integrity via unknown vectors related to Security. NOTE: the previous information is from the January 2014 CPU. Oracle has not commented on third-party claims that...

5CVSS6.5AI score0.03779EPSS
SaveExploits0References5
Rows per page
Query Builder