Lucene search
+L

959 matches found

Openbugbounty
Openbugbounty
added 2024/01/08 2:54 a.m.12 views

assembly.ny.gov Cross Site Scripting vulnerability OBB-3829645

Following the coordinated and responsible vulnerability disclosure guidelines of the ISO 29147 standard, Open Bug Bounty has: a. verified the vulnerability and confirmed its existence; b. notified the website operator about its existence. Technical details of the vulnerability are currently hidde...

6.2AI score
SaveExploits0
OSV
OSV
added 2024/01/03 12:15 a.m.6 views

DEBIAN-CVE-2023-49556

Buffer Overflow vulnerability in YASM 1.3.0.86.g9def allows a remote attacker to cause a denial of service via the exprdeleteterm function in the libyasm/expr.c component...

5.5CVSS4.9AI score0.00416EPSS
SaveExploits1References1
OSV
OSV
added 2024/01/03 12:15 a.m.13 views

UBUNTU-CVE-2023-49555

An issue in YASM 1.3.0.86.g9def allows a remote attacker to cause a denial of service via the expandsmacro function in the modules/preprocs/nasm/nasm-pp.c component...

5.5CVSS5.8AI score0.00378EPSS
SaveExploits1References2
Tenable Nessus
Tenable Nessus
added 2023/12/27 12:00 a.m.49 views

NewStart CGSL MAIN 6.02 : openssl Multiple Vulnerabilities (NS-SA-2023-0074)

The remote NewStart CGSL host, running version MAIN 6.02, has openssl packages installed that are affected by multiple vulnerabilities: - In addition to the crehash shell command injection identified in CVE-2022-1292, further circumstances where the crehash script does not properly sanitise shell...

10CVSS7.4AI score0.95404EPSS
SaveExploits6References5
Kitploit
Kitploit
added 2023/12/01 11:30 a.m.48 views

Aladdin - Payload Generation Technique That Allows The Deseriallization Of A .NET Payload And Execution In Memory

Aladdin is a payload generation technique based on the work of James Forshaw @tiraniddo that allows the deseriallization of a .NET payload and execution in memory. The original vector was documented on https://www.tiraniddo.dev/2017/07/dg-on-windows-10-s-executing-arbitrary.html. By spawning the...

7.5AI score
SaveExploits0References3
CNNVD
CNNVD
added 2023/11/23 12:00 a.m.12 views

Autodesk AutoCAD Buffer Error Vulnerability

Autodesk AutoCAD is a suite of professional 3D drawing software from the US company Autodesk. A security vulnerability exists in Autodesk AutoCAD versions 2023 and 2024, which stems from a memory corruption vulnerability that can be caused when parsing maliciously crafted MODEL, SLDASM, SAT, or...

9.8CVSS7AI score0.01086EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2023/11/22 12:00 a.m.53 views

Oracle Linux 8 : nodejs:20 (ELSA-2023-7205)

The remote Oracle Linux 8 host has packages installed that are affected by multiple vulnerabilities as referenced in the ELSA-2023-7205 advisory. - Fixes CVE-2023-44487 nghttp Tenable has extracted the preceding description block directly from the Oracle Linux security advisory. Note that Nessus...

9.8CVSS7.3AI score0.99999EPSS
SaveExploits21References7
Kitploit
Kitploit
added 2023/11/18 11:30 a.m.46 views

Bread - BIOS Reverse Engineering And Advanced Debugging

BREAD BIOS Reverse Engineering & Advanced Debugging is an 'injectable' real-mode x86 debugger that can debug arbitrary real-mode code on real HW from another PC via serial cable. Introduction BREAD emerged from many failed attempts to reverse engineer legacy BIOS. Given that the vast majority -- ...

7.8AI score
SaveExploits0References8
Code423n4
Code423n4
added 2023/11/17 12:00 a.m.29 views

LinearBondingCurve.log2 function contains an incorrect shift operation that could lead to wrong calculation.

Lines of code Vulnerability details Impact The values in the shift operation are reversed. The provided inline assembly code for the log2 function appears to be an issue in the sequence of shift operations. Let's break down the relevant part of the code: r := or r, byte and0x1f, shrshrr, x,...

7.2AI score
SaveExploits0
The Hacker News
The Hacker News
added 2023/10/23 7:58 a.m.43 views

Quasar RAT Leverages DLL Side-Loading to Fly Under the Radar

