Lucene search
+L

329 matches found

RustSec
RustSec
added 2018/07/31 12:0 p.m.19 views

chan is end-of-life; use crossbeam-channel instead

chan has reached its end-of-life and is now deprecated. The intended successor of this crate is crossbeam-channel. Its API is strikingly similar, but comes with a much better select! macro, better performance, a better test suite and an all-around better implementation...

1.3AI score
SaveExploits0Affected Software1
Kitploit
Kitploit
added 2018/06/22 10:33 p.m.27 views

CHIPSEC - Platform Security Assessment Framework

CHIPSEC is a framework for analyzing the security of PC platforms including hardware, system firmware BIOS/UEFI, and platform components. It includes a security test suite, tools for accessing various low level interfaces, and forensic capabilities. It can be run on Windows, Linux, Mac OS X and...

7.7AI score
SaveExploits0References3
myhack58
myhack58
added 2017/07/02 12:0 a.m.112 views

Using the CTS for vulnerability detection and principles of analysis-vulnerability warning-the black bar safety net

360 Vulpecker team Membership 360 Information Security Department, committed to the Android application and the system-layer vulnerability discovery as well as other Android security research. We passed on the CTS frame of the research, the preparation of a vulnerability detection aspect of the...

7.4AI score
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2017/06/07 12:0 a.m.14 views

GLSA-201706-05 : D-Bus: Multiple vulnerabilities

The remote host is affected by the vulnerability described in GLSA-201706-05 D-Bus: Multiple vulnerabilities Multiple vulnerabilities have been discovered in D-Bus. Please review the original report referenced below for details. Impact : An attacker could possibly overwrite arbitrary files named...

5.9AI score
SaveExploits0References2
Prion
Prion
added 2017/03/25 12:59 a.m.22 views

Design/Logic Flaw

The AMD Ryzen processor with AGESA microcode through 2017-01-27 allows local users to cause a denial of service system hang via an application that makes a long series of FMA3 instructions, as demonstrated by the Flops test suite...

4.9CVSS5.3AI score0.00381EPSS
SaveExploits0References5Affected Software1
UbuntuCve
UbuntuCve
added 2017/03/25 12:59 a.m.33 views

CVE-2017-7262

The AMD Ryzen processor with AGESA microcode through 2017-01-27 allows local users to cause a denial of service system hang via an application that makes a long series of FMA3 instructions, as demonstrated by the Flops test suite...

5.5CVSS6.1AI score0.00381EPSS
SaveExploits0References5
OSV
OSV
added 2017/03/25 12:59 a.m.6 views

CVE-2017-7262

The AMD Ryzen processor with AGESA microcode through 2017-01-27 allows local users to cause a denial of service system hang via an application that makes a long series of FMA3 instructions, as demonstrated by the Flops test suite...

5.5CVSS5.8AI score0.00381EPSS
SaveExploits0References5
Hacker One
Hacker One
added 2017/01/22 6:9 p.m.25 views

shopify-scripts: Incorrect code generation with redo inside NODE_RESCUE.

The following code causes mruby to use up all available memory: class A redo rescue c end Following the execution, we see the code in codegen.c jumping between CASEOPONERR and CASEOPJMP. CASEOPONERR uses realloc to double the size of mrb-c-rescue, and since it is stuck in an infinite loop between...

7.1AI score
SaveExploits0
Oracle linux
Oracle linux
added 2016/11/09 12:0 a.m.40 views

firewalld security, bug fix, and enhancement update

0.4.3.2-8 - Exclude firewallctl RHBZ1374799 0.4.3.2-7 - Tolerate ipv6rpfilter fail RHBZ1285769 - Fix setrules to copy the rule before extracting the table RHBZ1373260 - Translation update RHBZ1273296 - Conflict with NetworkManager 1:1.4.0-3.el7 RHBZ1366288 0.4.3.2-6 - Do not use exit code 254 for...

5.5CVSS5.8AI score0.00364EPSS
SaveExploits0
Fedora
Fedora
added 2016/05/17 3:23 p.m.59 views

[SECURITY] Fedora 24 Update: owasp-java-html-sanitizer-20160422.1-1.fc24

A fast and easy to configure HTML Sanitizer written in Java which lets you include HTML authored by third-parties in your web application while protecting against XSS. The code was written with security best practices in mind, has an extensive test suite, and has undergone adversarial security...

