Lucene search
+L

1232 matches found

OSV
OSV
added 2021/04/09 4:15 p.m.23 views

CVE-2021-21431

sopel-channelmgnt is a channelmgnt plugin for sopel. In versions prior to 2.0.1, on some IRC servers, restrictions around the removal of the bot using the kick/kickban command could be bypassed when kicking multiple users at once. We also believe it may have been possible to remove users from oth...

8.1CVSS8.1AI score
SaveExploits0References3
OSV
OSV
added 2021/04/09 4:15 p.m.43 views

PYSEC-2021-58

sopel-channelmgnt is a channelmgnt plugin for sopel. In versions prior to 2.0.1, on some IRC servers, restrictions around the removal of the bot using the kick/kickban command could be bypassed when kicking multiple users at once. We also believe it may have been possible to remove users from oth...

8.1CVSS3.7AI score0.01072EPSS
SaveExploits0References3
Prion
Prion
added 2021/04/09 4:15 p.m.23 views

Command injection

sopel-channelmgnt is a channelmgnt plugin for sopel. In versions prior to 2.0.1, on some IRC servers, restrictions around the removal of the bot using the kick/kickban command could be bypassed when kicking multiple users at once. We also believe it may have been possible to remove users from oth...

5.5CVSS8AI score0.01072EPSS
SaveExploits0References3Affected Software1
Github Security Blog
Github Security Blog
added 2021/04/09 3:42 p.m.62 views

Improper Input Validation in sopel-plugins.channelmgnt

Impact On some IRC servers, restrictions around the removal of the bot using the kick/kickban command could be bypassed when kicking multiple users at once. We also believe it may have been possible to remove users from other channels but due to the wonder that is IRC and following RfCs, We have ...

8.1CVSS2.3AI score0.01072EPSS
SaveExploits0References7Affected Software1
OSV
OSV
added 2021/04/09 3:42 p.m.92 views

GHSA-23C7-6444-399M Improper Input Validation in sopel-plugins.channelmgnt

Impact On some IRC servers, restrictions around the removal of the bot using the kick/kickban command could be bypassed when kicking multiple users at once. We also believe it may have been possible to remove users from other channels but due to the wonder that is IRC and following RfCs, We have ...

7.6CVSS8.3AI score0.01072EPSS
SaveExploits0References7
Positive Technologies
Positive Technologies
added 2021/03/28 12:00 a.m.10 views

PT-2021-17985 · Npm · Netmask

Name of the Vulnerable Software and Affected Versions: netmask npm package versions 1.0.6 and below netmask npm package versions 2.0.0 Description: The issue is related to improper input validation of octal strings in the netmask npm package, allowing unauthenticated remote attackers to perform...

9.1CVSS7AI score0.16657EPSS
SaveExploits1References32
CNNVD
CNNVD
added 2021/03/24 12:00 a.m.10 views

Xavier Hahn vscode-matlab 默认配置问题漏洞

Xavier Hahn vscode-matlab is an open source application by Xavier Hahn. MATLAB extension before 2.0.1 suffers from a Default Configuration Issue vulnerability that can be exploited by an attacker to execute arbitrary code via a crafted workspace...

9.8CVSS8.8AI score0.0203EPSS
SaveExploits0References5
OSV
OSV
added 2021/03/18 7:39 p.m.20 views

GHSA-545Q-3FG6-48M7 html-parse-stringify and html-parse-stringify2 vulnerable to Regular expression denial of service (ReDoS)

This affects the package html-parse-stringify before 2.0.1; all versions of package html-parse-stringify2. Sending certain input could cause one of the regular expressions that is used for parsing to backtrack, freezing the process...

5.3CVSS5.9AI score0.02129EPSS
SaveExploits1References8
Snyk
Snyk
added 2021/03/15 5:07 p.m.9 views

Open Redirect

Overview trailing-slash is an Add or remove trailing slashes, and redirect. Affected versions of this package are vulnerable to Open Redirect via the use of trailing double slashes in the URL when accessing the vulnerable endpoint such as https://example.com//attacker.example/. The vulnerable cod...

6.1CVSS7.1AI score0.0115EPSS
SaveExploits1References2
OSV
OSV
added 2021/02/08 4:15 p.m.5 views

CVE-2020-6649

An insufficient session expiration vulnerability in FortiNet's FortiIsolator version 2.0.1 and below may allow an attacker to reuse the unexpired admin user session IDs to gain admin privileges, should the attacker be able to obtain that session ID via other, hypothetical attacks...

9.8CVSS7.3AI score0.01523EPSS
SaveExploits0References1
CNNVD
CNNVD
added 2021/02/05 12:00 a.m.18 views

Fortinet FortiIsolator Code Issue Vulnerability

