Lucene search
+L

270 matches found

Github Security Blog
Github Security Blog
added 2022/05/24 5:10 p.m.25 views

Fat-Free Framework arbitrary code execution

In Fat-Free Framework 3.7.1, attackers can achieve arbitrary code execution if developers choose to pass user controlled input e.g., $REQUEST, $GET, or $POST to the framework's Clear method...

9.8CVSS7.7AI score0.02137EPSS
SaveExploits0References4Affected Software1
OSV
OSV
added 2022/05/24 5:10 p.m.39 views

GHSA-HPJ2-4HFJ-G233 Fat-Free Framework arbitrary code execution

In Fat-Free Framework 3.7.1, attackers can achieve arbitrary code execution if developers choose to pass user controlled input e.g., $REQUEST, $GET, or $POST to the framework's Clear method...

9.8CVSS9.8AI score0.02137EPSS
SaveExploits0References4
OSV
OSV
added 2022/05/24 5:06 p.m.62 views

GHSA-M53P-F25Q-Q6FG XXE vulnerability in Jenkins Robot Framework Plugin

Robot Framework Plugin 2.0.0 and earlier does not configure the XML parser to prevent XML external entity XXE attacks. This allows a user able to control the input files for the 'Publish Robot Framework' post-build step to have Jenkins parse a crafted file that uses external entities for extracti...

7.6CVSS8.7AI score0.01382EPSS
SaveExploits0References4
CNVD
CNVD
added 2022/02/18 12:00 a.m.48 views

Google TensorFlow code issue vulnerability (CNVD-2022-14996)

Google TensorFlow is an end-to-end open source platform for machine learning from Google Google. Google Tensorflow is vulnerable to a code issue that stems from an undefined behavior in the QuantizedMaxPool implementation, where user-controlled input can trigger a reference binding to a null...

6.5CVSS2AI score0.00783EPSS
SaveExploits1References1
Code423n4
Code423n4
added 2022/02/09 12:00 a.m.22 views

Potential for reentrancy on USDMPegRecovery.sol:withdraw()

Lines of code Vulnerability details Impact Re-entrancy Proof of Concept File: USDMPegRecovery.sol 110: function withdrawLiquidity calldata withdrawal external 111: Liquidity memory total = totalLiquidity; 112: Liquidity memory user = userLiquiditymsg.sender; 113: ifwithdrawal.usdm 0 114:...

7.1AI score
SaveExploits0
Prion
Prion
added 2022/02/02 6:15 p.m.27 views

Server side request forgery (ssrf)

PrinterLogic Web Stack versions 19.1.1.13 SP9 and below use user-controlled input to craft a URL, resulting in a Server Side Request Forgery SSRF vulnerability...

7.5CVSS9.3AI score0.02232EPSS
SaveExploits1References7Affected Software1
Tenable Nessus
Tenable Nessus
added 2022/01/19 12:00 a.m.45 views

openSUSE 15 Security Update : nodejs12 (openSUSE-SU-2022:0113-1)

The remote SUSE Linux SUSE15 host has packages installed that are affected by multiple vulnerabilities as referenced in the openSUSE-SU-2022:0113-1 advisory. - Accepting arbitrary Subject Alternative Name SAN types, unless a PKI is specifically defined to use a particular SAN type, can result in...

8.2CVSS6.8AI score0.21514EPSS
SaveExploits2References13
RedhatCVE
RedhatCVE
added 2022/01/14 8:45 p.m.142 views

CVE-2022-21824

Due to the formatting logic of the "console.table" function it was not safe to allow user controlled input to be passed to the "properties" parameter while simultaneously passing a plain object with at least one property as the first parameter, which could be "proto". The prototype pollution has...

8.2CVSS2.7AI score0.21514EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2022/01/05 12:00 a.m.273 views

Apache OFBiz Log4Shell Direct Check (CVE-2021-44228)

Binary data apacheofbizlog4shell.nbin...

10CVSS10AI score0.99999EPSS
SaveExploits364References3
OSV
OSV
added 2021/12/15 4:15 p.m.13 views

CVE-2021-43675

Lychee-v3 3.2.16 is affected by a Cross Site Scripting XSS vulnerability in php/Access/Guest.php. The function exit will terminate the script and print the message to the user. The message will contain albumID which is controlled by the user...

6.1CVSS5.8AI score0.00851EPSS
SaveExploits0References3
CNVD
CNVD
added 2021/10/15 12:00 a.m.19 views

