3695 vulnerabilidades · General Orden: CVSS EPSS Año ID
CVE-2020-7764
find-my-way General
5.9
MEDIUM
EPSS
1.0%
2020 2 PoCs

This affects the package find-my-way before 2.2.5, from 3.0.0 and before 3.0.5. It accepts the Accept-Version' header by default, and if versioned routes are not being used, this could lead to a denial of service. Accept-Version can be used as an unkeyed header in a cache poisoning attack.

CVE-2020-4379
Spectrum Scale General
5.9
MEDIUM
EPSS
0.1%
2020 1 PoC

IBM Spectrum Scale 5.0.0.0 through 5.0.4.4 uses weaker than expected cryptographic algorithms that could allow an attacker to decrypt highly sensitive information. IBM X-Force ID: 179158.

CVE-2020-4559
Spectrum Protect General
5.9
MEDIUM
EPSS
0.5%
2020 1 PoC

IBM Spectrum Protect 7.1 and 8.1 could allow an attacker to cause a denial of service due ti improper validation of user-supplied input. IBM X-Force ID: 183613.

CVE-2020-28479
jointjs General
5.9
MEDIUM
EPSS
0.6%
2020 3 PoCs

The package jointjs before 3.3.0 are vulnerable to Denial of Service (DoS) via the unsetByPath function.

CVE-2020-10919
HMI EA9 General
5.9
MEDIUM
EPSS
1.0%
2020 CWE-261 1 PoC

This vulnerability allows remote attackers to disclose sensitive information on affected installations of C-MORE HMI EA9 Firmware version 6.52 touch screen panels. Authentication is not required to exploit this vulnerability. The specific flaw exists within the handling of passwords. When transmitting passwords, the process encrypts them in a recoverable format. An attacker can leverage this vulnerability to disclose credentials, leading to further compromise. Was ZDI-CAN-10185.

CVE-2020-10711
Kernel General
5.9
MEDIUM
EPSS
5.4%
2020 CWE-476 4 PoCs

A NULL pointer dereference flaw was found in the Linux kernel's SELinux subsystem in versions before 5.7. This flaw occurs while importing the Commercial IP Security Option (CIPSO) protocol's category bitmap into the SELinux extensible bitmap via the' ebitmap_netlbl_import' routine. While processing the CIPSO restricted bitmap tag in the 'cipso_v4_parsetag_rbm' routine, it sets the security attribute to indicate that the category bitmap is present, even if it has not been allocated. This issue leads to a NULL pointer dereference issue while importing the same category bitmap into SELinux. This

CVE-2020-29547
Software Genérico General
5.9
MEDIUM
EPSS
0.4%
2020 1 PoC

An issue was discovered in Citadel through webcit-926. Meddler-in-the-middle attackers can pipeline commands after POP3 STLS, IMAP STARTTLS, or SMTP STARTTLS commands, injecting cleartext commands into an encrypted user session. This can lead to credential disclosure.

CVE-2020-13817
Software Genérico General
5.9
MEDIUM
EPSS
0.3%
2020 1 PoC

ntpd in ntp before 4.2.8p14 and 4.3.x before 4.3.100 allows remote attackers to cause a denial of service (daemon exit or system time change) by predicting transmit timestamps for use in spoofed packets. The victim must be relying on unauthenticated IPv4 time sources. There must be an off-path attacker who can query time from the victim's ntpd instance.

CVE-2020-11868
Software Genérico General
5.9
MEDIUM
EPSS
1.3%
2020 1 PoC

ntpd in ntp before 4.2.8p14 and 4.3.x before 4.3.100 allows an off-path attacker to block unauthenticated synchronization via a server mode packet with a spoofed source IP address, because transmissions are rescheduled even when a packet lacks a valid origin timestamp.

CVE-2020-4367
Planning Analytics Local General
5.9
MEDIUM
EPSS
0.1%
2020 1 PoC

IBM Planning Analytics Local 2.0 uses weaker than expected cryptographic algorithms that could allow an attacker to decrypt highly sensitive information. IBM X-Force ID: 179001.

CVE-2020-15115
etcd General
5.8
MEDIUM
EPSS
0.3%
2020 CWE-521 1 PoC

etcd before versions 3.3.23 and 3.4.10 does not perform any password length validation, which allows for very short passwords, such as those with a length of one. This may allow an attacker to guess or brute-force users' passwords with little computational effort.

