Lucene search
+L

7113 matches found

Tenable Nessus
Tenable Nessus
added 2021/11/11 12:0 a.m.45 views

RHEL 8 : go-toolset:rhel8 (RHSA-2021:4156)

The remote Redhat Enterprise Linux 8 host has packages installed that are affected by multiple vulnerabilities as referenced in the RHSA-2021:4156 advisory. Go Toolset provides the Go programming language tools and libraries. Go is alternatively known as golang. The following packages have been...

7.5CVSS7.2AI score0.034EPSS
SaveExploits3References15
Tenable Nessus
Tenable Nessus
added 2021/11/11 12:0 a.m.47 views

RHEL 8 : grafana (RHSA-2021:4226)

The remote Redhat Enterprise Linux 8 host has a package installed that is affected by multiple vulnerabilities as referenced in the RHSA-2021:4226 advisory. Grafana is an open source, feature rich metrics dashboard and graph editor for Graphite, InfluxDB & OpenTSDB. The following packages have be...

7.5CVSS7.2AI score0.83042EPSS
SaveExploits3References15
OpenVAS
OpenVAS
added 2021/11/11 12:0 a.m.21 views

Mozilla Firefox Security Advisory (MFSA2013-47) - Linux

This host is missing a security update for Mozilla Firefox. Copyright C 2021 Greenbone Networks GmbH Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-or-later This program is free software; y...

6.5CVSS7AI score0.06696EPSS
SaveExploits1References5
Tenable Nessus
Tenable Nessus
added 2021/11/11 12:0 a.m.44 views

CentOS 8 : go-toolset:rhel8 (CESA-2021:4156)

The remote CentOS Linux 8 host has packages installed that are affected by multiple vulnerabilities as referenced in the CESA-2021:4156 advisory. - golang: net: lookup functions may return invalid host names CVE-2021-33195 - golang: net/http/httputil: ReverseProxy forwards connection headers if...

7.5CVSS7AI score0.034EPSS
SaveExploits3References5
OSV
OSV
added 2021/11/10 6:59 p.m.11 views

GHSA-H67M-XG8F-FXCF Deadlock in mutually recursive `tf.function` objects

Impact The code behind tf.function API can be made to deadlock when two tf.function decorated Python functions are mutually recursive: python import tensorflow as tf @tf.function def fun1num: if num == 1: return printnum fun2num-1 @tf.function def fun2num: if num == 0: return printnum fun1num-1...

5.5CVSS6AI score0.00235EPSS
SaveExploits0References7
Code423n4
Code423n4
added 2021/11/10 12:0 a.m.14 views

FSDVesting: Claiming tributes should call FSD token's corresponding functions

Handle hickuphh3 Vulnerability details Impact The claiming of staking and governance tributes for the a beneficiary's vested tokens should be no different than other users / EOAs. However, the claimTribute and claimGovernanceTribute are missing the actual claiming calls to the corresponding...

6.8AI score
SaveExploits0
OSV
OSV
added 2021/11/09 9:43 a.m.47 views

ALSA-2021:4526 Important: mingw-glib2 security, bug fix, and enhancement update

GLib provides the core application building blocks for libraries and applications written in C. It provides the core object system used in GNOME, the main loop implementation, and a large set of utility functions for strings and common data structures. The following packages have been upgraded to...

7.5CVSS7.5AI score0.0408EPSS
SaveExploits1References2
OSV
OSV
added 2021/11/09 9:16 a.m.47 views

ALSA-2021:4385 Moderate: glib2 security and bug fix update

GLib provides the core application building blocks for libraries and applications written in C. It provides the core object system used in GNOME, the main loop implementation, and a large set of utility functions for strings and common data structures. Security Fixes: glib2: Possible privilege...

5.5CVSS6.4AI score0.02622EPSS
SaveExploits2References2
OSV
OSV
added 2021/11/08 10:15 p.m.6 views

DEBIAN-CVE-2021-41253

Zydis is an x86/x86-64 disassembler library. Users of Zydis versions v3.2.0 and older that use the string functions provided in zycore in order to append untrusted user data to the formatter buffer within their custom formatter hooks can run into heap buffer overflows. Older versions of Zydis...

8.1CVSS8AI score0.01804EPSS
SaveExploits1References1
Cvelist
Cvelist
added 2021/11/08 9:45 p.m.39 views

CVE-2021-41253 Possible heap buffer overflow when using zycore string functions in formatter hooks

