Lucene search
+L

3150 matches found

Tenable Nessus
Tenable Nessus
added 2018/03/12 12:0 a.m.38 views

CentOS 7 : 389-ds-base (CESA-2018:0414)

An update for 389-ds-base is now available for Red Hat Enterprise Linux 7. Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System CVSS base score, which gives a detailed severity rating, is available for each vulnerability fr...

8.1CVSS7.6AI score0.04646EPSS
SaveExploits0References3
zdt
zdt
added 2018/03/09 12:0 a.m.1637 views

Microsoft Office - Composite Moniker Remote Code Execution Exploit

Exploit for windows platform in category local exploits What? This repo contains a Proof of Concept exploit for CVE-2017-8570, a.k.a the "Composite Moniker" vulnerability. This demonstrates using the Packager.dll trick to drop an sct file into the %TEMP% directory, and then execute it using the...

9.3CVSS7.9AI score0.99933EPSS
SaveExploits39
Tenable Nessus
Tenable Nessus
added 2018/03/08 12:0 a.m.34 views

Scientific Linux Security Update : 389-ds-base on SL7.x x86_64 (20180306)

Security Fixes : - 389-ds-base: remote Denial of Service DoS via search filters in SetUnicodeStringFromUTF8 in collate.c CVE-2018-1054 - 389-ds-base: Authentication bypass due to lack of size check in slapictmemcmp function in chmalloc.c CVE-2017-15135 Bug Fixes : - Previously, if an administrato...

8.1CVSS7.6AI score0.04646EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2018/03/02 12:0 a.m.15 views

PT-2018-10028 · Linux +3 · Linux Kernel +3

Name of the Vulnerable Software and Affected Versions: Linux kernel versions through 4.15.7 Description: The netfilter subsystem in the Linux kernel mishandles the case of a rule blob that contains a jump but lacks a user-defined chain, which allows local users to cause a denial of service NULL...

10CVSS7.3AI score0.92621EPSS
SaveExploits99References594
Talos Blog
Talos Blog
added 2018/03/01 7:29 a.m.148 views

Vulnerability Spotlight: Dovecot out-of-bounds Read Vulnerability

Overview Today, Cisco Talos is disclosing a single out-of-bounds read vulnerability in the Dovecot IMAP server. Dovecot is a popular internet message access protocol, or IMAP, server with performance and security-oriented design. It is a popular choice for robust email servers. In accordance with...

5.5CVSS0.9AI score0.16979EPSS
SaveExploits0
n0where
n0where
added 2018/02/03 2:32 a.m.150 views

Generic Signature Format for SIEM Systems: Sigma

Sigma is a generic and open signature format that allows you to describe relevant log events in a straight forward manner. The rule format is very flexible, easy to write and applicable to any type of log file. The main purpose of this project is to provide a structured form in which researchers ...

7.4AI score
SaveExploits0References3
OSV
OSV
added 2018/01/25 8:29 a.m.6 views

CVE-2018-5967

Netis WF2419 V2.2.36123 devices allow XSS via the Description parameter on the Bandwidth Control Rule Settings page...

5.4CVSS5.8AI score0.00672EPSS
SaveExploits1References1
CVE
CVE
added 2018/01/25 8:0 a.m.46 views

CVE-2018-5967

CVE-2018-5967 affects Netis WF2419 devices (v2.2.36123) where the Description field on the Bandwidth Control Rule Settings page is vulnerable to XSS. The root cause is inadequate filtering of user-supplied data in that Description parameter, allowing a remote attacker to inject script/HTML into t...

5.4CVSS5.3AI score0.00672EPSS
SaveExploits1References1Affected Software1
CNVD
CNVD
added 2018/01/25 12:0 a.m.6 views

Netis WF2419 Cross-Site Scripting Vulnerability

Netis WF2419 is a wireless router product from China Tandan Network NETIS. A cross-site scripting vulnerability exists in the Netis WF2419 version 2.2.36123, which is caused by the program failing to adequately filter user-submitted data. The vulnerability can be exploited by a remote attacker to...

5.4CVSS6.1AI score0.00672EPSS
SaveExploits1References1
Talos Blog
Talos Blog
added 2018/01/17 9:46 a.m.178 views

Vulnerability Spotlight: Tinysvcmdns Multi-label DNS DoS Vulnerability

Overview Talos is disclosing a single NULL pointer dereference vulnerability in the tinysvcmdns library. Tinysvcmdns is a tiny MDNS responder implementation for publishing services. This is essentially a mini and embedded version of Avahi or Bonjour. Details Discovered by Claudio Bozzato, Yves...

