Lucene search
K

3096 matches found

CNNVD
CNNVD
added 2021/08/03 12:0 a.m.3 views

Fortinet FortiPortal 安全漏洞

Fortinet FortiSandbox is an APT Advanced Persistent Threat protection appliance from Fortinet. The appliance offers dual sandbox technology, dynamic threat intelligence system, real-time control panel and reporting. Fortinet FortiPortal has a security vulnerability that exists due to FortiPortal'...

7.5CVSS7.3AI score0.00427EPSS
Exploits0References3
Fortinet
Fortinet
added 2021/08/03 12:0 a.m.21 views

FortiPortal - Use of a predictable salt and digest-based algorithm for password hashing

A use of one-way hash with a predictable salt CWE-760 vulnerability in the password storing mechanism of FortiPortal may allow an attacker already in possession of the password store to decrypt the passwords by means of precomputed tables...

5CVSS7.4AI score0.00427EPSS
Exploits0Affected Software1
Huntr
Huntr
added 2021/08/02 5:13 p.m.20 views

in star7th/showdoc

✍️ Description The referenced code contains a hard-coded salt that is used for all passwords, ideally - a unique salt should be generated for each password and then would be stored alongside it as oppose to the constant one that is used for all passwords in the showdoc repository. 🕵️‍♂️ Proof of...

4CVSS0.2AI score0.0046EPSS
Exploits1
OSV
OSV
added 2021/07/30 2:15 p.m.2 views

CVE-2021-28674

The node management page in SolarWinds Orion Platform before 2020.2.5 HF1 allows an attacker to create or delete a node outside of the attacker's perimeter via an account with write permissions. This occurs because node IDs are predictable with incrementing numbers and the access control on...

5.4CVSS5.8AI score0.00908EPSS
Exploits0References2
ATTACKERKB
ATTACKERKB
added 2021/07/30 2:15 p.m.3 views

CVE-2021-28674

The node management page in SolarWinds Orion Platform before 2020.2.5 HF1 allows an attacker to create or delete a node outside of the attacker's perimeter via an account with write permissions. This occurs because node IDs are predictable with incrementing numbers and the access control on...

5.5CVSS5.5AI score0.00908EPSS
Exploits0References3
CNNVD
CNNVD
added 2021/07/30 12:0 a.m.3 views

Solarwinds Orion Platform 安全漏洞

Solarwinds Orion Platform is a network fault and network performance management platform from Solarwinds, Inc. The platform provides real-time monitoring and analysis of network devices, and supports custom web interfaces, multiple user opinions, and map-based browsing of the entire network, etc....

5.5CVSS5.7AI score0.00908EPSS
Exploits0References3
Huntr
Huntr
added 2021/07/29 7:50 a.m.13 views

in yiisoft/yii2

✍️ Description Insecure randomness errors occur when a function that can produce predictable values is used as a source of randomness in security-sensitive context. In this case the function that generates weak random numbers is mtrand in CaptchaAction.php at line 217. 🕵️‍♂️ Proof of Concept ?php...

5CVSS5.6AI score0.017EPSS
Exploits1References3
NVD
NVD
added 2021/07/09 11:15 a.m.24 views

CVE-2012-2666

golang/go in 1.0.2 fixes all.bash on shared machines. dotest in src/pkg/debug/gosym/pclntabtest.go creates a temporary file with predicable name and executes it as shell script...

9.8CVSS0.01935EPSS
Exploits1References5
CNNVD
CNNVD
added 2021/07/09 12:0 a.m.2 views

Google Golang 安全漏洞

Google Golang is a static, strongly typed, compiled language from Google.The syntax of Go is close to C, but with differences in variable declarations.Go supports garbage collection.Go's parallel model is based on Tony Hall's Communicating Sequential Processes CSP, and other languages with a...

9.8CVSS8.2AI score0.01935EPSS
Exploits1References6
Gentoo Linux
Gentoo Linux
added 2021/07/03 12:0 a.m.106 views

libqb: Insecure temporary file

Background libqb is a library with the primary purpose of providing high-performance, reusable features for client-server architecture, such as logging, tracing, inter-process communication IPC, and polling. Description It was discovered that libqb used predictable filenames under /dev/shm and /t...

7.1CVSS2.2AI score0.00655EPSS
Exploits1
Rosalinux
Rosalinux
added 2021/07/02 6:4 p.m.37 views

