Lucene search
+L

6804 matches found

Gitee
Gitee
added 2021/08/31 8:37 p.m.6 views

IMChecker

This repository is an offensive tool for API misuse detection. The tool is called IMChecker, and it is designed to automatically detect API misuse in C programs. The tool uses a constraint-directed static analysis technique powered by a domain-specific language DSL for specifying API usage...

6.9AI score
SaveExploits0
Ivan 'd0znpp' Novikov
Ivan 'd0znpp' Novikov
added 2021/08/30 9:10 a.m.67 views

15 Must-Have Tools for Penetration Testing in 2021⚙️

Do you require the best web entrance testing apparatuses? In this piece, we’ll be investigating data about entrance and the absolute best infiltration testing devices that you can approach.‍ What is Penetration Testing? Penetration, Security, Infiltration or Entrance testing is a type of safety...

8.1AI score
SaveExploits0
OSV
OSV
added 2021/08/25 8:58 p.m.57 views

GHSA-FQQ2-XP7M-XVM8 Data race in ruspiro-singleton

Singleton is meant to be a static object that can be initialized lazily. In order to satisfy the requirement that static items must implement Sync, Singleton implemented both Sync and Send unconditionally. This allows for a bug where non-Sync types such as Cell can be used in singletons and cause...

8.1CVSS7.8AI score0.00766EPSS
SaveExploits0References7
OSV
OSV
added 2021/08/25 8:55 p.m.16 views

GHSA-8XW8-MMQV-FRQQ fake-static allows converting any reference into a `'static` reference

fake-static allows converting a reference with any lifetime into a reference with 'static lifetime without the unsafe keyword. Internally, this crate does not use unsafe code, it instead exploits a soundness bug in rustc...

7.1AI score
SaveExploits0References3
Github Security Blog
Github Security Blog
added 2021/08/25 8:55 p.m.19 views

fake-static allows converting any reference into a `'static` reference

fake-static allows converting a reference with any lifetime into a reference with 'static lifetime without the unsafe keyword. Internally, this crate does not use unsafe code, it instead exploits a soundness bug in rustc...

3.3AI score
SaveExploits0References3Affected Software1
Github Security Blog
Github Security Blog
added 2021/08/25 8:50 p.m.29 views

Data races in late-static

Affected versions of this crate implemented Sync for LateStatic with T: Send, so that it is possible to create a data race to a type T: Send + !Sync e.g. Cell. This can result in a memory corruption or other kinds of undefined behavior. The flaw was corrected in commit 11f396c by replacing the T:...

7CVSS6.7AI score0.00357EPSS
SaveExploits1References5Affected Software1
NVD
NVD
added 2021/08/18 3:15 p.m.27 views

CVE-2021-38710

Static Persistent XSS Vulnerability exists in version 4.3.0 of Yclas when using the install/view/form.php script. An attacker can store XSS in the database through the vulnerable SITENAME parameter...

6.1CVSS0.00636EPSS
SaveExploits0References1
ATTACKERKB
ATTACKERKB
added 2021/08/18 3:15 p.m.9 views

CVE-2021-38710

Static Persistent XSS Vulnerability exists in version 4.3.0 of Yclas when using the install/view/form.php script. An attacker can store XSS in the database through the vulnerable SITENAME parameter...

6.1CVSS6.4AI score0.00636EPSS
SaveExploits0References2
CVE
CVE
added 2021/08/18 2:41 p.m.62 views

CVE-2021-38710

CVE-2021-38710 affects Yclas v4.3.0 via the install/view/form.php script. The vulnerability is a stored XSS that allows attackers to place malicious input into SITE_NAME, with the payload being persisted in the database. Affected component is the SITE_NAME parameter in the vulnerable form workflo...

6.1CVSS5.9AI score0.00636EPSS
SaveExploits0References1Affected Software1
Fedora
Fedora
added 2021/08/16 1:18 a.m.30 views

[SECURITY] Fedora 34 Update: zola-0.12.2-6.fc34

