Lucene search
+L

675 matches found

CNNVD
CNNVD
added 2021/09/16 12:00 a.m.8 views

Libde265 缓冲区错误漏洞

libde265 is an open source implementation of the h.265 video codec. libde265 version 1.0.4 contains a heap buffer overflow vulnerability in the putepel16fallback function. An attacker can exploit the vulnerability to cause a denial of service via specially crafted files...

6.5CVSS7AI score0.01096EPSS
SaveExploits1References5
CNNVD
CNNVD
added 2021/09/16 12:00 a.m.7 views

Libde265 缓冲区错误漏洞

libde265 is an open source implementation of the h.265 video codec. libde265 version 1.0.4 has a heap buffer overflow vulnerability in the putweightedbipred16fallback function. An attacker can exploit the vulnerability to cause a denial of service via specially crafted files...

6.5CVSS7AI score0.01438EPSS
SaveExploits1References6
CNNVD
CNNVD
added 2021/08/09 12:00 a.m.7 views

WordPress SQL注入漏洞

WordPress is a set of blogging platforms developed using the PHP language by the WordPress Wordpress Foundation. The platform supports setting up personal blog sites on servers with PHP and MySQL. A SQL injection vulnerability exists in WordPress plugin The Stock in & out 1.0.4 and earlier...

8.8CVSS8.1AI score0.01568EPSS
SaveExploits2References3
CNNVD
CNNVD
added 2021/07/20 12:00 a.m.10 views

open62541 缓冲区错误漏洞

open62541 is an application software. An open source and free implementation of OPC UA OPC Unified Architecture, written in a common subset of the C99 and C++98 languages. A security vulnerability exists in open62541 prior to 1.0.4, which stems from the fact that X has out-of-bounds writes for...

5.5CVSS5.8AI score0.0031EPSS
SaveExploits0References4
Prion
Prion
added 2021/06/17 7:15 p.m.20 views

Design/Logic Flaw

HashiCorp Nomad and Nomad Enterprise up to version 1.0.4 bridge networking mode allows ARP spoofing from other bridged tasks on the same node. Fixed in 0.12.12, 1.0.5, and 1.1.0 RC1...

3.3CVSS6.3AI score0.00512EPSS
SaveExploits0References2Affected Software1
OSV
OSV
added 2021/06/14 2:15 p.m.6 views

CVE-2021-24346

The Stock in & out WordPress plugin through 1.0.4 has a search functionality, the lowest accessible level to it being contributor. The srch POST parameter is not validated, sanitised or escaped before using it in the echo statement, leading to a reflected XSS issue...

5.4CVSS6.1AI score0.00675EPSS
SaveExploits2References2
CNNVD
CNNVD
added 2021/06/14 12:00 a.m.10 views

Stock in & out WordPress 跨站脚本漏洞

WordPress is a set of blogging platforms developed using the PHP language by the WordPress Wordpress Foundation. The platform supports setting up personal blog sites on servers with PHP and MySQL. A cross-site scripting vulnerability exists in Stock in & out WordPress that stems from not...

5.4CVSS5.6AI score0.00675EPSS
SaveExploits2References2
wpexploit
wpexploit
added 2021/06/02 12:00 a.m.228 views

Stock in & out <= 1.0.4 - Authenticated SQL Injection

The plugin lacks proper sanitization before passing variables to an SQL request, making it vulnerable to SQL Injection attacks. Users with a role of contributor or higher can exploit this vulnerability...

6.5CVSS2.7AI score0.01568EPSS
SaveExploits2References1
wpexploit
wpexploit
added 2021/05/27 12:00 a.m.113 views

Stock in & out <= 1.0.4 - Reflected Cross-Site Scripting (XSS)

The plugin has a search functionality, the lowest accessible level to it being contributor. The srch POST parameter is not validated, sanitised or escaped before using it in the echo statement, leading to a reflected XSS issue POST /wp-admin/admin.php?page=stockin HTTP/1.1 Content-Length: 66...

5.4CVSS0.7AI score0.00675EPSS
SaveExploits2References1
Positive Technologies
Positive Technologies
added 2021/05/12 12:00 a.m.6 views

PT-2021-4118 · Hashicorp · Hashicorp Nomad +1

Name of the Vulnerable Software and Affected Versions: HashiCorp Nomad and Nomad Enterprise versions 1.0.4 and earlier Description: The issue is related to an error in bridge networking mode, allowing ARP spoofing from other bridged tasks on the same node. This could potentially allow a remote...

6.5CVSS7.2AI score0.00512EPSS
SaveExploits0References13
CNNVD
CNNVD
added 2021/05/06 12:00 a.m.12 views

