Lucene search
+L

2893 matches found

NVD
NVD
added 2021/06/29 9:15 p.m.26 views

CVE-2021-35941

Western Digital WD My Book Live 2.x and later and WD My Book Live Duo all versions have an administrator API that can perform a system factory restore without authentication, as exploited in the wild in June 2021, a different vulnerability than CVE-2018-18472...

7.5CVSS0.1271EPSS
SaveExploits1References2
OSV
OSV
added 2021/06/29 9:15 p.m.8 views

CVE-2021-35941

Western Digital WD My Book Live 2.x and later and WD My Book Live Duo all versions have an administrator API that can perform a system factory restore without authentication, as exploited in the wild in June 2021, a different vulnerability than CVE-2018-18472...

7.5CVSS5.8AI score0.1271EPSS
SaveExploits1References2
ATTACKERKB
ATTACKERKB
added 2021/06/29 9:15 p.m.97 views

CVE-2021-35941

Western Digital WD My Book Live 2.x and later and WD My Book Live Duo all versions have an administrator API that can perform a system factory restore without authentication, as exploited in the wild in June 2021, a different vulnerability than CVE-2018-18472...

7.5CVSS7.1AI score0.1271EPSS
SaveIn wildExploits1References3
CVE
CVE
added 2021/06/29 8:22 p.m.208 views

CVE-2021-35941

CVE-2021-35941 affects Western Digital WD My Book Live (2.x and later) and WD My Book Live Duo (all versions). The issue is an unauthenticated administrator API that can perform a system factory restore, as described in public records and exploited in the wild in June 2021. CVSS metrics (3.1) ind...

7.5CVSS8.4AI score0.1271EPSS
SaveIn wildExploits1References2Affected Software1
Cvelist
Cvelist
added 2021/06/29 8:22 p.m.40 views

CVE-2021-35941

Western Digital WD My Book Live 2.x and later and WD My Book Live Duo all versions have an administrator API that can perform a system factory restore without authentication, as exploited in the wild in June 2021, a different vulnerability than CVE-2018-18472...

8.2AI score0.1271EPSS
SaveExploits1References2
CNNVD
CNNVD
added 2021/06/29 12:0 a.m.8 views

Western Digital WD My Book Live 访问控制错误漏洞

Western Digital WD My Book Live is a network storage device from Western Digital. A security vulnerability exists in Western Digital WD My Book Live 2.x and earlier versions and WD My Book Live Duo, which stems from the fact that the products have an administrator API that can be exploited by an...

7.5CVSS5.6AI score0.1271EPSS
SaveExploits1References4
VulnCheck KEV
VulnCheck KEV
added 2021/06/29 12:0 a.m.8 views

VulnCheck KEV: CVE-2021-35941

Western Digital WD My Book Live 2.x and later and WD My Book Live Duo all versions have an administrator API that can perform a system factory restore without authentication, as exploited in the wild in June 2021, a different vulnerability than CVE-2018-18472...

10CVSS7.2AI score0.30284EPSS
SaveExploits1References1
RedhatCVE
RedhatCVE
added 2021/06/28 9:49 p.m.60 views

CVE-2021-25321

A UNIX Symbolic Link Symlink Following vulnerability in arpwatch of SUSE Linux Enterprise Server 11-SP4-LTSS, SUSE Manager Server 4.0, SUSE OpenStack Cloud Crowbar 9; openSUSE Factory, Leap 15.2 allows local attackers with control of the runtime user to run arpwatch as to escalate to root upon th...

7.8CVSS3.7AI score0.00441EPSS
SaveExploits1References3
Cvelist
Cvelist
added 2021/06/28 1:56 p.m.34 views

CVE-2021-21084 Adobe Experience Manager stored cross-site scripting vulnerability in resource resolver factory could lead to arbitrary code execution

AEM's Cloud Service offering, as well as versions 6.5.7.0 and below, 6.4.8.3 and below and 6.3.3.8 and below are affected by a stored Cross-Site Scripting XSS vulnerability that could be abused by an attacker to inject malicious scripts into vulnerable form fields. Malicious JavaScript may be...

7.3CVSS6.4AI score0.01816EPSS
SaveExploits0References1
Krebs on Security
Krebs on Security
added 2021/06/25 8:23 p.m.274 views

MyBook Users Urged to Unplug Devices from Internet

Hard drive giant Western Digital is urging users of its MyBook Live brand of network storage drives to disconnect them from the Internet, warning that malicious hackers are remotely wiping the drives using a critical flaw that can be triggered by anyone who knows the Internet address of an affect...

