Lucene search
+L

1107 matches found

The Hacker News
The Hacker News
added 2022/05/07 4:3 a.m.46 views

This New Fileless Malware Hides Shellcode in Windows Event Logs

A new malicious campaign has been spotted taking advantage of Windows event logs to stash chunks of shellcode for the first time in the wild. "It allows the 'fileless' last stage trojan to be hidden from plain sight in the file system," Kaspersky researcher Denis Legezo said in a technical write-...

0.5AI score
SaveExploits0
OSV
OSV
added 2022/04/24 10:13 p.m.12 views

GSD-2022-1002124 drbd: fix potential silent data corruption

drbd: fix potential silent data corruption 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.10.110 by commit...

7.2AI score
SaveExploits0
OSV
OSV
added 2022/04/24 9:53 p.m.15 views

GSD-2022-1001907 drbd: fix potential silent data corruption

drbd: fix potential silent data corruption 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.15.33 by commit...

7.2AI score
SaveExploits0
OSV
OSV
added 2022/04/21 6:15 p.m.7 views

CVE-2020-14121

A business logic vulnerability exists in Mi App Store. The vulnerability is caused by incomplete permission checks of the products being bypassed, and an attacker can exploit the vulnerability to perform a local silent installation...

5.5CVSS6.1AI score0.00188EPSS
SaveExploits0References1
Prion
Prion
added 2022/04/21 6:15 p.m.17 views

Code injection

A business logic vulnerability exists in Mi App Store. The vulnerability is caused by incomplete permission checks of the products being bypassed, and an attacker can exploit the vulnerability to perform a local silent installation...

2.1CVSS5.4AI score0.00188EPSS
SaveExploits0References1Affected Software1
CVE
CVE
added 2022/04/21 5:25 p.m.51 views

CVE-2020-14121

The CVE-2020-14121 issue affects Xiaomi Mi App Store. Affected component: the store’s business logic with incomplete product permission checks, allowing bypass and a local silent installation. Root cause: insufficient permission enforcement enables an attacker to install without user-visible prom...

5.5CVSS5.4AI score0.00188EPSS
SaveExploits0References1Affected Software1
CNNVD
CNNVD
added 2022/04/21 12:0 a.m.8 views

Xiaomi Mi App Store 授权问题漏洞

Xiaomi Mi App Store 小米应用商店 is an application store by the Chinese company Xiaomi. A security vulnerability exists in Xiaomi Mi App Store, which is caused by an incomplete bypassed product permission check and can be exploited by an attacker to perform a local silent installation...

5.5CVSS5.8AI score0.00188EPSS
SaveExploits0References2
OSV
OSV
added 2022/03/30 12:15 a.m.8 views

CVE-2022-26950

Archer 6.x through 6.9 P2 6.9.0.2 is affected by an open redirect vulnerability. A remote unprivileged attacker may potentially redirect legitimate users to arbitrary web sites and conduct phishing attacks. The attacker could then steal the victims' credentials and silently authenticate them to t...

6.1CVSS5.9AI score0.00544EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2022/03/12 11:24 p.m.193 views

CVE-2021-36368

An issue was discovered in OpenSSH before 8.9. If a client is using public-key authentication with agent forwarding but without -oLogLevel=verbose, and an attacker has silently modified the server to support the None authentication option, then the user cannot determine whether FIDO authenticatio...

4.8AI score0.01677EPSS
SaveExploits0References5
Openbugbounty
Openbugbounty
added 2022/03/05 3:24 p.m.13 views

silent-river.de Improper Access Control vulnerability OBB-2410115

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...

0.1AI score
SaveExploits0
Openbugbounty
Openbugbounty
added 2022/02/01 9:55 p.m.20 views

server7.silent-net.de Cross Site Scripting vulnerability OBB-2355199

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
OpenVAS
OpenVAS
added 2022/01/28 12:0 a.m.9 views

