Lucene search
+L

2449 matches found

BDU FSTEC
BDU FSTEC
added 2023/09/08 12:0 a.m.9 views

The vulnerability of the handle_image() function in the UEFI loader shim allows a hacker to execute arbitrary code or cause a service failure.

The vulnerability of the handleimage function in the UEFI loader shim is related to the issue of writing data beyond the buffer boundaries when processing EFI files, taking into account the SizeOfRawData field. Exploiting this vulnerability allows an attacker to execute arbitrary code or cause...

6.5CVSS7.6AI score0.00326EPSS
SaveExploits0References11Affected Software4
Positive Technologies
Positive Technologies
added 2023/09/04 12:0 a.m.7 views

PT-2023-13811 · Modem · Modem

Name of the Vulnerable Software and Affected Versions: Modem affected versions not specified Description: The issue is related to memory corruption due to a buffer over-read in the Modem while processing the SetNativeHandle RTP service. This can potentially lead to security risks. The estimated...

7.8CVSS7.9AI score0.00109EPSS
SaveExploits0References6
CNNVD
CNNVD
added 2023/08/25 12:0 a.m.9 views

Notepad++ 安全漏洞

Notepad++ is an open source plain text editor by Don Ho, an individual developer in Taiwan, China. A security vulnerability exists in Notepad++ due to a global buffer read overflow vulnerability in the CharDistributionAnalysis::HandleOneChar function...

5.5CVSS5.9AI score0.00427EPSS
SaveExploits1References2
Amazon
Amazon
added 2023/08/21 12:0 a.m.44 views

Medium: qemu

Issue Overview: A flaw was found in the QEMU virtual crypto device while handling data encryption/decryption requests in virtiocryptohandlesymreq. There is no check for the value of srclen and dstlen in virtiocryptosymophelper, potentially leading to a heap buffer overflow when the two values...

6.5CVSS7.1AI score0.00234EPSS
SaveExploits0
Circl
Circl
added 2023/08/18 12:37 a.m.9 views

CVE-2023-39973

creationtimestamp| type| source ---|---|--- 2023-08-18 00:37:45+00:00| seen| https://t.me/cibsecurity/68794...

4.3CVSS4.7AI score0.00334EPSS
SaveExploits0References1
Prion
Prion
added 2023/08/14 1:15 a.m.15 views

Directory traversal

An issue was discovered in zola 0.13.0 through 0.17.2. The custom implementation of a web server, available via the "zola serve" command, allows directory traversal. The handlerequest function, used by the server to process HTTP requests, does not account for sequences of special path control...

5CVSS7.5AI score0.00921EPSS
SaveExploits1References2Affected Software1
NVD
NVD
added 2023/08/08 10:15 a.m.30 views

CVE-2023-28575

The camgetdevicepriv function does not check the type of handle being returned device/session/link. This would lead to invalid type usage if a wrong handle is passed to it...

7.8CVSS6.7AI score0.00116EPSS
SaveExploits0References1
Prion
Prion
added 2023/08/08 10:15 a.m.29 views

Design/Logic Flaw

The camgetdevicepriv function does not check the type of handle being returned device/session/link. This would lead to invalid type usage if a wrong handle is passed to it...

4.3CVSS7.5AI score0.00116EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2023/08/08 9:15 a.m.35 views

CVE-2023-28575 Multiple Type Confusion Vulnerability

The camgetdevicepriv function does not check the type of handle being returned device/session/link. This would lead to invalid type usage if a wrong handle is passed to it...

6.7CVSS7.8AI score0.00116EPSS
SaveExploits0References1
CVE
CVE
added 2023/08/08 9:15 a.m.120 views

CVE-2023-28575

CVE-2023-28575 affects Qualcomm chipsets and concerns the cam_get_device_priv function, which does not validate the type of handle (device/session/link) returned. This can allow invalid handle usage and could impact confidentiality, integrity, and availability (C:H/I:H/A:H) with a local attacker ...

7.8CVSS6.9AI score0.00116EPSS
SaveExploits0References1Affected Software1
CNNVD
CNNVD
added 2023/08/08 12:0 a.m.11 views

