Lucene search
+L

9753 matches found

OSV
OSV
added 2021/08/24 12:15 p.m.21 views

CVE-2021-33191

From Apache NiFi MiNiFi C++ version 0.5.0 the c2 protocol implements an "agent-update" command which was designed to patch the application binary. This "patching" command defaults to calling a trusted binary, but might be modified to an arbitrary value through a "c2-update" command. Said command ...

9.8CVSS7AI score
SaveExploits0References3
NVD
NVD
added 2021/08/20 10:15 p.m.36 views

CVE-2021-21827

A heap-based buffer overflow vulnerability exists in the XML Decompression DecodeTreeBlock functionality of AT&T Labs Xmill 0.7. Within DecodeTreeBlock which is called during the decompression of an XMI file, a UINT32 is loaded from the file and used as trusted input as the length of a buffer. An...

9.8CVSS0.01136EPSS
SaveExploits1References1
CNVD
CNVD
added 2021/08/19 12:00 a.m.29 views

EyouCms cross-site request forgery vulnerability

Eyoucms is an open source content management system CMS based on ThinkPHP. eyoucms has a cross-site request forgery vulnerability in version 1.3.6, which stems from a WEB application that does not sufficiently verify that requests come from trusted users. An attacker can use the forged malicious...

6.8CVSS3.9AI score0.00605EPSS
SaveExploits1Affected Software1
Cvelist
Cvelist
added 2021/08/17 7:07 p.m.31 views

CVE-2021-3619 Rapid7 Velociraptor Notebooks Authenticated Persistent XSS

Rapid7 Velociraptor 0.5.9 and prior is vulnerable to a post-authentication persistent cross-site scripting XSS issue, where an authenticated user could abuse MIME filetype sniffing to embed executable code on a malicious upload. This issue was fixed in version 0.6.0. Note that login rights to...

3.5CVSS5.2AI score0.00578EPSS
SaveExploits0References2
OSV
OSV
added 2021/08/17 2:15 p.m.9 views

CVE-2020-4992

IBM DataPower Gateway 2018.4.1.0 through 2018.4.1.16 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: 192737...

6.5CVSS5.9AI score0.004EPSS
SaveExploits0References2
The Hacker News
The Hacker News
added 2021/08/17 11:55 a.m.45 views

Malicious Ads Target Cryptocurrency Users With Cinobi Banking Trojan

A new social engineering-based malvertising campaign targeting Japan has been found to deliver a malicious application that deploys a banking trojan on compromised Windows machines to steal credentials associated with cryptocurrency accounts. The application masquerades as an animated porn game, ...

0.6AI score
SaveExploits0
CNNVD
CNNVD
added 2021/08/16 12:00 a.m.8 views

IBM DataPower Gateway 跨站请求伪造漏洞

IBM DataPower Gateway is a set of security and integration platforms from IBM USA designed specifically for mobile, cloud, application programming interface API, web, service-oriented architecture SOA, B2B and cloud workloads. The platform protects, integrates, and optimizes access across channel...

6.5CVSS5.5AI score0.004EPSS
SaveExploits0References3
CNVD
CNVD
added 2021/08/13 12:00 a.m.37 views

Domainmod Cross-Site Request Forgery Vulnerability (CNVD-2021-70163)

Domainmod is a PHP and MySQL based open source application from the Domainmod community for managing centrally located domain names and other Internet assets. Domainmod suffers from a cross-site request forgery vulnerability that stems from the WEB application not adequately verifying that a...

4.3CVSS4.5AI score0.00483EPSS
SaveExploits1References1
CNNVD
CNNVD
added 2021/08/12 12:00 a.m.5 views

Domainmod 跨站请求伪造漏洞

Domainmod is a PHP and MySQL based open source application from the Domainmod community for managing centrally located domain names and other Internet assets. Domainmod suffers from a cross-site request forgery vulnerability that stems from the WEB application not adequately verifying that a...

4.3CVSS5.5AI score0.00483EPSS
SaveExploits1References1
Palo Alto Networks
Palo Alto Networks
added 2021/08/11 4:00 p.m.233 views

PAN-OS: Invalid URLs in an External Dynamic List (EDL) can Lead to Firewall Outage

Certain invalid URL entries contained in an External Dynamic List EDL cause the Device Server daemon devsrvr to stop responding. This condition causes subsequent commits on the firewall to fail and prevents administrators from performing commits and configuration changes even though the firewall...

5.9CVSS1.8AI score0.00843EPSS
SaveExploits0References1
Positive Technologies
Positive Technologies
added 2021/08/11 12:00 a.m.16 views