7.5CVSS1.7AI score0.01755EPSS
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2016/02/08 12:0 a.m.30 views

openSUSE Security Update : curl (openSUSE-2016-152)

This update for curl fixes the following issues : - CVE-2016-0755: libcurl would reuse NTLM-authenticated proxy connections without properly making sure that the connection was authenticated with the same credentials as set for this transfer bsc962983 The following non-security bugs were fixed : ...

7.3CVSS7.3AI score0.09327EPSS
SaveExploits0References5
OSV
OSV
added 2016/02/05 1:51 p.m.8 views

SUSE-SU-2016:0347-1 Security update for curl

This update for curl fixes the following issues: - CVE-2016-0755: libcurl would reuse NTLM-authenticated proxy connections without properly making sure that the connection was authenticated with the same credentials as set for this transfer bsc962983 The following non-security bugs were fixed: -...

7.3CVSS7.4AI score0.09327EPSS
SaveExploits0References5
OSV
OSV
added 2016/02/04 2:51 p.m.8 views

SUSE-SU-2016:0340-1 Security update for curl

This update for curl fixes the following issues: - CVE-2016-0755: libcurl would reuse NTLM-authenticated proxy connections without properly making sure that the connection was authenticated with the same credentials as set for this transfer bsc962983 The following non-security bugs were fixed: -...

7.3CVSS7.4AI score0.09327EPSS
SaveExploits0References6
n0where
n0where
added 2016/01/14 11:18 p.m.33 views

Multi protocol Test Suite

MTS Multi protocol Test Suite is a multi protocol testing tool specially designed for telecom IP-based architectures. With MTS Multi protocol Test Suite you get the powerful tool to: Test protocols with functional and regression tests Test load endurance and stress tests Simulate all network...

0.5AI score
SaveExploits0
Kitploit
Kitploit
added 2015/12/22 10:35 p.m.35 views

Phan - Static Analyzer For PHP

Phan is a static analyzer for PHP. Getting it running Phan requires PHP 7+ with the php-ast extension loaded. The code you analyze can be written for any version of PHP. To get phan running; 1. Clone the repo 2. Run composer install to load dependencies 3. Run ./test to run the test suite 4. Test...

7.1AI score
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2015/12/10 12:0 a.m.55 views

CentOS 7 : kernel (CESA-2015:2552)

Updated kernel packages that fix two security issues, several bugs, and add one enhancement are now available for Red Hat Enterprise Linux 7. Red Hat Product Security has rated this update as having Important security impact. Common Vulnerability Scoring System CVSS base scores, which give detail...

10CVSS6.2AI score0.02501EPSS
SaveExploits0References3
Oracle linux
Oracle linux
added 2015/11/23 12:0 a.m.46 views

chrony security, bug fix, and enhancement update

2.1.1-1 - update to 2.1.1 1117882 - add -n option to gzip command to not save timestamp 2.1-1 - update to 2.1 1117882 1169353 1206504 1209568 CVE-2015-1821 CVE-2015-1822 CVE-2015-1853 - extend chrony-helper to allow using servers from DNS SRV records 1211600 - add servers from DHCP with iburst...

6.5CVSS3.7AI score0.03414EPSS
SaveExploits0
RedhatCVE
RedhatCVE
added 2015/10/30 9:44 a.m.28 views

CVE-2006-2073

Unspecified vulnerability in ISC BIND allows remote attackers to cause a denial of service via a crafted DNS message with a "broken" TSIG, as demonstrated by the OUSPG PROTOS DNS test suite...

5CVSS7.1AI score0.07986EPSS
SaveExploits0References2
Fedora
Fedora
added 2015/04/18 9:49 a.m.17 views

[SECURITY] Fedora 20 Update: perl-Test-Signature-1.11-1.fc20

Module::Signature allows you to verify that a distribution has not been tampered with. Test::Signature lets that be tested as part of the distribution's test suite...

2.5AI score
SaveExploits0
Fedora
Fedora
added 2015/04/18 9:34 a.m.17 views

[SECURITY] Fedora 21 Update: perl-Test-Signature-1.11-1.fc21

Module::Signature allows you to verify that a distribution has not been tampered with. Test::Signature lets that be tested as part of the distribution's test suite...

2.5AI score
SaveExploits0
Rows per page
Query Builder