Qualcomm Chipsets Security Vulnerability

Qualcomm Chipsets are a family of chipsets from Qualcomm, an American company. A security vulnerability exists in Qualcomm Chipsets that stems from the camgetdevicepriv function not checking the type of handle device/session/link returned...

7.8CVSS6.8AI score0.00116EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2023/08/08 12:0 a.m.32 views

PT-2023-21824 · Qualcomm · Sd205 Firmware +58

Name of the Vulnerable Software and Affected Versions: No specific software or versions are mentioned in the provided descriptions. Description: The issue arises from the cam get device priv function not checking the type of handle being returned, which can be a device, session, or link handle...

7.8CVSS7.6AI score0.00116EPSS
SaveExploits0References3
NVD
NVD
added 2023/08/03 3:15 p.m.19 views

CVE-2023-3180

A flaw was found in the QEMU virtual crypto device while handling data encryption/decryption requests in virtiocryptohandlesymreq. There is no check for the value of srclen and dstlen in virtiocryptosymophelper, potentially leading to a heap buffer overflow when the two values differ...

6.5CVSS6.7AI score0.00234EPSS
SaveExploits0References5
Code423n4
Code423n4
added 2023/07/31 12:0 a.m.7 views

Migration of Profiles can fail due to existance of same handle

Lines of code Vulnerability details Impact Some profiles cannot be migrated to V2 if their handle tokenId has already been minted. Proof of Concept A handle can be minted in the LensHandles contract before a profile that would have the same handle is migrated from V1. When the profile attempts to...

7AI score
SaveExploits0
Code423n4
Code423n4
added 2023/07/31 12:0 a.m.15 views

Migration of Profiles can fail due to difference in handle validity in V1 and V2

Lines of code Vulnerability details Impact Profiles with certain type of handles in V1 cannot be migrated to V2. Proof of Concept In V1 and V2, the validity of handles is determined differently. Due to this it is possible that some profiles have handles that are valid according to V1 validation b...

7AI score
SaveExploits0
Code423n4
Code423n4
added 2023/07/31 12:0 a.m.11 views

Whitelisted profile creators could accidentally break migration for V1 profiles

Lines of code Vulnerability details Bug Description Profiles that exist before the V2 upgrade are migrated using the batchMigrateProfiles function, which works by minting the profile's handle and linking it to their profile: MigrationLib.solL69-L85 string memory handle =...

7AI score
SaveExploits0
OSV
OSV
added 2023/07/29 11:5 a.m.6 views

OESA-2023-1445 elfutils security update

Elfutils is a collection of utilities, including stack to show backtraces, nm for listing symbols from object files, size for listing the section sizes of an object or archive file, strip for discarding symbols, elflint to check for well-formed ELF files and elfcompress to compress or decompress...

5.5CVSS6.6AI score0.00292EPSS
SaveExploits1References2
Positive Technologies
Positive Technologies
added 2023/07/28 12:0 a.m.5 views

PT-2023-16642 · WordPress · Inisev

Name of the Vulnerable Software and Affected Versions: Inisev WordPress plugins affected versions not specified Description: The issue allows authenticated attackers with minimal permissions to install select plugins due to a missing capability check on the handle installation function. This...

6.5CVSS9.3AI score0.00557EPSS
SaveExploits0References30
Hacker One
Hacker One
added 2023/07/27 10:53 a.m.18 views

Yahoo!: Bitly link takeover

A vulnerability was discovered in which a Bitly link referred to in the description of a Yahoo Twitter handle was broken and redirected to an unintended destination. This situation presented an opportunity for attackers to potentially hijack the link and direct users to a malicious website for...

7AI score
SaveExploits0
Code423n4
Code423n4
added 2023/07/27 12:0 a.m.12 views

Not all profiles can be migrated to V2 profile

Lines of code Vulnerability details Impact There seem to be some differences in the validation logic that makes the V1 to V2 conversion for some profiles impossible. Proof of Concept // SPDX-License-Identifier: UNLICENCED pragma solidity =0.8.4; contract HandleMigration uint256 internal constant...

7.1AI score
SaveExploits0
Rows per page
Query Builder