Lucene search
+L

411 matches found

Code423n4
Code423n4
•added 2022/06/26 12:00 a.m.•16 views

DoS attack on claiming rewards can lead to user never being able to claim

Lines of code Vulnerability details Proof of Concept: the stake function can be called for a different recipient than msg.sender. Each time you stake tokens your warmUpInfo.expiry or the time when you are able to claim rewards grows by warmUpPeriod as is visible the last line here not the line wi...

6.7AI score
SaveExploits0
OSV
OSV
•added 2022/06/03 10:17 p.m.•33 views

GHSA-9W9F-6MG8-JP7W Missing Role Based Access Control for the REST handlers in bleve/http package

Impact What kind of vulnerability is it? Who is impacted? Bleve includes HTTP utilities under bleve/http package, that are used by its sample application. https://github.com/blevesearch/bleve-explorer These HTTP methods paves way for exploitation of a node’s filesystem where the bleve index...

5.5CVSS5.8AI score0.00336EPSS
SaveExploits0References6
OSV
OSV
•added 2022/05/26 5:15 p.m.•10 views

AZL-10105 CVE-2022-1882 affecting package kernel for versions less than 5.15.70.1-1

A use-after-free flaw was found in the Linux kernel’s pipes functionality in how a user performs manipulations with the pipe postonenotification after freepipeinfo that is already called. This flaw allows a local user to crash or potentially escalate their privileges on the system...

7.8CVSS6.7AI score0.00351EPSS
SaveExploits0References1
ATTACKERKB
ATTACKERKB
•added 2022/05/02 12:07 p.m.•12 views

CVE-2022-23065

In Vendure versions 0.1.0-alpha.2 to 1.5.1 are affected by Stored XSS vulnerability, where an attacker having catalog permission can upload a SVG file that contains malicious JavaScript into the “Assets” tab. The uploaded file will affect administrators as well as regular users...

5.4CVSS5.8AI score0.00606EPSS
SaveExploits1References3
NCSC
NCSC
•added 2022/04/12 12:00 a.m.•10 views

Vulnerability fixed in Microsoft Dynamics

A vulnerability has been fixed in Microsoft Dynamics. The vulnerability potentially allows an authenticated user to to execute arbitrary SQL code on the Dynamics database. Microsoft Dynamics: |----------------|------|-------------------------------------| | CVE ID | CVSS | Impact |...

9CVSS7.5AI score0.02775EPSS
SaveExploits0
Positive Technologies
Positive Technologies
•added 2022/04/04 12:00 a.m.•12 views

PT-2022-16878

Name of the Vulnerable Software and Affected Versions Moment.js versions 1.0.1 through 2.29.1 Description A path traversal vulnerability impacts npm server users of Moment.js, especially if a user-provided locale string is directly used to switch moment locale. This issue allows an unauthenticate...

7.8CVSS7.3AI score0.0552EPSS
SaveExploits0References64
Hacker One
Hacker One
•added 2022/01/27 5:04 a.m.•15 views

Reddit: Broken links make users from France unable to understand the allowed content policy

Vulnerability description not provided...

7.1AI score
SaveExploits0
Code423n4
Code423n4
•added 2021/11/15 12:00 a.m.•13 views

XVader.sol : loss of user funds during 'leave' function

Handle shri4net Vulnerability details Impact Unintended Fee is charged to user while using 'leave' function in XVader.sol as part of the voting/governance. Proof of Concept Ref contracts/x-vader/XVader.sol, function leave Ref contracts/tokens/Vader.sol, function transfer Example, User locks 100...

7.1AI score
SaveExploits0
Huntr
Huntr
•added 2021/10/14 3:25 p.m.•9 views

Cross-Site Request Forgery (CSRF) in pkp/omp

✍️ Description Attacker or malicious user is able to delete any user profile photo if a logged in user visits attacker website. because lack of CSRF token 🕵️‍♂️ Proof of Concept 1.when you logged in open this POC.html in a browser 2.you can check unintentionally your profile photo deleted...

1.1AI score
SaveExploits0
Code423n4
Code423n4
•added 2021/10/06 12:00 a.m.•12 views

Missing event & timelock for critical onlyAdmin functions

Handle 0xRajeev Vulnerability details Impact onlyAdmin functions that change critical contract parameters/addresses/state should emit events and consider adding timelocks so that users and other privileged roles can detect upcoming changes by offchain monitoring of events and have the time to rea...

7AI score
SaveExploits0
Github Security Blog
Github Security Blog
•added 2021/09/22 8:39 p.m.•74 views