10CVSS9.3AI score0.30284EPSS
SaveExploits0
ThreatPost
ThreatPost
added 2021/06/25 3:50 p.m.43 views

My Book Live Users Wake Up to Wiped Devices

If you haven’t already, stop reading and go yank your My Book Live storage device offline, lest you join the ranks of those who woke up on Thursday to find that years of data had been wiped clean on devices around the world. Western Digital’s My Book storage device is designed for consumers and...

7.1AI score
SaveExploits0References14
Code423n4
Code423n4
added 2021/06/23 12:0 a.m.13 views

Initialization functions can be front-run with malicious values

Handle 0xRajeev Vulnerability details Impact Most contracts have public visibility initialization functions that can be front-run, allowing an attacker to incorrectly initialize the contracts. Due to the use of the delegatecall proxy pattern, PrizePool/YieldSourcePrizePool/StakePrizePool,...

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

minRentalDayDivisor may change

Handle pauliax Vulnerability details Impact Market initializes minRentalDayDivisor from the treasury but this variable can be later changed in treasury function setMinRental. Here I am not sure if the market still needs to use old cached version of minRentalDayDivisor as all the interactions with...

6.8AI score
SaveExploits0
Code423n4
Code423n4
added 2021/06/16 12:0 a.m.12 views

Pot distribution does not need to add up to 100%

Handle cmichel Vulnerability details Vulnerability Details The Factory.setPotDistribution allows specifying values that add up to less than 100% because of the inequality = 1000 instead of an equality == 1000. Impact If using less than 100%, funds could become stuck in the market for certain mode...

6.9AI score
SaveExploits0
Code423n4
Code423n4
added 2021/06/16 12:0 a.m.8 views

Check that marketLockingTime >= marketOpeningTime

Handle pauliax Vulnerability details Impact There is no check that timestamps1 marketLockingTime = timestamps0 marketOpeningTime. I think that should be enforced just in case to prevent market locking before opening. Recommended Mitigation Steps Add in Factory createMarket: require timestamps1 =...

6.9AI score
SaveExploits0
Code423n4
Code423n4
added 2021/06/14 12:0 a.m.12 views

anyone can call function sponsor

Handle pauliax Vulnerability details Impact This function sponsor should only be called by the factory, however, it does not have any auth checks, so that means anyone can call it with an arbitrary sponsorAddress address and transfer tokens from them if the allowance is 0: /// @notice ability to...

6.9AI score
SaveExploits0
NVD
NVD
added 2021/06/10 12:15 p.m.17 views

CVE-2021-31997

A UNIX Symbolic Link Symlink Following vulnerability in python-postorius of openSUSE Leap 15.2, Factory allows local attackers to escalate from users postorius or postorius-admin to root. This issue affects: openSUSE Leap 15.2 python-postorius version 1.3.2-lp152.1.2 and prior versions. openSUSE...

7.8CVSS0.00339EPSS
SaveExploits0References1
OSV
OSV
added 2021/06/10 12:15 p.m.8 views

CVE-2021-25322

A UNIX Symbolic Link Symlink Following vulnerability in python-HyperKitty of openSUSE Leap 15.2, Factory allows local attackers to escalate privileges from the user hyperkitty or hyperkitty-admin to root. This issue affects: openSUSE Leap 15.2 python-HyperKitty version 1.3.2-lp152.2.3.1 and prior...

7.8CVSS7.1AI score0.0044EPSS
SaveExploits1References1
OSV
OSV
added 2021/06/10 12:15 p.m.6 views

CVE-2021-21736

A smart camera product of ZTE is impacted by a permission and access control vulnerability. Due to the defect of user permission management by the cloud-end app, users whose sharing permissions have been revoked can still control the camera, such as restarting the camera, restoring factory...

7.2CVSS5.8AI score0.00879EPSS
SaveExploits0References1
Prion
Prion
added 2021/06/10 12:15 p.m.17 views

Design/Logic Flaw

A UNIX Symbolic Link Symlink Following vulnerability in python-postorius of openSUSE Leap 15.2, Factory allows local attackers to escalate from users postorius or postorius-admin to root. This issue affects: openSUSE Leap 15.2 python-postorius version 1.3.2-lp152.1.2 and prior versions. openSUSE...

7.2CVSS7.5AI score0.00339EPSS
SaveExploits0References1Affected Software1
Rows per page
Query Builder