Lucene search
+L

2442 matches found

OSV
OSV
added 2021/08/13 11:15 p.m.4 views

CVE-2021-21814

Within the function HandleFileArg the argument filepattern is under control of the user who passes it in from the command line. filepattern is passed directly to strlen to determine the ending location of the char passed in by the user, no checks are done to see if the passed in char is longer th...

7.8CVSS7.5AI score0.00344EPSS
SaveExploits1References1
OSV
OSV
added 2021/08/13 11:15 p.m.6 views

CVE-2021-21813

Within the function HandleFileArg the argument filepattern is under control of the user who passes it in from the command line. filepattern is passed directly to memcpy copying the path provided by the user into a staticly sized buffer without any length checks resulting in a stack-buffer overflo...

7.8CVSS7.6AI score0.00333EPSS
SaveExploits1References1
CNNVD
CNNVD
added 2021/08/12 12:0 a.m.5 views

AT&T Labs Xmill 缓冲区错误漏洞

Xmill is an efficient compressor of XML data. a stack buffer overflow vulnerability exists in the command line parsing HandleFileArg function in Xmill version 0.7. An attacker could exploit the vulnerability by providing malicious input via the filepattern parameter to cause a denial of service...

7.8CVSS6AI score0.00333EPSS
SaveExploits1References5
Circl
Circl
added 2021/08/11 8:50 p.m.10 views

CVE-2021-38548

creationtimestamp| type| source ---|---|--- 2021-08-11 20:50:36+00:00| seen| https://t.me/cibsecurity/27163...

5.9CVSS5.8AI score0.01293EPSS
SaveExploits1References1
Oracle linux
Oracle linux
added 2021/08/11 12:0 a.m.158 views

kernel security, bug fix, and enhancement update

4.18.0-305.12.14.OL8 - Update Oracle Linux certificates Kevin Lyons - Disable signing for aarch64 Ilya Okomin - Oracle Linux RHCK Module Signing Key was added to the kernel trusted keys list olkmodsigningkey.pem Orabug: 29539237 - Update x509.genkey Orabug: 24817676 - Conflict with shim-ia32 and...

8.7CVSS0.3AI score0.78684EPSS
SaveExploits29
Positive Technologies
Positive Technologies
added 2021/08/10 12:0 a.m.7 views

PT-2021-7822 · Xmill · Xmill

Name of the Vulnerable Software and Affected Versions: Xmill version 0.7 Description: A stack-based buffer overflow issue exists in the command-line-parsing HandleFileArg functionality. The filepattern argument, which is under user control, is passed to strcpy without length checks, leading to a...

7.8CVSS8.3AI score0.00333EPSS
SaveExploits1References8
Positive Technologies
Positive Technologies
added 2021/08/10 12:0 a.m.4 views

PT-2021-7821 · Xmill · Xmill

Name of the Vulnerable Software and Affected Versions: Xmill version 0.7 Description: The issue is related to a stack-based buffer overflow in the HandleFileArg functionality of Xmill, which occurs due to insufficient length checks when copying user-provided input into a statically sized buffer...

7.8CVSS8.3AI score0.00333EPSS
SaveExploits1References9
OSV
OSV
added 2021/08/05 8:15 p.m.7 views

CVE-2021-34631

The NewsPlugin WordPress plugin is vulnerable to Cross-Site Request Forgery via the handlesavestyle function found in the /news-plugin.php file which allows attackers to inject arbitrary web scripts, in versions up to and including 1.0.18...

8.8CVSS7.3AI score0.0056EPSS
SaveExploits1References1
Circl
Circl
added 2021/08/02 2:27 p.m.7 views

CVE-2021-24503

creationtimestamp| type| source ---|---|--- 2021-08-02 14:27:34+00:00| seen| https://t.me/cibsecurity/26665...

5.4CVSS5.5AI score0.00624EPSS
SaveExploits2References1
Code423n4
Code423n4
added 2021/07/21 12:0 a.m.10 views

Missleading onlyDAO modifiers

Handle cmichel Vulnerability details Several contracts implement an onlyDAO modifier which, as the name suggests, should only authorize the function to be executed by the DAO. However, some implementations are wrong and either allow the DAO or the deployer to execute, or even only the deployer:...

7.1AI score
SaveExploits0
Code423n4
Code423n4
added 2021/07/14 12:0 a.m.5 views