Clipboard-based XSS

Impact XSS against the user. Details jsuites is vulnerable to DOM based XSS if the user can be tricked into copying anything from a malicious and pasting it into the html editor. This is because a part of the clipboard content is directly written to innerHTML causing XSS. References The Curious...

8.7CVSS1.4AI score0.00914EPSS
SaveExploits0References6Affected Software1
OSV
OSV
•added 2021/09/22 8:39 p.m.•80 views

GHSA-QH7X-J4V8-QW5W Clipboard-based XSS

Impact XSS against the user. Details jsuites is vulnerable to DOM based XSS if the user can be tricked into copying anything from a malicious and pasting it into the html editor. This is because a part of the clipboard content is directly written to innerHTML causing XSS. References The Curious...

8.7CVSS6.6AI score0.00914EPSS
SaveExploits0References6
OSV
OSV
•added 2021/09/08 3:15 p.m.•10 views

CVE-2021-1739

A parsing issue in the handling of directory paths was addressed with improved path validation. This issue is fixed in Security Update 2021-002 Catalina, Security Update 2021-003 Mojave, iOS 14.5 and iPadOS 14.5, watchOS 7.4, tvOS 14.5, macOS Big Sur 11.3. A local user may be able to modify...

5.5CVSS5.7AI score0.00367EPSS
SaveExploits0References6
RedhatCVE
RedhatCVE
•added 2021/08/17 5:45 p.m.•60 views

CVE-2021-3713

An out-of-bounds write flaw was found in the UAS USB Attached SCSI device emulation of QEMU. The device uses the guest supplied stream number unchecked, which can lead to out-of-bounds access to the UASDevice-data3 and UASDevice-status3 fields. A malicious guest user could use this flaw to crash...

7.8CVSS2.5AI score0.00566EPSS
SaveExploits0References3
Code423n4
Code423n4
•added 2021/07/21 12:00 a.m.•16 views

DaoVault.withdraw(address,address) potentially subject to timestamp manipulation

Handle heiho1 Vulnerability details Impact DaoVault.withdrawaddress,address uses block.timestamp based comparisons can be affected by miner behavior, leading to withdrawal impacts on the user. Proof of Concept Tools Used Slither Recommended Mitigation Steps An external time oracle like ChainLink...

7AI score
SaveExploits0
OSV
OSV
•added 2021/07/12 4:15 p.m.•10 views

CVE-2020-4938

IBM MQ Appliance 9.1 and 9.2 is vulnerable to cross-site request forgery which could allow an attacker to execute malicious and unauthorized actions transmitted from a user that the website trusts. IBM X-Force ID: 191815...

8.8CVSS6AI score0.00397EPSS
SaveExploits0References2
OSV
OSV
•added 2021/06/12 4:15 a.m.•10 views

CVE-2021-32551

It was discovered that readfile in apport/hookutils.py would follow symbolic links or open FIFOs. When this function is used by the openjdk-15 package apport hooks, it could expose private data to other local users...

5.5CVSS7.1AI score0.00289EPSS
SaveExploits0References1
Github Security Blog
Github Security Blog
•added 2021/04/06 5:29 p.m.•61 views

ApiKey secret could be revelated on network issue

Impact What kind of vulnerability is it? Who is impacted? Applications that are using node-etsy-client and reporting client error to the end user will offer api key value too Patches Has the problem been patched? What versions should users upgrade to? creharmony/node-etsy-client18 fixes this issu...

8.1CVSS1AI score0.01065EPSS
SaveExploits0References4Affected Software1
CNNVD
CNNVD
•added 2021/01/26 12:00 a.m.•11 views

IBM Spectrum Scale 安全漏洞

IBM Spectrum Scale is a high-performance shared disk file management solution that gives you fast, reliable access to data from multiple servers. A log casting vulnerability exists in IBM Spectrum Scale 5.0.0 - 5.0.5.4, 5.1.0. A local user can exploit this vulnerability to impact support and...

4CVSS5.8AI score0.00288EPSS
SaveExploits0References4
RedHat Linux
RedHat Linux
•added 2020/12/15 3:06 p.m.•14 views

kernel: buffer uses out of index in ext3/4 filesystem

A memory out-of-bounds read flaw was found in the Linux kernel's ext3/ext4 file system, in the way it accesses a directory with broken indexing. This flaw allows a local user to crash the system if the directory exists. The highest threat from this vulnerability is to system availability...

5.5CVSS7.1AI score0.00356EPSS
SaveExploits0References6
Rows per page
Query Builder