npm git-parse 操作系统命令操作系统命令注入漏洞

npm git-parse is an application from the American company npm. It is a utility program that generates a set of javascript objects that represent the current branch of the commit history of a local git repository. An operating system command injection vulnerability exists in the "gitDiff" function...

8.8CVSS8.1AI score0.02462EPSS
SaveExploits1References2
Github Security Blog
Github Security Blog
added 2021/04/06 5:24 p.m.59 views

Arbitrary Command Injection in portprocesses

Impact An Arbitrary Command Injection vulnerability was reported in portprocesses impacting versions = 1.0.4. Example Proof of Concept The following example demonstrates the vulnerability and will run touch success therefore creating a file named success. js const portprocesses =...

8.8CVSS2.3AI score0.0182EPSS
SaveExploits1References6Affected Software1
OSV
OSV
added 2021/04/06 5:24 p.m.20 views

GHSA-VM67-7VMG-66VM Arbitrary Command Injection in portprocesses

Impact An Arbitrary Command Injection vulnerability was reported in portprocesses impacting versions = 1.0.4. Example Proof of Concept The following example demonstrates the vulnerability and will run touch success therefore creating a file named success. js const portprocesses =...

6.4CVSS8.9AI score0.0182EPSS
SaveExploits1References5
ATTACKERKB
ATTACKERKB
added 2021/02/17 2:15 p.m.9 views

CVE-2020-24503

Insufficient access control in some IntelR Ethernet E810 Adapter drivers for Linux before version 1.0.4 may allow an authenticated user to potentially enable information disclosure via local access...

5.5CVSS8.6AI score0.00345EPSS
SaveExploits0References2
RustSec
RustSec
added 2020/12/18 12:00 p.m.21 views

ButtplugFutureStateShared allows data race to (!Send|!Sync) objects

ButtplugFutureStateShared implements Send & Sync regardless of T. If T: !Send for ButtplugFutureStateShared, it is possible to move non-Send types across thread boundaries e.g. T=Rc and lead to undefined behavior. If T: !Sync for ButtplugFutureStateShared, it is possible to cause data race to T...

5.9CVSS1.5AI score0.01107EPSS
SaveExploits1Affected Software1
CNVD
CNVD
added 2020/10/20 12:00 a.m.12 views

Nextcloud Deck Information Disclosure Vulnerability

Nextcloud is a set of open source self-hosted file synchronization and sharing communication application platform from Nextcloud, Germany. A security vulnerability exists in Nextcloud Deck 1.0.4, which stems from a lack of access control and can be exploited by an attacker to view all attachments...

4.3CVSS6.8AI score0.00781EPSS
SaveExploits1References1
OSV
OSV
added 2020/09/03 9:09 p.m.17 views

GHSA-725F-3PW7-RQ6X Malicious Package in 8.9.4

Versions 1.0.2, 1.0.3, 1.0.4 and 1.0.5 of 8.9.4 contain malicious code as a preinstall script. The package reads the system's SSH keys but does not upload it to a remote server. Recommendation Remove the package from your environment. There is no evidence of further compromise at the moment...

9.8CVSS7.4AI score
SaveExploits0References1
Github Security Blog
Github Security Blog
added 2020/09/03 9:09 p.m.21 views

Malicious Package in 8.9.4

Versions 1.0.2, 1.0.3, 1.0.4 and 1.0.5 of 8.9.4 contain malicious code as a preinstall script. The package reads the system's SSH keys but does not upload it to a remote server. Recommendation Remove the package from your environment. There is no evidence of further compromise at the moment...

4.2AI score
SaveExploits0References2Affected Software1
Github Security Blog
Github Security Blog
added 2020/08/31 10:50 p.m.75 views

Potential Command Injection in libnotify

Versions 1.0.3 and earlier of libnotify are affected by a shell command injection vulnerability. This may result in execution of arbitrary shell commands, if user input is passed into libnotify.notify. Untrusted input passed in the call to libnotify.notify could result in execution of shell...

9.8CVSS9.5AI score0.02685EPSS
SaveExploits0References6Affected Software1
OSV
OSV
added 2020/08/31 10:48 p.m.17 views

GHSA-6QQJ-RX4W-R3CJ CSRF Vulnerability in jquery-ujs

Versions 1.0.3 and earlier of jquery-ujs are vulnerable to an information leakage attack that may enable attackers to launch CSRF attacks, as it allows attackers to send CSRF tokens to external domains. When an attacker controls the href attribute of an anchor tag, or the action attribute of a fo...

6.5CVSS6.9AI score
SaveExploits0References4
Rows per page
Query Builder