Mageia: Security Advisory (MGASA-2021-0123)

The remote host is missing an update for the SPDX-FileCopyrightText: 2022 Greenbone AG Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-only ifdescription...

7.5AI score
SaveExploits0References5
Code423n4
Code423n4
added 2022/01/19 12:0 a.m.11 views

Use safeTransferFrom consistently instead of transferFrom

Handle Jujic Vulnerability details Impact It is good to add a require statement that checks the return value of token transfers, or to use something like OpenZeppelin’s safeTransferFrom unless one is sure the given token reverts in case of a failure. Failure to do so will cause silent failures of...

6.8AI score
SaveExploits0
zdt
zdt
added 2022/01/12 12:0 a.m.391 views

Microsoft Windows .Reg File - Dialog Spoof / Mitigation Bypass Vulnerability

Exploit Title: Microsoft Windows .Reg File - Dialog Spoof / Mitigation Bypass Exploit Author: John Page aka hyp3rlinx Website: hyp3rlinx.altervista.org Source: http://hyp3rlinx.altervista.org/advisories/MICROSOFTWINDOWSREGFILEDIALOGSPOOFMITIGATIONBYPASS.txt twitter.com/hyp3rlinx ISR: ApparitionSe...

0.2AI score
SaveExploits0
Code423n4
Code423n4
added 2021/12/22 12:0 a.m.8 views

Use safeTransfer/safeTransferFrom consistently instead of transfer/transferFrom

Handle defsec Vulnerability details Impact It is good to add a require statement that checks the return value of token transfers or to use something like OpenZeppelin’s safeTransfer/safeTransferFrom unless one is sure the given token reverts in case of a failure. Failure to do so will cause silen...

6.8AI score
SaveExploits0
Code423n4
Code423n4
added 2021/12/21 12:0 a.m.9 views

Use safeTransfer/safeTransferFrom consistently

Handle sirhashalot Vulnerability details Impact A transfer function can fail without reverting. To prepare for such situations, a contract should either check the return value of the transfer function or use a solution such as Open Zeppelin's SafeTransfer function. Only a few places in this proje...

6.9AI score
SaveExploits0
OSV
OSV
added 2021/12/15 7:15 p.m.7 views

CVE-2021-0889

In Android TV , there is a possible silent pairing due to lack of rate limiting in the pairing flow. This could lead to remote code execution with no additional execution privileges needed. User interaction is not needed for exploitation.Product: AndroidVersions: Android-10 Android-11 Android-12...

9.8CVSS6.4AI score0.01602EPSS
SaveExploits0References1
NVD
NVD
added 2021/12/15 7:15 p.m.41 views

CVE-2021-0889

In Android TV , there is a possible silent pairing due to lack of rate limiting in the pairing flow. This could lead to remote code execution with no additional execution privileges needed. User interaction is not needed for exploitation.Product: AndroidVersions: Android-10 Android-11 Android-12...

10CVSS0.01602EPSS
SaveExploits0References1
Prion
Prion
added 2021/12/15 7:15 p.m.38 views

Remote code execution

In Android TV , there is a possible silent pairing due to lack of rate limiting in the pairing flow. This could lead to remote code execution with no additional execution privileges needed. User interaction is not needed for exploitation.Product: AndroidVersions: Android-10 Android-11 Android-12...

10CVSS9AI score0.01602EPSS
SaveExploits0References1Affected Software1
CVE
CVE
added 2021/12/15 6:5 p.m.148 views

CVE-2021-0889

The CVE-2021-0889 entry concerns Android TV Remote Service where a silent pairing due to no rate-limiting in the pairing flow can enable remote code execution without user interaction. Affected products include Android TV on Android 8.1, 9, 10, 11, and 12. The root cause cited is lack of rate lim...

10CVSS9.2AI score0.01602EPSS
SaveExploits0References1Affected Software1
Rows per page
Query Builder