SAP Netweaver Cross-Site Scripting Vulnerability (CNVD-2021-103657)

SAP Netweaver is a set of integrated service-oriented application platforms from SAP, a German company. SAP Netweaver is vulnerable to a cross-site scripting vulnerability in versions 700, 701, 702, and 730, which stems from under-coded user-controlled input. The vulnerability could be exploited ...

6.1CVSS3.3AI score0.00747EPSS
SaveExploits0References1
Snyk
Snyk
added 2021/08/23 10:28 a.m.8 views

Arbitrary Code Execution

Overview Affected versions of this package are vulnerable to Arbitrary Code Execution. If the command parameter of the Docker.command method can at least be partially controlled by a user, they will be in a position to execute any arbitrary OS commands on the host system. Steps to Reproduce 1...

9.3CVSS7.4AI score0.01824EPSS
SaveExploits1References2
CVE
CVE
added 2021/08/13 10:40 p.m.144 views

CVE-2021-21813

AT&T Labs Xmill 0.7 contains a stack-based buffer overflow in the command-line handle argument path. In HandleFileArg, the filepattern supplied by the user is copied into a fixed-size buffer (400 bytes) via unsafe copy operations (memcpy/strcpy/strlen), without proper length checks. This can over...

7.8CVSS7.8AI score0.00333EPSS
SaveExploits1References1Affected Software1
OSV
OSV
added 2021/05/21 2:23 p.m.9 views

GHSA-R35G-4525-29FQ Division by 0 in `FusedBatchNorm`

Impact An attacker can cause a denial of service via a FPE runtime error in tf.rawops.FusedBatchNorm: python import tensorflow as tf x = tf.constant, shape=1, 1, 1, 0, dtype=tf.float32 scale = tf.constant, shape=0, dtype=tf.float32 offset = tf.constant, shape=0, dtype=tf.float32 mean = tf.constan...

2.5CVSS5.8AI score0.00189EPSS
SaveExploits1References7
PyPA
PyPA
added 2021/05/14 8:15 p.m.9 views

PYSEC-2021-187

TensorFlow is an end-to-end open source platform for machine learning. An attacker can cause a runtime division by zero error and denial of service in tf.rawops.FractionalAvgPool. This is because the...

5.5CVSS6.8AI score0.00189EPSS
SaveExploits1References2Affected Software1
OSV
OSV
added 2021/05/14 8:15 p.m.23 views

PYSEC-2021-478

TensorFlow is an end-to-end open source platform for machine learning. An attacker can cause a runtime division by zero error and denial of service in tf.rawops.FractionalAvgPool. This is because the...

5.5CVSS2.5AI score0.00189EPSS
SaveExploits1References2
OSV
OSV
added 2021/05/14 8:15 p.m.24 views

PYSEC-2021-483

TensorFlow is an end-to-end open source platform for machine learning. An attacker can cause a denial of service via a FPE runtime error in tf.rawops.FusedBatchNorm. This is because the...

5.5CVSS1.3AI score0.00189EPSS
SaveExploits1References2
Cvelist
Cvelist
added 2021/05/14 7:17 p.m.42 views

CVE-2021-29555 Division by 0 in `FusedBatchNorm`

TensorFlow is an end-to-end open source platform for machine learning. An attacker can cause a denial of service via a FPE runtime error in tf.rawops.FusedBatchNorm. This is because the...

2.5CVSS5.6AI score0.00189EPSS
SaveExploits1References2
zdt
zdt
added 2021/04/29 12:00 a.m.41 views

NodeBB Plugin Emoji 3.2.1 - Arbitrary File Write Exploit

Exploit Title: NodeBB Plugin Emoji 3.2.1 - Arbitrary File Write Exploit Author: 1F98D Software Link: https://nodebb.org/ Version: Emoji for NodeBB ', r.text, re.IGNORECASE if csrf is None: print'! Could not extract csrf token to proceed.' sys.exit1 auth = 'username': USERNAME, 'password': PASSWOR...

0.6AI score
SaveExploits0
Prion
Prion
added 2021/04/12 2:15 p.m.24 views

Cross site scripting

The Jetpack Scan team identified a Reflected Cross-Site Scripting in the Login Form of the Patreon WordPress plugin before 1.7.2. The WordPress login form wp-login.php is hooked by the plugin and offers to allow users to authenticate on the site using their Patreon account. Unfortunately, some of...

6.8CVSS8.4AI score0.01874EPSS
SaveExploits1References2Affected Software1
Rows per page
Query Builder