Advisory ROSA-SA-2021-1963

Software: rpm 4.11.3 OS: Cobalt 7.9 CVE-ID: CVE-2017-7501 CVE-Crit: HIGH CVE-DESC: It was discovered that rpm versions prior to 4.13.0.2 use temporary files with predictable names when installing RPM. An attacker with the ability to write to the directory where the files will be installed could...

7.8CVSS7.1AI score0.01754EPSS
Exploits0
Rosalinux
Rosalinux
added 2021/07/02 4:39 p.m.35 views

Advisory ROSA-SA-2021-1829

Software: erlang R16B OS: Cobalt 7.9 CVE-ID: CVE-2011-0766 CVE-Crit: MEDIUM CVE-DESC: The random number generator in the Crypto application before 2.0.2.2.2 and SSH before 2.0.5, which was used in the Erlang / OTP ssh library before R14B03, uses predictable starting numbers based on the current...

7.8CVSS7.2AI score0.03046EPSS
Exploits1
Github Security Blog
Github Security Blog
added 2021/07/01 5:2 p.m.66 views

Ratpack's default client side session signing key is highly predictable

Impact The client side session module uses the application startup time as the signing key by default. This means that if an attacker can determine this time, and if encryption is not also used which is recommended, but is not on by default, the session data could be tampered with by someone with...

4.4CVSS0.5AI score0.00262EPSS
Exploits0References4Affected Software1
OSV
OSV
added 2021/07/01 5:2 p.m.17 views

GHSA-2CC5-23R7-VC4V Ratpack's default client side session signing key is highly predictable

Impact The client side session module uses the application startup time as the signing key by default. This means that if an attacker can determine this time, and if encryption is not also used which is recommended, but is not on by default, the session data could be tampered with by someone with...

4.4CVSS4.5AI score0.00262EPSS
Exploits0References4
Huntr
Huntr
added 2021/06/29 1:40 p.m.5 views

in w7corp/easywechat

✍️ Description Insecure randomness errors occur when a function that can produce predictable values is used as a source of randomness in security-sensitive context. This code uses the rand function to generate "unique" identifiers for the receipt pages it generates. In this case the function that...

1.4AI score
Exploits0References1
Huntr
Huntr
added 2021/06/28 7:38 p.m.3 views

in w7corp/easywechat

✍️ Description Insecure randomness errors occur when a function that can produce predictable values is used as a source of randomness in security-sensitive context. This code uses the rand function to generate "unique" identifiers for the receipt pages it generates. In this case the function that...

1.4AI score
Exploits0References1
CVE
CVE
added 2021/06/16 11:35 a.m.41 views

CVE-2021-32033

CVE-2021-32033 affects Protectimus SLIM NFC 70 with firmware 10.01. The root cause is that the device’s internal real-time clock (RTC) can be set independently from the TOTP seed, without authentication, allowing an attacker with short-term physical access to set the clock forward, generate futur...

4.6CVSS4.6AI score0.00522EPSS
Exploits1References3Affected Software1
CNNVD
CNNVD
added 2021/06/11 12:0 a.m.3 views

Envato WoWonder 安全特征问题漏洞

Envato WoWonder is an application from the Australian company Envato. It provides a PHP social networking script. WoWonder suffers from a security signature issue vulnerability that stems from a weak encryption algorithm in recovery.php in WoWonder 3.0.4. An attacker can exploit this vulnerabilit...

9.8CVSS8.5AI score0.0336EPSS
Exploits1References3
OpenVAS
OpenVAS
added 2021/06/09 12:0 a.m.17 views

SUSE: Security Advisory (SUSE-SU-2016:0908-2)

The remote host is missing an update for the SPDX-FileCopyrightText: 2021 Greenbone AG 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-only ifdescription...

5CVSS6.9AI score0.02941EPSS
Exploits0References11
Github Security Blog
Github Security Blog
added 2021/06/08 8:12 p.m.83 views

Predictable CSRF tokens in centreon/centreon

An issue was discovered in Centreon-Web in Centreon Platform 20.10.0. The anti-CSRF token generation is predictable, which might allow CSRF attacks that add an admin user...

6.5CVSS2.3AI score0.00823EPSS
Exploits0References7Affected Software1
Rows per page
Query Builder