Lucene search
+L

74 matches found

Github Security Blog
Github Security Blog
added 2024/04/05 3:0 p.m.30 views

cassandra-rs's non-idiomatic use of iterators leads to use after free

Impact Code that attempts to use an item e.g., a row returned by an iterator after the iterator has advanced to the next item will be accessing freed memory and experience undefined behaviour. Code that uses the item and then advances the iterator is unaffected. This problem has always existed...

7.5CVSS7.5AI score0.00817EPSS
SaveExploits0References5Affected Software1
OSV
OSV
added 2024/04/05 3:0 p.m.18 views

GHSA-X9XC-63HG-VCFQ cassandra-rs's non-idiomatic use of iterators leads to use after free

Impact Code that attempts to use an item e.g., a row returned by an iterator after the iterator has advanced to the next item will be accessing freed memory and experience undefined behaviour. Code that uses the item and then advances the iterator is unaffected. This problem has always existed...

7.5CVSS7.5AI score0.00817EPSS
SaveExploits0References5
OSV
OSV
added 2022/06/20 8:25 p.m.11 views

MAL-2022-5194 Malicious code in paging-no-iterators (npm)

--- -= Per source details. Do not edit below this line.=- Source: ghsa-malware e3eae428e53762c38a1d877c0c449ef27da77ba57941e7c6bb72b9769d54fe81 Any computer that has this package installed or running should be considered fully compromised. All secrets and keys stored on that computer should be...

7AI score
SaveExploits0References1
OSSF Malicious Packages
OSSF Malicious Packages
added 2022/06/20 8:25 p.m.3 views

Malicious code in paging-no-iterators (npm)

--- -= Per source details. Do not edit below this line.=- Source: ghsa-malware e3eae428e53762c38a1d877c0c449ef27da77ba57941e7c6bb72b9769d54fe81 Any computer that has this package installed or running should be considered fully compromised. All secrets and keys stored on that computer should be...

6.9AI score
SaveExploits0References1
vulnersOsv
vulnersOsv
added 2022/05/17 4:20 a.m.10 views

com.twitter.ambrose:ambrose-hive (>=0.2.6 <=0.3.0), org.securegraph:securegraph-accumulo (>=0.5.0 <=0.8.1) +5 more potentially affected by CVE-2014-3627 via org.apache.hadoop:hadoop-client (>=0.23.10 <=0.23.9)

org.apache.hadoop:hadoop-client MAVEN version =0.23.10, =0.2.6, =0.5.0, =0.5.0, =0.5.0, =0.6.0, =0.5.0, =0.5.0, =0.8.1 Source cves: CVE-2014-3627 Source advisory: OSV:GHSA-JPMF-8CJ2-595G...

5CVSS7.2AI score0.03003EPSS
SaveExploits0
vulnersOsv
vulnersOsv
added 2022/05/17 2:53 a.m.7 views

org.apache.hadoop:hadoop-client (=0.23.10), org.apache.hama:hama-yarn (>=0.5.0 <=0.6.2) +6 more potentially affected by CVE-2014-0229 via org.apache.hadoop:hadoop-common (>=0.23.1 <=0.23.10)

org.apache.hadoop:hadoop-common MAVEN version =0.23.1, =0.5.0, =0.5.0, =0.5.0, =0.5.0, =0.6.0, =0.5.0, =0.5.0, =0.8.1 Source cves: CVE-2014-0229 Source advisory: OSV:GHSA-9R7G-325H-MXRM...

6.5CVSS6.7AI score0.01591EPSS
SaveExploits0
NVD
NVD
added 2021/12/26 10:15 p.m.19 views

CVE-2021-45720

An issue was discovered in the lru crate before 0.7.1 for Rust. The iterators have a use-after-free, as demonstrated by an access after a pop operation...

7.5CVSS0.0118EPSS
SaveExploits1References2
UbuntuCve
UbuntuCve
added 2021/12/26 10:15 p.m.25 views

CVE-2021-45720

An issue was discovered in the lru crate before 0.7.1 for Rust. The iterators have a use-after-free, as demonstrated by an access after a pop operation...

7.5CVSS7.1AI score0.0118EPSS
SaveExploits1References3
Cvelist
Cvelist
added 2021/12/26 9:45 p.m.23 views

CVE-2021-45720

An issue was discovered in the lru crate before 0.7.1 for Rust. The iterators have a use-after-free, as demonstrated by an access after a pop operation...