Fast static site generator with everything built-in...

9.8CVSS1.7AI score0.01923EPSS
SaveExploits0
Prion
Prion
added 2021/08/13 11:15 p.m.25 views

Stack overflow

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

4.6CVSS7.9AI score0.00333EPSS
SaveExploits1References1Affected Software1
Prion
Prion
added 2021/08/13 11:15 p.m.19 views

Stack overflow

A stack-based buffer overflow vulnerability exists in the command-line-parsing HandleFileArg functionality of AT&T Labs' Xmill 0.7. 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...

4.6CVSS8.9AI score0.00333EPSS
SaveExploits1References1Affected Software1
Cvelist
Cvelist
added 2021/08/13 10:39 p.m.48 views

CVE-2021-21812

A stack-based buffer overflow vulnerability exists in the command-line-parsing HandleFileArg functionality of AT&T Labs’ Xmill 0.7. 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...

7.8CVSS8.3AI score0.00333EPSS
SaveExploits1References1
OSV
OSV
added 2021/08/12 12:15 a.m.16 views

CVE-2021-37699

Next.js is an open source website development framework to be used with the React library. In affected versions specially encoded paths could be used when pages/error.js was statically generated allowing an open redirect to occur to an external site. In general, this redirect does not directly ha...

6.1CVSS6.2AI score
SaveExploits0References2
NVD
NVD
added 2021/08/12 12:15 a.m.55 views

CVE-2021-37699

Next.js is an open source website development framework to be used with the React library. In affected versions specially encoded paths could be used when pages/error.js was statically generated allowing an open redirect to occur to an external site. In general, this redirect does not directly ha...

6.9CVSS0.01198EPSS
SaveExploits0References2
Prion
Prion
added 2021/08/04 11:15 a.m.16 views

Path traversal

A path traversal vulnerability in the static router for Drogon from 1.0.0-beta14 to 1.6.0 could allow an unauthenticated, remote attacker to arbitrarily read files. The vulnerability is due to lack of proper input validation for requested path. An attacker could exploit this vulnerability by...

5CVSS7.4AI score0.04014EPSS
SaveExploits1References4Affected Software1
ATTACKERKB
ATTACKERKB
added 2021/08/04 11:15 a.m.4 views

CVE-2021-35397

A path traversal vulnerability in the static router for Drogon from 1.0.0-beta14 to 1.6.0 could allow an unauthenticated, remote attacker to arbitrarily read files. The vulnerability is due to lack of proper input validation for requested path. An attacker could exploit this vulnerability by...

7.5CVSS7.2AI score0.04014EPSS
SaveExploits1References5
Cvelist
Cvelist
added 2021/08/04 10:41 a.m.32 views

CVE-2021-35397

A path traversal vulnerability in the static router for Drogon from 1.0.0-beta14 to 1.6.0 could allow an unauthenticated, remote attacker to arbitrarily read files. The vulnerability is due to lack of proper input validation for requested path. An attacker could exploit this vulnerability by...

7.6AI score0.04014EPSS
SaveExploits1References4
CVE
CVE
added 2021/08/04 10:41 a.m.67 views

CVE-2021-35397

CVE-2021-35397 describes a path-traversal vulnerability in Drogon’s static router affecting versions 1.0.0-beta14 through 1.6.0. The root cause is inadequate input validation on the requested path, enabling an unauthenticated, remote attacker to read files that should be restricted via crafted HT...

7.5CVSS7.4AI score0.04014EPSS
SaveExploits1References4Affected Software1
Huntr
Huntr
added 2021/08/02 4:58 p.m.22 views

in star7th/showdoc

✍️ Description The referenced code block computes a MD5 hash based on a string "rgrsfsrfsrf", the current time, and a random number. The string used is static and does not appear to change, therefore I'm not sure why it is there in the first place as it does not provide any additional security...

4.3CVSS0.6AI score0.01064EPSS
SaveExploits0
Rows per page
Query Builder