Lucene search
+L

11906 matches found

Positive Technologies
Positive Technologies
added 2022/09/17 12:00 a.m.9 views

PT-2022-33969 · Linux · Linux Kernel

Name of the Vulnerable Software and Affected Versions: Linux Kernel versions prior to v5.10.142 Description: The issue concerns an array out of bounds access in the gpio-fan component of the Linux Kernel's hwmon subsystem. The actual impact and potential for attack have not been proven yet...

7.3AI score
SaveExploits0References1
OSV
OSV
added 2022/09/16 11:45 p.m.12 views

GSD-2022-1005281 bpf: fix potential 32-bit overflow when accessing ARRAY map element

bpf: fix potential 32-bit overflow when accessing ARRAY map element 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.19.2 by commit...

7.5AI score
SaveExploits0
OSV
OSV
added 2022/09/16 11:22 p.m.14 views

GSD-2022-1004969 hwmon: (gpio-fan) Fix array out of bounds access

hwmon: gpio-fan Fix array out of bounds access 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.19.8 by commit...

7.2AI score
SaveExploits0
ATTACKERKB
ATTACKERKB
added 2022/09/16 6:15 a.m.5 views

CVE-2022-25690

Information disclosure in WLAN due to improper validation of array index while parsing crafted ANQP action frames in Snapdragon Auto, Snapdragon Compute, Snapdragon Connectivity, Snapdragon Consumer Electronics Connectivity, Snapdragon Consumer IOT, Snapdragon Industrial IOT, Snapdragon Mobile,...

7.5CVSS7.1AI score0.00391EPSS
SaveExploits0References2
NVD
NVD
added 2022/09/16 6:15 a.m.21 views

CVE-2022-25690

Information disclosure in WLAN due to improper validation of array index while parsing crafted ANQP action frames in Snapdragon Auto, Snapdragon Compute, Snapdragon Connectivity, Snapdragon Consumer Electronics Connectivity, Snapdragon Consumer IOT, Snapdragon Industrial IOT, Snapdragon Mobile,...

7.5CVSS0.00391EPSS
SaveExploits0References1
CVE
CVE
added 2022/09/16 5:25 a.m.89 views

CVE-2022-25690