7.7AI score0.0118EPSS
SaveExploits1References2
OSV
OSV
added 2021/10/19 4:32 p.m.16 views

UVI-2021-1001702 io_uring: allow conditional reschedule for intensive iterators

iouring: allow conditional reschedule for intensive iterators 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.14.11 by commit...

7.2AI score
SaveExploits0
OSV
OSV
added 2021/10/19 4:32 p.m.14 views

GSD-2021-1001702 io_uring: allow conditional reschedule for intensive iterators

iouring: allow conditional reschedule for intensive iterators 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.14.11 by commit...

7.2AI score
SaveExploits0
Positive Technologies
Positive Technologies
added 2021/02/19 12:0 a.m.6 views

PT-2021-18552 · Unknown · Stackvector

Name of the Vulnerable Software and Affected Versions: stackvector crate through 2021-02-19 Description: The issue is related to an out-of-bounds write in StackVec::extend when size hint provides certain anomalous data. Specifically, if the size hint implementation returns a lower bound that is...

7.5CVSS7.1AI score0.01025EPSS
SaveExploits1References14
Wallarm Lab
Wallarm Lab
added 2018/06/08 7:22 p.m.61 views

TensorFlow Dataset API for increasing training speed of neural networks

by M.Salnikov, Wallarm Research Wallarm AI engine is the heart of our security solution. Two key parameters of our AI engine efficiency are how fast neural networks can be train to reflect the updated training sets and how much compute power need to be dedicated to the training on the on-going...

0.1AI score
SaveExploits0
Jake Archibald's Blog
Jake Archibald's Blog
added 2017/04/18 3:25 p.m.13 views

Async iterators and generators

Streaming fetches are supported in Chrome, Edge, and Safari, and they look a little like this: async function getResponseSizeurl const response = await fetchurl; const reader = response.body.getReader; let total = 0; while true const done, value = await reader.read; if done return total; total +=...

7.1AI score
SaveExploits0
Jake Archibald's Blog
Jake Archibald's Blog
added 2017/04/18 3:25 p.m.20 views

Async iterators and generators

Streaming fetches are supported in Chrome, Edge, and Safari, and they look a little like this: async function getResponseSizeurl const response = await fetchurl; const reader = response.body.getReader; let total = 0; while true const done, value = await reader.read; if done return total; total +=...

7.1AI score
SaveExploits0
BDU FSTEC
BDU FSTEC
added 2016/07/06 12:0 a.m.8 views

Vulnerabilities in PHP software allow attackers to compromise the confidentiality, integrity, and accessibility of protected information.

The use of this component in ext/spl/spldllist.c after its release allows attackers to trigger service failures or exert other effects on the system, by using specially crafted iterators for applications in certain web hosting environments...

4.6CVSS7.5AI score0.0071EPSS
SaveExploits0References3Affected Software1
Kitploit
Kitploit
added 2015/09/09 8:43 p.m.30 views

Wfuzz - The Web Application Bruteforcer

Wfuzz is a tool designed for bruteforcing Web Applications, it can be used for finding resources not linked directories, servlets, scripts, etc, bruteforce GET and POST parameters for checking different kind of injections SQL, XSS, LDAP,etc, bruteforce Forms parameters User/Password, Fuzzing,etc...

7.7AI score
SaveExploits0References1
Tenable Nessus
Tenable Nessus
added 2015/03/26 12:0 a.m.250 views

Debian DLA-67-1 : php5 security update

CVE-2014-3538 It was discovered that the original fix for CVE-2013-7345 did not sufficiently address the problem. A remote attacker could still cause a denial of service CPU consumption via a specially crafted input file that triggers backtracking during processing of an awk regular expression...

6.8CVSS7.3AI score0.20237EPSS
SaveExploits3References5
RedHat Linux
RedHat Linux
added 2014/10/30 7:45 p.m.6 views

php: SPL Iterators use-after-free

A use-after-free flaw was found in the way PHP handled certain Standard PHP Library SPL Iterators. A malicious script author could possibly use this flaw to disclose certain portions of server memory...

4.6CVSS7.1AI score0.0071EPSS
SaveExploits0References4
RedHat Linux
RedHat Linux
added 2014/10/30 7:45 p.m.13 views

php: SPL Iterators use-after-free

A use-after-free flaw was found in the way PHP handled certain Standard PHP Library SPL Iterators. A malicious script author could possibly use this flaw to disclose certain portions of server memory...

4.6CVSS7.1AI score0.0071EPSS
SaveExploits0References4
Rows per page
Query Builder