Lucene search
+L

1226 matches found

CNNVD
CNNVD
added 2022/02/11 12:00 a.m.12 views

Google Android 输入验证错误漏洞

Google Android is a Linux-based open source operating system from Google, Inc. A security vulnerability exists in Google Android, which stems from a faulty access control vulnerability in the camera before Android R11, Android Q10 and Android P9. that allows untrusted applications to take picture...

6.2CVSS5.7AI score0.00586EPSS
SaveExploits0References2
OSV
OSV
added 2022/01/09 2:46 a.m.28 views

GSD-2022-1000008 faker.js 6.6.6 is broken and the developer has wiped the original GitHub repo

faker.js had it's version updated to 6.6.6 in NPM which reports it as having 2,571 dependent packages that rely upon it and the GitHub repo has been wiped of content. This appears to have been done intentionally as the repo only has a single commit so it was likjely deleted, recreated and a singl...

7.2AI score
SaveExploits0
OSV
OSV
added 2022/01/09 2:46 a.m.11 views

GSD-2022-1000007 colors.js 1.4.1 has an infinite loop added by the primary developer

colors.js had an infinite loop added by the primary developer in version 1.4.1 and 6.6.6 which was released on GitHub and NPM which reports it as having 3,179 dependent packages that rely upon it. Additionally the GitHub repo was wiped of all files. This appears to have been done intentionally in...

7.1AI score
SaveExploits0
Code423n4
Code423n4
added 2021/12/19 12:00 a.m.10 views

Unchecked return value from low-level call()

Handle JMukesh Vulnerability details Impact The return value of the low-level call is not checked, so if the call fails, the Ether will be locked in the contract. If the low level is used to prevent blocking operations, consider logging failed calls. Proof of Concept Tools Used manual review...

6.9AI score
SaveExploits0
CNVD
CNVD
added 2021/12/12 12:00 a.m.32 views

Mozilla Firefox conditional competition issue vulnerability

Mozilla Firefox is an open source Web browser from the Mozilla Foundation. Mozilla Firefox is vulnerable to a conditional competition issue, which could be exploited by an attacker to force a notification to receive full-screen and pointer-locked access to the page...

4.3CVSS3.3AI score0.01158EPSS
SaveExploits0References1
HackRead
HackRead
added 2021/12/08 3:47 p.m.22 views

Hotel claims Conti ransomware attack on system as guests locked out

By Deeba Ahmed So far, the Conti ransomware has not demanded any ransom or published any details of the ransomware attack. This is a post from HackRead.com Read the original post: Hotel claims Conti ransomware attack on system as guests locked out...

7AI score
SaveExploits0
BDU FSTEC
BDU FSTEC
added 2021/12/08 12:00 a.m.7 views

The vulnerability of iOS operating systems, related to deficiencies in authentication procedures, allows a perpetrator to activate the Apple Pay transaction card on a locked or drained phone.

The vulnerability of iOS operating systems is related to deficiencies in authentication procedures. Exploiting this vulnerability allows a malicious actor to enable the Apple Pay payment card on a locked or drained phone using a static 15-byte string...

5.3CVSS5.5AI score
SaveExploits0Affected Software1
CNNVD
CNNVD
added 2021/12/06 12:00 a.m.7 views

Google Android 资源管理错误漏洞

Google Android is a Linux-based open source operating system from Google, Inc. The vulnerability stems from a post-release reuse and out-of-bounds write vulnerability in setClientStateLocked in SurfaceFlinger.cpp. An attacker could exploit the vulnerability to cause a local privilege escalation...

7.8CVSS5.8AI score0.00113EPSS
SaveExploits0References4
RedHat Linux
RedHat Linux
added 2021/11/09 6:06 p.m.8 views

kernel: powerpc: RTAS calls can be used to compromise kernel integrity

A flaw was found in the way RTAS handled memory accesses in userspace to kernel communication. On a locked down usually due to Secure Boot guest system running on top of PowerVM or KVM hypervisors pseries platform a root like local user could use this flaw to further increase their privileges to...

7.2CVSS7.1AI score0.00482EPSS
SaveExploits1References7
Prion
Prion
added 2021/11/05 12:15 a.m.16 views

Improper access control

An Improper Access Control vulnerability in the GraphQL API in all versions of GitLab CE/EE starting from 13.1 before 14.2.6, all versions starting from 14.3 before 14.3.4, and all versions starting from 14.4 before 14.4.1 allows a Merge Request creator to resolve discussions and apply suggestion...