PT-2021-9102

Name of the Vulnerable Software and Affected Versions Linaro OP-TEE versions prior to 3.7.0 Description The issue allows an attacker to call update and final cryptographic functions directly by using inconsistent or malformed data, potentially causing a crash that could leak sensitive information...

9.1CVSS7.7AI score0.00868EPSS
SaveExploits0References7
OSV
OSV
added 2021/08/10 5:15 p.m.11 views

CVE-2020-25082

An attacker with physical access to Nuvoton Trusted Platform Module NPCT75x 7.2.x before 7.2.2.0 could extract an Elliptic Curve Cryptography ECC private key via a side-channel attack against ECDSA, because of an Observable Timing Discrepancy...

3.8CVSS5.8AI score0.00207EPSS
SaveExploits0References1
RedHat Linux
RedHat Linux
added 2021/08/10 4:14 p.m.10 views

rust: panic safety issue in Zip implementation

In the standard library in Rust before 1.52.0, the Zip implementation has a panic safety issue. It calls iteratorgetunchecked more than once for the same index when the underlying iterator panics in certain conditions. This bug could lead to a memory safety violation due to an unmet safety...

5.3CVSS5.8AI score0.01566EPSS
SaveExploits1References4
RedHat Linux
RedHat Linux
added 2021/08/10 4:14 p.m.15 views

rust: memory safety violation in Zip implementation when next_back() and next() are used together

In the standard library in Rust before 1.52.0, the Zip implementation calls iteratorgetunchecked more than once for the same index under certain conditions when nextback and next are used together. This bug could lead to a memory safety violation due to an unmet safety requirement for the...

7.5CVSS5.8AI score0.01997EPSS
SaveExploits1References4
RedHat Linux
RedHat Linux
added 2021/08/10 4:14 p.m.12 views

rust: memory safety violation in Zip implementation for nested iter::Zips

In the standard library in Rust before 1.51.0, the Zip implementation calls iteratorgetunchecked for the same index more than once when nested. This bug can lead to a memory safety violation due to an unmet safety requirement for the TrustedRandomAccess trait...

7.5CVSS5.8AI score0.01387EPSS
SaveExploits0References4
CVE
CVE
added 2021/08/10 3:28 p.m.84 views

CVE-2020-25082

CVE-2020-25082 concerns Nuvoton NPCT75x TPMs where an attacker with physical access could extract an ECC private key via a side-channel timing discrepancy in ECDSA. Affected products are NPCT75x with firmware series 7.2.x prior to 7.2.2.0. The vulnerability arises from observable timing differenc...

3.8CVSS4.1AI score0.00207EPSS
SaveExploits0References1Affected Software1
Huntr
Huntr
added 2021/08/10 8:50 a.m.14 views

Cross-site Scripting (XSS) - Reflected in erudika/scoold

✍️ Description It occurs when a malicious script is injected directly into a vulnerable web application. Reflected XSS involves the reflecting of a malicious script off of a web application, onto a user's browser. 🕵️‍♂️ Proof of Concept...

0.7AI score
SaveExploits0References1
RedHat Linux
RedHat Linux
added 2021/08/10 7:28 a.m.11 views

rust: memory safety violation in Zip implementation when next_back() and next() are used together

In the standard library in Rust before 1.52.0, the Zip implementation calls iteratorgetunchecked more than once for the same index under certain conditions when nextback and next are used together. This bug could lead to a memory safety violation due to an unmet safety requirement for the...

7.5CVSS5.8AI score0.01997EPSS
SaveExploits1References4
RedHat Linux
RedHat Linux
added 2021/08/10 7:28 a.m.9 views

rust: panic safety issue in Zip implementation

In the standard library in Rust before 1.52.0, the Zip implementation has a panic safety issue. It calls iteratorgetunchecked more than once for the same index when the underlying iterator panics in certain conditions. This bug could lead to a memory safety violation due to an unmet safety...

5.3CVSS5.8AI score0.01566EPSS
SaveExploits1References4
RedHat Linux
RedHat Linux
added 2021/08/10 7:28 a.m.9 views

rust: memory safety violation in Zip implementation for nested iter::Zips

In the standard library in Rust before 1.51.0, the Zip implementation calls iteratorgetunchecked for the same index more than once when nested. This bug can lead to a memory safety violation due to an unmet safety requirement for the TrustedRandomAccess trait...

7.5CVSS5.8AI score0.01387EPSS
SaveExploits0References4
Rows per page
Query Builder