128 vulnerabilidades · Cloud Orden: CVSS EPSS Año ID
CVE-2021-22019
VMware vCenter Server, VMware Cloud Foundation Web Cloud
N/A
UNKNOWN
EPSS
1.5%
2021 1 PoC

The vCenter Server contains a denial-of-service vulnerability in VAPI (vCenter API) service. A malicious actor with network access to port 5480 on vCenter Server may exploit this issue by sending a specially crafted jsonrpc message to create a denial of service condition.

CVE-2021-45228
Software Genérico Web Cloud
N/A
UNKNOWN
EPSS
0.2%
2021 2 PoCs

An XSS issue was discovered in COINS Construction Cloud 11.12. Due to insufficient neutralization of user input in the description of a task, it is possible to store malicious JavaScript code in the task description. This is later executed when it is reflected back to the user.

CVE-2021-44596
Software Genérico Cloud
N/A
UNKNOWN
EPSS
42.8%
2021 3 PoCs

Wondershare LTD Dr. Fone as of 2021-12-06 version is affected by Remote code execution. Due to software design flaws an unauthenticated user can communicate over UDP with the "InstallAssistService.exe" service(the service is running under SYSTEM privileges) and manipulate it to execute malicious executable without any validation from a remote location and gain SYSTEM privileges

CVE-2021-22015
VMware vCenter Server, VMware Cloud Foundation Cloud
N/A
UNKNOWN
EPSS
1.8%
2021 3 PoCs

The vCenter Server contains multiple local privilege escalation vulnerabilities due to improper permissions of files and directories. An authenticated local user with non-administrative privilege may exploit these issues to elevate their privileges to root on vCenter Server Appliance.

CVE-2021-32482
Software Genérico Web Cloud
N/A
UNKNOWN
EPSS
0.3%
2021 1 PoC

Cloudera Manager 5.x, 6.x, 7.1.x, 7.2.x, and 7.3.x allows XSS via the path parameter.

CVE-2021-22009
VMware vCenter Server, VMware Cloud Foundation Web Cloud
N/A
UNKNOWN
EPSS
1.5%
2021 1 PoC

The vCenter Server contains multiple denial-of-service vulnerabilities in VAPI (vCenter API) service. A malicious actor with network access to port 443 on vCenter Server may exploit these issues to create a denial of service condition due to excessive memory consumption by VAPI service.

CVE-2021-32481
Software Genérico Web Cloud
N/A
UNKNOWN
EPSS
0.3%
2021 1 PoC

Cloudera Hue 4.6.0 allows XSS via the type parameter.

CVE-2021-47316
Linux Cloud
N/A
UNKNOWN
EPSS
0.1%
2021 1 PoC

In the Linux kernel, the following vulnerability has been resolved: nfsd: fix NULL dereference in nfs3svc_encode_getaclres In error cases the dentry may be NULL. Before 20798dfe249a, the encoder also checked dentry and d_really_is_positive(dentry), but that looks like overkill to me--zero status should be enough to guarantee a positive dentry. This isn't the first time we've seen an error-case NULL dereference hidden in the initialization of a local variable in an xdr encoder. But I went back through the other recent rewrites and didn't spot any similar bugs.