4CVSS4.5AI score0.00822EPSS
SaveExploits1References3Affected Software1
OSV
OSV
added 2021/10/28 7:15 p.m.7 views

CVE-2021-30813

This issue was addressed with improved checks. This issue is fixed in macOS Monterey 12.0.1. A person with access to a host Mac may be able to bypass the Login Window in Remote Desktop for a locked instance of macOS...

6.5CVSS5.8AI score0.00246EPSS
SaveExploits0References1
ATTACKERKB
ATTACKERKB
added 2021/10/28 7:15 p.m.3 views

CVE-2021-30813

This issue was addressed with improved checks. This issue is fixed in macOS Monterey 12.0.1. A person with access to a host Mac may be able to bypass the Login Window in Remote Desktop for a locked instance of macOS...

6.5CVSS5.4AI score0.00246EPSS
SaveExploits0References2
CNNVD
CNNVD
added 2021/10/25 12:00 a.m.10 views

Apple macOS 权限许可和访问控制问题漏洞

Apple macOS is a suite of specialized operating systems from Apple Inc. developed specifically for Mac computers. A privilege-granting and access-control issue vulnerability previously existed in Apple macOS Monterey 12.0.1, which arose from the possibility that someone with access to the host Ma...

6.5CVSS6.5AI score0.00246EPSS
SaveExploits0References7
Code423n4
Code423n4
added 2021/10/20 12:00 a.m.19 views

UserManager: updateLockedData() doesn't check that the amount is actually locked.

Handle itsmeSTYJ Vulnerability details Impact The function updateLockedData does not actually check if the amount required to be locked is actually locked. Proof of Concept Same solution as my other high issue. I've added comments where relevant. function updateLockedData address borrower, uint25...

6.8AI score
SaveExploits0
Code423n4
Code423n4
added 2021/10/20 12:00 a.m.16 views

Wrong implementation of CreditLimitByMedian.sol#getLockedAmount() makes it unable to unlock lockedAmount in CreditLimitByMedian model

Handle WatchPug Vulnerability details function getLockedAmount LockedInfo memory array, address account, uint256 amount, bool isIncrease public pure override returns uint256 if array.length == 0 return 0; uint256 newLockedAmount; if isIncrease ... else for uint256 i = 0; i amount newLockedAmount ...

6.9AI score
SaveExploits0
Code423n4
Code423n4
added 2021/10/20 12:00 a.m.11 views

Wrong implementation of CreditLimitByMedian.sol#getLockedAmount() will lock a much bigger total amount of staked tokens than expected

Handle WatchPug Vulnerability details function getLockedAmount LockedInfo memory array, address account, uint256 amount, bool isIncrease public pure override returns uint256 if array.length == 0 return 0; uint256 newLockedAmount; if isIncrease for uint256 i = 0; i arrayi.lockedAmount...

6.9AI score
SaveExploits0
ATTACKERKB
ATTACKERKB
added 2021/10/04 5:15 p.m.5 views

CVE-2021-41593

Lightning Labs lnd before 0.13.3-beta allows loss of funds because of dust HTLC exposure...

8.6CVSS7.3AI score0.01932EPSS
SaveExploits1References7
The Hacker News
The Hacker News
added 2021/10/01 2:15 p.m.46 views

Apple Pay Can be Abused to Make Contactless Payments From Locked iPhones

Cybersecurity researchers have disclosed an unpatched flaw in Apple Pay that attackers could abuse to make an unauthorized Visa payment with a locked iPhone by taking advantage of the Express Travel mode set up in the device's wallet. "An attacker only needs a stolen, powered on iPhone. The...

0.6AI score
SaveExploits0
ThreatPost
ThreatPost
added 2021/09/30 3:26 p.m.21 views

Apple Pay with Visa Hacked to Make Payments via Locked iPhones

An attacker who steals a locked iPhone can use a stored Visa card to make contactless payments worth up to thousands of dollars without unlocking the phone, researchers are warning. The problem is due to unpatched vulnerabilities in both the Apple Pay and Visa systems, according to an academic te...

7.3AI score
SaveExploits0References4
Mageia
Mageia
added 2021/09/23 4:49 a.m.38 views

Updated 389-ds-base packages fix security vulnerability

Fixed crypt handling of locked accounts. CVE-2021-3652...

6.5CVSS1.7AI score0.01463EPSS
SaveExploits0References4
Rows per page
Query Builder