5CVSS0.8AI score0.02426EPSS
SaveExploits1
exploitpack
exploitpack
added 2018/01/09 12:0 a.m.685 views

Microsoft Office - Composite Moniker Remote Code Execution

Microsoft Office - Composite Moniker Remote Code Execution What? This repo contains a Proof of Concept exploit for CVE-2017-8570, a.k.a the "Composite Moniker" vulnerability. This demonstrates using the Packager.dll trick to drop an sct file into the %TEMP% directory, and then execute it using th...

9.3CVSS0.99933EPSS
SaveExploits39
Exploit DB
Exploit DB
added 2018/01/09 12:0 a.m.286 views

Microsoft Office - 'Composite Moniker Remote Code Execution

What? This repo contains a Proof of Concept exploit for CVE-2017-8570, a.k.a the "Composite Moniker" vulnerability. This demonstrates using the Packager.dll trick to drop an sct file into the %TEMP% directory, and then execute it using the primitive that the vulnerability provides. Download:...

9.3CVSS7.8AI score0.85608EPSS
SaveExploits14
Packet Storm
Packet Storm
added 2017/12/21 12:0 a.m.45 views

Netis-WF2419 HTML Injection

Exploit Title: Netis-WF2419 HTML Injection Date: 20/12/2017 Exploit Author: Sajibe Kanti Vendor Homepage: http://www.netis-systems.com/ Version: Netis-WF2419 , V2.2.36123 Tested on: Windows 8.1 HTML Injection in Netis-WF2419 Netis-WF2419 is prone to an HTML-injection vulnerability because it fail...

7.4AI score
SaveExploits0
Jake Archibald's Blog
Jake Archibald's Blog
added 2017/12/07 1:23 p.m.14 views

await vs return vs return await

When writing async functions, there are differences between await vs return vs return await, and picking the right one is important. Let's start with this async function: async function waitAndMaybeReject // Wait one second await new Promiser = setTimeoutr, 1000; // Toss a coin const isHeads =...

7.4AI score
SaveExploits0
Jake Archibald's Blog
Jake Archibald's Blog
added 2017/12/07 1:23 p.m.16 views

await vs return vs return await

When writing async functions, there are differences between await vs return vs return await, and picking the right one is important. Let's start with this async function: async function waitAndMaybeReject // Wait one second await new Promiser = setTimeoutr, 1000; // Toss a coin const isHeads =...

7.4AI score
SaveExploits0
CNVD
CNVD
added 2017/11/21 12:0 a.m.8 views

Belden Hirschmann Tofino Xenon Security Appliance Firewall Bypass Vulnerability

The Tofino Xenon security appliance is the ideal solution for segmenting control networks into secure zones. A firewall bypass vulnerability exists in the Tofino Xenon security appliance prior to version 03.2.00. The vulnerability is due to a design flaw in the OPC classic and custom netfilter...

10CVSS6.8AI score0.01545EPSS
SaveExploits0References1
NVD
NVD
added 2017/11/15 8:29 a.m.27 views

CVE-2017-8814

The language converter in MediaWiki before 1.27.4, 1.28.x before 1.28.3, and 1.29.x before 1.29.2 allows attackers to replace text inside tags via a rule definition followed by "a lot of junk."...

7.5CVSS7.5AI score0.01606EPSS
SaveExploits0References3
UbuntuCve
UbuntuCve
added 2017/11/15 8:29 a.m.30 views

CVE-2017-8814

The language converter in MediaWiki before 1.27.4, 1.28.x before 1.28.3, and 1.29.x before 1.29.2 allows attackers to replace text inside tags via a rule definition followed by "a lot of junk."...

7.5CVSS7.1AI score0.01606EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2017/11/15 8:0 a.m.30 views

CVE-2017-8814

The language converter in MediaWiki before 1.27.4, 1.28.x before 1.28.3, and 1.29.x before 1.29.2 allows attackers to replace text inside tags via a rule definition followed by "a lot of junk."...

8.3AI score0.01606EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2017/11/15 8:0 a.m.41 views

CVE-2017-8814

The language converter in MediaWiki before 1.27.4, 1.28.x before 1.28.3, and 1.29.x before 1.29.2 allows attackers to replace text inside tags via a rule definition followed by "a lot of junk."...

7.5CVSS8.4AI score0.01606EPSS
SaveExploits0
Rows per page
Query Builder