Recommended

Handle 0xsanson Vulnerability details Impact Detailed description of the impact of this finding. Proof of Concept Provide direct links to all referenced code in GitHub. Add screenshots, logs, or any other relevant proof that illustrates the concept. Tools Used Recommended Mitigation Steps --- The...

7.1AI score
SaveExploits0
Positive Technologies
Positive Technologies
added 2021/07/07 12:0 a.m.5 views

PT-2021-21999 · Tokio · Tokio

Name of the Vulnerable Software and Affected Versions: tokio crate versions prior to 1.8.1 Description: An issue was discovered in the tokio crate where upon a JoinHandle::abort, a Task may be dropped in the wrong thread. This occurs when aborting a task with JoinHandle::abort and the future is...

5.9CVSS5.5AI score0.00836EPSS
SaveExploits1References10
Kitploit
Kitploit
added 2021/07/05 12:30 p.m.95 views

Backstab - A Tool To Kill Antimalware Protected Processes

Have these local admin credentials but the EDR is standing in the way? Unhooking or direct syscalls are not working against the EDR? Well, why not just kill it? Backstab is a tool capable of killing antimalware protected processes by leveraging sysinternals’ Process Explorer ProcExp driver, which...

7.2AI score
SaveExploits0References2
Code423n4
Code423n4
added 2021/06/30 12:0 a.m.9 views

SafetyWithdraw ERC20 return values not checked

Handle cmichel Vulnerability details The ERC20.transfer and ERC20.transferFrom functions return a boolean value indicating success. This parameter should be checked for success. The SafetyWithdraw.withdrawERC20Token function does not check the return value: function withdrawERC20Token address...

7AI score
SaveExploits0
Code423n4
Code423n4
added 2021/06/30 12:0 a.m.12 views

Unused return value from transfer()/transferFrom()

Handle JMukesh Vulnerability details Impact return value from transfer/transferFrom ensure success of the call and if not , it describe the reason for. It is usually good to add a require-statement that checks the return value or to use something like safeTransfer; unless one is sure the given...

6.8AI score
SaveExploits0
Microsoft CVE
Microsoft CVE
added 2021/06/15 7:0 a.m.4 views

A divide-by-zero issue was found in dwc2_handle_packet in hw/usb/hcd-dwc2.c in the hcd-dwc2 USB host controller emulation of QEMU. A malicious guest could use this flaw to crash the QEMU process on the host resulting in a denial of service.

...

6.5CVSS7AI score0.00314EPSS
SaveExploits0
OSV
OSV
added 2021/06/11 5:15 p.m.6 views

CVE-2021-21824

An out-of-bounds write vulnerability exists in the JPG HandleJPEG420 functionality of Accusoft ImageGear 19.9. A specially crafted malformed file can lead to memory corruption. An attacker can provide a malicious file to trigger this vulnerability...

9.8CVSS7.3AI score0.01215EPSS
SaveExploits1References1
Positive Technologies
Positive Technologies
added 2021/06/11 12:0 a.m.8 views

PT-2021-14800 · Accusoft · Accusoft Imagegear

Name of the Vulnerable Software and Affected Versions: Accusoft ImageGear version 19.9 Description: An out-of-bounds write issue exists in the JPG Handle JPEG420 functionality. A specially crafted malformed file can lead to memory corruption. An attacker can provide a malicious file to trigger th...

9.8CVSS8AI score0.01215EPSS
SaveExploits1References2
CNNVD
CNNVD
added 2021/06/02 12:0 a.m.7 views

QEMU 数字错误漏洞

QEMU Quick Emulator is a set of simulation processor software by Fabrice Bellard, a French individual developer. The software is fast and cross-platform. A code issue vulnerability exists in QEMU, which stems from a found a division by zero issue in the dwc2handlepacket handler package in the...

6.5CVSS5.7AI score0.00314EPSS
SaveExploits0References5
Circl
Circl
added 2021/05/28 2:50 p.m.4 views

RHSA-2020:2218

creationtimestamp| type| source ---|---|--- 2021-05-28 14:50:38+00:00| published-proof-of-concept| Telegram/xNqdYy8CfDhsvwz3ioZAGZcqgnt6goaxcSNoVqt048pluKg...

4.8AI score
SaveExploits0
Rows per page
Query Builder