The open-source remote access trojan known as Quasar RAT has been observed leveraging DLL side-loading to fly under the radar and stealthily siphon data from compromised Windows hosts. "This technique capitalizes on the inherent trust these files command within the Windows environment," Uptycs...

7.4AI score
SaveExploits0
Kitploit
Kitploit
added 2023/10/17 11:30 a.m.33 views

ILSpy - .NET Decompiler With Support For PDB Generation, ReadyToRun, Metadata (and More) - Cross-Platform!

ILSpy is the open-source .NET assembly browser and decompiler. Decompiler Frontends Aside from the WPF UI ILSpy downloadable via Releases, see also plugins, the following other frontends are available: Visual Studio 2022 ships with decompilation support for F12 enabled by default using our engine...

7.4AI score
SaveExploits0References16
Code423n4
Code423n4
added 2023/10/11 12:00 a.m.33 views

Assembly proxy creation lacks bytecode validation, enabling arbitrary contract deployment.

Lines of code Vulnerability details Impact The proxy contract creation uses assembly to compute the create2 address. But it does not verify the deployed bytecode matches expectations. The use of assemble for proxy contract creation has potential risks if the bytecode is not validated. This could...

7.2AI score
SaveExploits0
Veracode
Veracode
added 2023/10/09 12:51 a.m.23 views

Heap-based Buffer Overflow

nasm is vulnerable to Heap-based Buffer Overflows. The vulnerability allows a local attacker to cause buffer overflows on the system by crafting a malicious assembly file through the component quoteforpmake of asm/nasm.c...

7.8CVSS6.6AI score0.00445EPSS
SaveExploits1References3Affected Software1
Fedora
Fedora
added 2023/10/04 3:51 p.m.20 views

[SECURITY] Fedora 38 Update: golang-github-minio-highwayhash-1.0.2-2.fc38

Native Go version of HighwayHash with optimized assembly implementations on Intel and ARM...

7.3AI score
SaveExploits0
Code423n4
Code423n4
added 2023/09/11 12:00 a.m.10 views

The code uses assembly for memory allocation, which can be complex and prone to errors.

Lines of code Vulnerability details Impact The code uses assembly for memory allocation, which can be complex and prone to errors. Inefficient memory management can lead to gas inefficiency and potential vulnerabilities. Proof of Concept The code uses assembly for memory allocation, which can be...

7.2AI score
SaveExploits0
Code423n4
Code423n4
added 2023/09/11 12:00 a.m.30 views

Failure to Return Value from Low-Level Call

Lines of code Vulnerability details In Solidity, the "low-level call" operation, often used with inline assembly, is a powerful tool for interacting with external contracts. However, there is a specific bug related to low-level calls that can result in unexpected behavior. Instances 1: File:...

6.9AI score
SaveExploits0
Positive Technologies
Positive Technologies
added 2023/09/11 12:00 a.m.7 views

PT-2023-25269 · Google · Android

Name of the Vulnerable Software and Affected Versions: No specific software or versions are mentioned in the provided descriptions. Description: In the avdt msg asmbl function of avdt msg.cc, there is a possible out of bounds write due to an integer overflow. This could lead to paired device...

8.8CVSS8.7AI score0.00168EPSS
SaveExploits0References7
SUSE CVE
SUSE CVE
added 2023/08/24 2:30 a.m.9 views

SUSE CVE-2020-21685

Buffer Overflow vulnerability in hashfindi function in hashtbl.c in nasm 2.15rc0 allows remote attackers to cause a denial of service via crafted asm file...

5.5CVSS6.9AI score0.00439EPSS
SaveExploits1References3
SUSE CVE
SUSE CVE
added 2023/08/24 2:30 a.m.11 views

SUSE CVE-2020-21686

A stack-use-after-scope issue discovered in expandmmacparams function in preproc.c in nasm before 2.15.04 allows remote attackers to cause a denial of service via crafted asm file...

5.5CVSS6.8AI score0.00439EPSS
SaveExploits1References3
OSV
OSV
added 2023/08/22 7:16 p.m.9 views

DEBIAN-CVE-2020-21685

Buffer Overflow vulnerability in hashfindi function in hashtbl.c in nasm 2.15rc0 allows remote attackers to cause a denial of service via crafted asm file...

5.5CVSS5.6AI score0.00439EPSS
SaveExploits1References1
Rows per page
Query Builder