Zydis is an x86/x86-64 disassembler library. Users of Zydis versions v3.2.0 and older that use the string functions provided in zycore in order to append untrusted user data to the formatter buffer within their custom formatter hooks can run into heap buffer overflows. Older versions of Zydis...

5.9CVSS8.3AI score0.01804EPSS
SaveExploits1References4
Hacker One
Hacker One
added 2021/11/08 9:24 p.m.93 views

U.S. Dept Of Defense: Unauthenticated Access to Admin Panel Functions at https://██████████/████████

Description: I discovered that the admin panel at https://████/█████ and all its functions can be accessed without authentication. Impact An attacker is able to use the administrative functions in order to upload, delete or modify files. System Hosts ████████ Affected Products and Versions ██████...

7.4AI score
SaveExploits0
FreeBSD
FreeBSD
added 2021/11/08 12:0 a.m.19 views

zydis -- heap buffer overflow

Zyantific reports: Zydis users of versions v3.2.0 and older that use the string functions provided in zycore in order to append untrusted user data to the formatter buffer within their custom formatter hooks can run into heap buffer overflows. Older versions of Zydis failed to properly initialize...

8.1CVSS2.9AI score0.01804EPSS
SaveExploits1References1
OpenVAS
OpenVAS
added 2021/11/08 12:0 a.m.21 views

Mozilla Firefox Security Advisory (MFSA2016-07) - Linux

This host is missing a security update for Mozilla Firefox. Copyright C 2021 Greenbone Networks GmbH Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-or-later This program is free software; y...

6.5CVSS8.1AI score0.03121EPSS
SaveExploits0References3
NVD
NVD
added 2021/11/05 11:15 p.m.60 views

CVE-2021-41213

TensorFlow is an open source platform for machine learning. In affected versions the code behind tf.function API can be made to deadlock when two tf.function decorated Python functions are mutually recursive. This occurs due to using a non-reentrant Lock Python object. Loading any model which...

5.5CVSS0.00235EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2021/11/05 3:39 p.m.31 views

CVE-2021-42543 AzeoTech DAQFactory

The affected application uses specific functions that could be abused through a crafted project file, which could lead to code execution, system reboot, and system shutdown...

7.8CVSS7.8AI score0.00766EPSS
SaveExploits0References1
CNNVD
CNNVD
added 2021/11/05 12:0 a.m.10 views

Google TensorFlow 资源管理错误漏洞

Google TensorFlow is an end-to-end open source platform for machine learning from Google, Inc. A resource management error vulnerability exists in Google TensorFlow, which stems from the fact that when two tf.function-modified Python functions recurse on each other, the code behind the tf.functio...

5.5CVSS5.7AI score0.00235EPSS
SaveExploits0References4
OSV
OSV
added 2021/11/04 5:15 p.m.21 views

CVE-2021-21694

FilePathtoURI, FilePathhasSymlink, FilePathabsolutize, FilePathisDescendant, and FilePathgetDiskSpace do not check any permissions in Jenkins 2.318 and earlier, LTS 2.303.2 and earlier...

9.8CVSS6.6AI score
SaveExploits0References1
CNVD
CNVD
added 2021/11/04 12:0 a.m.53 views

WordPress Access Control Error Vulnerability

WordPress is the WordPress Wordpress Foundation's suite of blogging platforms developed using the PHP language. The platform supports the hosting of personal blog sites on servers with PHP and MySQL. WordPress Plugin Hashthemes Demo Importer 1.1.1 and earlier is vulnerable to an access control...

8.1CVSS1.6AI score0.01016EPSS
SaveExploits1References1
Positive Technologies
Positive Technologies
added 2021/11/01 12:0 a.m.8 views

PT-2021-22539 · Hasthemes · Hashthemes Demo Importer Plugin

Name of the Vulnerable Software and Affected Versions: Hashthemes Demo Importer Plugin versions 1.1.1 and earlier Description: The issue allows logged-in users to execute a function that truncates nearly all database tables and removes the contents of wp-content/uploads, due to several AJAX...

8.1CVSS8AI score0.01016EPSS
SaveExploits1References4
CNNVD
CNNVD
added 2021/11/01 12:0 a.m.11 views

Unicode 安全漏洞

Unicode Universal Character Set is a universal character encoding standard organized by the Unicode Consortium. It is used to assign a code to every character and symbol in every language in the world. A security vulnerability exists in the Unicode Specification version 14.0 and earlier versions,...

8.3CVSS8.1AI score0.04485EPSS
SaveExploits1References15
Rows per page
Query Builder