CVE-2020-5359
Dell BSAFE Micro Edition Suite General
5.8
MEDIUM
EPSS
0.4%
2020 CWE-544 1 PoC

Dell BSAFE Micro Edition Suite, versions prior to 4.5, are vulnerable to an Unchecked Return Value Vulnerability. An unauthenticated remote attacker could potentially exploit this vulnerability to modify and corrupt the encrypted data.

CVE-2020-5236
Waitress General
5.7
MEDIUM
EPSS
13.9%
2020 CWE-400 1 PoC

Waitress version 1.4.2 allows a DOS attack When waitress receives a header that contains invalid characters. When a header like "Bad-header: xxxxxxxxxxxxxxx\x10" is received, it will cause the regular expression engine to catastrophically backtrack causing the process to use 100% CPU time and blocking any other interactions. This allows an attacker to send a single request with an invalid header and take the service offline. This issue was introduced in version 1.4.2 when the regular expression was updated to attempt to match the behaviour required by errata associated with RFC7230. The regula

CVE-2020-27350
apt General
5.7
MEDIUM
EPSS
0.2%
2020 CWE-190 2 PoCs

APT had several integer overflows and underflows while parsing .deb packages, aka GHSL-2020-168 GHSL-2020-169, in files apt-pkg/contrib/extracttar.cc, apt-pkg/deb/debfile.cc, and apt-pkg/contrib/arfile.cc. This issue affects: apt 1.2.32ubuntu0 versions prior to 1.2.32ubuntu0.2; 1.6.12ubuntu0 versions prior to 1.6.12ubuntu0.2; 2.0.2ubuntu0 versions prior to 2.0.2ubuntu0.2; 2.1.10ubuntu0 versions prior to 2.1.10ubuntu0.1;

CVE-2020-7297
McAfee Web Gateway (MWG) General
5.7
MEDIUM
EPSS
0.1%
2020 CWE-287 1 PoC

Privilege Escalation vulnerability in McAfee Web Gateway (MWG) prior to 9.2.1 allows authenticated user interface user to access protected dashboard data via improper access control in the user interface.

CVE-2020-15113
etcd General
5.7
MEDIUM
EPSS
0.0%
2020 CWE-281 1 PoC

In etcd before versions 3.3.23 and 3.4.10, certain directory paths are created (etcd data directory and the directory path when provided to automatically generate self-signed certificates for TLS connections with clients) with restricted access permissions (700) by using the os.MkdirAll. This function does not perform any permission checks when a given directory path exists already. A possible workaround is to ensure the directories have the desired permission (700).

CVE-2020-7253
McAfee Agent (MA) General
5.7
MEDIUM
EPSS
0.1%
2020 CWE-284 1 PoC

Improper access control vulnerability in masvc.exe in McAfee Agent (MA) prior to 5.6.4 allows local users with administrator privileges to disable self-protection via a McAfee supplied command-line utility.

CVE-2020-7296
McAfee Web Gateway (MWG) General
5.7
MEDIUM
EPSS
0.1%
2020 CWE-287 1 PoC

Privilege Escalation vulnerability in McAfee Web Gateway (MWG) prior to 9.2.1 allows authenticated user interface user to access protected configuration files via improper access control in the user interface.

CVE-2020-26256
fast-csv General
5.7
MEDIUM
EPSS
1.1%
2020 CWE-400 1 PoC

Fast-csv is an npm package for parsing and formatting CSVs or any other delimited value file in node. In fast-cvs before version 4.3.6 there is a possible ReDoS vulnerability (Regular Expression Denial of Service) when using ignoreEmpty option when parsing. This has been patched in `v4.3.6` You will only be affected by this if you use the `ignoreEmpty` parsing option. If you do use this option it is recommended that you upgrade to the latest version `v4.3.6` This vulnerability was found using a CodeQL query which identified `EMPTY_ROW_REGEXP` regular expression as vulnerable.

CVE-2020-7748
@tsed/core General
5.6
MEDIUM
EPSS
0.6%
2020 2 PoCs

This affects the package @tsed/core before 5.65.7. This vulnerability relates to the deepExtend function which is used as part of the utils directory. Depending on if user input is provided, an attacker can overwrite and pollute the object prototype of a program.