CVE-2022-25690 corresponds to information disclosure in Qualcomm’s WLAN stack due to improper validation of array indices while parsing crafted ANQP action frames. The connected PT-2022-4878 entry details Qualcomm Snapdragon family components (Snapdragon Auto, Compute, Connectivity, and various S...

7.5CVSS7.5AI score0.00391EPSS
SaveExploits0References1Affected Software1
Positive Technologies
Positive Technologies
added 2022/09/16 12:00 a.m.5 views

PT-2022-33227 · Linux · Linux Kernel

Name of the Vulnerable Software and Affected Versions: Linux Kernel versions prior to v5.19.8 Description: The issue concerns an array out of bounds access in the gpio-fan component of the Linux Kernel. This problem was introduced in version v4.1 and is fixed in version v5.19.8. The actual impact...

7.2AI score
SaveExploits0References1
ATTACKERKB
ATTACKERKB
added 2022/09/13 8:15 p.m.10 views

CVE-2022-20385

a function called 'nlaparse', do not check the len of para, it will check nlatype which can be controlled by userspace with 'maxtype' in this case, it is GSCANMAX, then it access polciy array 'policytype', which OOB access happens.Product: AndroidVersions: Android SoCAndroid ID: A-238379819...

9.8CVSS5.8AI score0.00381EPSS
SaveExploits0References2
Prion
Prion
added 2022/09/13 8:15 p.m.21 views

Design/Logic Flaw

a function called 'nlaparse', do not check the len of para, it will check nlatype which can be controlled by userspace with 'maxtype' in this case, it is GSCANMAX, then it access polciy array 'policytype', which OOB access happens.Product: AndroidVersions: Android SoCAndroid ID: A-238379819...

7.5CVSS9AI score0.00381EPSS
SaveExploits0References1
UbuntuCve
UbuntuCve
added 2022/09/13 8:15 p.m.44 views

CVE-2022-20385

a function called 'nlaparse', do not check the len of para, it will check nlatype which can be controlled by userspace with 'maxtype' in this case, it is GSCANMAX, then it access polciy array 'policytype', which OOB access happens.Product: AndroidVersions: Android SoCAndroid ID: A-238379819...

9.8CVSS7.2AI score0.00381EPSS
SaveExploits0References2
Code423n4
Code423n4
added 2022/09/12 12:00 a.m.22 views

Deniel of service with block gas limit.

Lines of code Vulnerability details Impact An array of unknown size can lead to Deniel of service with block gas limit. Proof of Concept When smart contracts are deployed or functions inside them are called, the execution of these actions always requires a certain amount of gas, based of how much...

7AI score
SaveExploits0
OSV
OSV
added 2022/09/09 11:05 a.m.8 views

OESA-2022-1909 sqlite security update

SQLite is a C-language library that implements a small, fast, self-contained,high-reliability, full-featured, SQL database engine. SQLite is the most used database engine in the world. SQLite is built into all mobile phones and most computers and comes bundled inside countless other applications...

7.5CVSS7.7AI score0.21454EPSS
SaveExploits2References2
Code423n4
Code423n4
added 2022/09/08 12:00 a.m.10 views

Lack of input array length check in UNSAFE_swapExactTokensForTokens() could lock user's funds

Lines of code Vulnerability details Impact In case the amounts and routes array do not match in length by mistake: the swap might fail the swap could stop early during the swap path user funds could be locked forever in some situations Proof of Concept src/Swap/BaseV1-periphery.sol function...

6.7AI score
SaveExploits0
Code423n4
Code423n4
added 2022/09/08 12:00 a.m.11 views

Unbounded loop in BaseV1-core.sol could lead to a griefing/DOS attack

Lines of code Vulnerability details Denial Of Service Attack Denial-of-service attacks: Attacks that cause DoS are called DoS attacks. The purpose is to disable the computer or network from providing normal service. Description: As this array can grow quite large, the transaction’s gas cost could...

6.7AI score
SaveExploits0
Code423n4
Code423n4
added 2022/09/08 12:00 a.m.13 views

Unbounded loop on array can lead to DoS

Lines of code Vulnerability details Description: As this array can grow quite large, the transaction’s gas cost could exceed the block gas limit and make it impossible to call this function at all Actual Codes used: src/Swap/BaseV1-core.sol:96: observations.pushObservationblock.timestamp, 0, 0,0;...

6.7AI score
SaveExploits0
Code423n4
Code423n4
added 2022/09/08 12:00 a.m.22 views

Unbounded loop on array can lead to DoS

Lines of code Vulnerability details Description: As this array can grow quite large, the transaction’s gas cost could exceed the block gas limit and make it impossible to call this function at all a push exist but there's no pop in the solution, that means it will continuously only push which wil...

6.7AI score
SaveExploits0
BDU FSTEC
BDU FSTEC
added 2022/09/07 12:00 a.m.19 views

The vulnerability of Firefox browser, related to insufficient validation of input data, allows attackers to circumvent security restrictions.

The vulnerability of Firefox browsers is related to insufficient validation of input data when processing values of array elements. Exploiting this vulnerability can allow a remote attacker to bypass security restrictions...

5CVSS6.8AI score0.00423EPSS
SaveExploits0References9Affected Software3
Veracode
Veracode
added 2022/09/02 12:53 p.m.19 views

Denial Of Service (DoS)

radare2 is vulnerable to denial of service. The vulnerability exists due to an off-by-one overflow flaw caused by mismatched array length in corejava.c which allows an attacker to crash the application via malicious input...

7.5CVSS7.2AI score0.01064EPSS
SaveExploits1References3Affected Software1
ATTACKERKB
ATTACKERKB
added 2022/09/02 12:15 p.m.10 views

CVE-2022-22099

Memory corruption in multimedia due to improper validation of array index in Snapdragon Auto...

8.4CVSS7.1AI score0.0012EPSS
SaveExploits0References2
NVD
NVD
added 2022/09/02 12:15 p.m.32 views

CVE-2022-22099

Memory corruption in multimedia due to improper validation of array index in Snapdragon Auto...

8.4CVSS0.0012EPSS
SaveExploits0References1
Rows per page
Query Builder