Fortinet FortiIsolator is a Fortinet USA application that provides remote security isolation capabilities for browsers. The application adds additional advanced threat protection capabilities to the Fortinet Security Fabric and protects business-critical data from sophisticated threats on the Web...

9.8CVSS7.3AI score0.01523EPSS
SaveExploits0References3
Oracle linux
Oracle linux
added 2021/01/28 12:00 a.m.39 views

firefox security update

78.7.0-2.0.1 - Removed Upstream references - Add firefox-oracle-default-prefs.js and remove the corresponding Red Hat file 78.7.0-2 - Update to 78.7.0 build2 78.7.0-1 - Update to 78.7.0 build1...

8.8CVSS1.4AI score0.01556EPSS
SaveExploits0
CNNVD
CNNVD
added 2020/12/31 12:00 a.m.13 views

Rust Resource Management Error Vulnerability

Rust is a general-purpose, compiled programming language from the Mozilla Foundation. A security vulnerability exists in Rust ordered-float crate before 1.1.1 and 2.x before 2.0.1, which stems from the fact that NotNan values can contain NaN...

5.5CVSS5.8AI score0.00387EPSS
SaveExploits1References2
OSV
OSV
added 2020/12/06 12:00 p.m.36 views

RUSTSEC-2020-0082 ordered_float:NotNan may contain NaN after panic in assignment operators

After using an assignment operators such as NotNan::addassign, NotNan::mulassign, etc., it was possible for the resulting NotNan value to contain a NaN. This could cause undefined behavior in safe code, because the safe NotNan::cmp method contains internal unsafe code that assumes the value is...

5.5CVSS5.4AI score0.00387EPSS
SaveExploits1References3
OSV
OSV
added 2020/11/29 12:00 p.m.79 views

RUSTSEC-2020-0088 MPMCConsumer/Producer allows sending non-Send type across threads

Affected versions of this crate unconditionally implemented Sync and Send traits for MPMCConsumer and MPMCProducer types. This allows users to send types that do not implement Send trait across thread boundaries, which can cause a data race. The flaw was corrected in the 2.0.1 release by adding T...

5.5CVSS5.2AI score0.00377EPSS
SaveExploits1References3
RustSec
RustSec
added 2020/11/29 12:00 p.m.26 views

MPMCConsumer/Producer allows sending non-Send type across threads

Affected versions of this crate unconditionally implemented Sync and Send traits for MPMCConsumer and MPMCProducer types. This allows users to send types that do not implement Send trait across thread boundaries, which can cause a data race. The flaw was corrected in the 2.0.1 release by adding T...

5.5CVSS3.4AI score0.00377EPSS
SaveExploits1Affected Software1
CNVD
CNVD
added 2020/11/24 12:00 a.m.11 views

Unspecified vulnerability in TYPO3 view_statistics

TYPO3 is a free and open source content management system framework CMS/CMF of the Swiss TYPO3 Association. A security vulnerability exists in the TYPO3 viewstatistics extension prior to version 2.0.1, which originates from saving all GET and POST data requested by the TYPO3 front-end to a...

6.5CVSS6.7AI score0.0053EPSS
SaveExploits0References1
CNNVD
CNNVD
added 2020/11/19 12:00 a.m.13 views

OPPO Oppo OvoiceManager Security Vulnerability

OPPO Oppo OvoiceManager is a voice management service for devices from China's OPPO Guangdong Mobile Communications OPPO. A security vulnerability exists in version 2.0.1 of com.oppo.ovoicemanager that stems from OvoiceManager having system privileges to write vulnerability reports for arbitrary...

10CVSS7.4AI score0.01387EPSS
SaveExploits0References2
Exploit DB
Exploit DB
added 2020/11/06 12:00 a.m.272 views

SmartBlog 2.0.1 - 'id_post' Blind SQL injection

Exploit Title: SmartBlog 2.0.1 - 'idpost' Blind SQL injection Date: 2020-11-05 Exploit Author: C0wnuts Vendor Homepage: https://github.com/smartdatasoft/smartblog Version: 2.0.1 Tested on: Linux Description : A blind SQL injection is present in the "idpost" parameter of the "details" controller. ...

5.3AI score
SaveExploits0
Packet Storm
Packet Storm
added 2020/11/06 12:00 a.m.361 views

SmartBlog 2.0.1 Blind SQL Injection

Exploit Title: SmartBlog 2.0.1 - 'idpost' Blind SQL injection Date: 2020-11-05 Exploit Author: C0wnuts Vendor Homepage: https://github.com/smartdatasoft/smartblog Version: 2.0.1 Tested on: Linux Description : A blind SQL injection is present in the "idpost" parameter of the "details" controller. ...

0.4AI score
SaveExploits0
Rows per page
Query Builder