Lucene search
+L

7526 matches found

BDU FSTEC
BDU FSTEC
added 2021/01/21 12:00 a.m.10 views

The vulnerability of the Microsoft DTV-DVD Video decoder for the Windows operating system allows a hacker to execute arbitrary code.

The vulnerability of the Microsoft DTV-DVD video decoder for the Windows operating system exists due to insufficient validation of input data. Exploiting this vulnerability allows a remote attacker to execute arbitrary code...

10CVSS7.6AI score0.03628EPSS
SaveExploits0References3
CNNVD
CNNVD
added 2021/01/20 12:00 a.m.12 views

NVIDIA SHIELD TV 缓冲区错误漏洞

Nvidia NVIDIA Shield TV is a streaming media player. The Nvidia NVIDIA Shield TV NVDEC suffers from a buffer overflow vulnerability that can be exploited by a remote attacker to submit a special request, which can be used to conduct a denial of service attack or elevation of privilege...

7.8CVSS7.4AI score0.00369EPSS
SaveExploits0References2
Packet Storm
Packet Storm
added 2021/01/16 12:00 a.m.188 views

ZynOS rom-0 Flaw Scanner

!/usr/bin/perl ZynOS rom-0 Flaw Scanner Copyright 2021 c Todor Donev https://donev.eu/ $ perl zynosscanner ZynOS rom-0 Flaw Scanner zynosscanner --targets= --threads=10 --redirects=7 --help --targets | Specify the list with addresses that you want to scan. --dump | Dump rom-0 file for each target...

0.1AI score
SaveExploits0
OSV
OSV
added 2021/01/12 8:15 p.m.7 views

CVE-2021-1668

Microsoft DTV-DVD Video Decoder Remote Code Execution Vulnerability...

7.8CVSS7.2AI score0.03628EPSS
SaveExploits0References2
NVD
NVD
added 2021/01/12 8:15 p.m.27 views

CVE-2021-1668

Microsoft DTV-DVD Video Decoder Remote Code Execution Vulnerability...

9.3CVSS8.2AI score0.03628EPSS
SaveExploits0References2
Prion
Prion
added 2021/01/12 8:15 p.m.23 views

Remote code execution

Microsoft DTV-DVD Video Decoder Remote Code Execution Vulnerability...

9.3CVSS8.2AI score0.03628EPSS
SaveExploits0References1Affected Software5
Cvelist
Cvelist
added 2021/01/12 7:42 p.m.40 views

CVE-2021-1668 Microsoft DTV-DVD Video Decoder Remote Code Execution Vulnerability

...

7.8CVSS8.3AI score0.03628EPSS
SaveExploits0References1
CVE
CVE
added 2021/01/12 7:42 p.m.133 views

CVE-2021-1668

CVE-2021-1668 : Technical details are not publicly available in the provided documents. Monitor for updates.

9.3CVSS8.2AI score0.03628EPSS
SaveExploits0References2Affected Software8
Microsoft CVE
Microsoft CVE
added 2021/01/12 8:00 a.m.49 views

Microsoft DTV-DVD Video Decoder Remote Code Execution Vulnerability

...

9.3CVSS8.2AI score0.03628EPSS
SaveExploits0
CNNVD
CNNVD
added 2021/01/12 12:00 a.m.12 views

Microsoft Windows DTV-DVD Video Decoder Security Vulnerability

Microsoft Windows is a suite of operating systems for personal devices from Microsoft Corporation in the United States. A security vulnerability exists in the Microsoft DTV-DVD video decoder, no information about this vulnerability is available at this time, please stay tuned to CNNVD or the...

9.3CVSS7.1AI score0.03628EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2021/01/12 12:00 a.m.174 views

KB4598243: Windows 10 Version 1607 and Windows Server 2016 January 2021 Security Update

The remote Windows host is missing security updates. It is, therefore, affected by multiple vulnerabilities: - Windows AppX Deployment Extensions Elevation of Privilege Vulnerability This CVE ID is unique from CVE-2021-1685. CVE-2021-1642 - Windows DNS Query Information Disclosure Vulnerability...

9.8CVSS7.2AI score0.0938EPSS
SaveExploits3References56
Positive Technologies
Positive Technologies
added 2021/01/12 12:00 a.m.5 views

PT-2021-1593 · Microsoft · Dtv-Dvd Video Decoder +1

Name of the Vulnerable Software and Affected Versions: Microsoft DTV-DVD Video Decoder affected versions not specified Description: The issue exists due to insufficient input validation in the Microsoft DTV-DVD Video Decoder. This allows a remote attacker to execute arbitrary code. Recommendation...

10CVSS7.2AI score0.03628EPSS
SaveExploits0References8
OSV
OSV
added 2020/12/15 5:15 p.m.8 views

CVE-2020-27038

In process of C2SoftVorbisDec.cpp, there is a possible resource exhaustion due to a memory leak. This could lead to remote denial of service with no additional execution privileges needed. User interaction is needed for exploitation.Product: AndroidVersions: Android-11Android ID: A-154302257...

6.5CVSS5.9AI score0.00694EPSS
SaveExploits0References1
ATTACKERKB
ATTACKERKB
added 2020/12/15 5:15 p.m.6 views

CVE-2020-27038

In process of C2SoftVorbisDec.cpp, there is a possible resource exhaustion due to a memory leak. This could lead to remote denial of service with no additional execution privileges needed. User interaction is needed for exploitation.Product: AndroidVersions: Android-11Android ID: A-154302257...

6.5CVSS5.7AI score0.00694EPSS
SaveExploits0References2
ThreatPost
ThreatPost
added 2020/12/04 7:23 p.m.128 views

Novel Online Shopping Malware Hides in Social-Media Buttons

A payment card-skimming malware that hides inside social-media buttons is making the rounds, compromising online stores as the holiday shopping season gets underway. According to researchers at Sansec, the skimmer hides in fake social-media buttons, purporting to allow sharing on Facebook, Twitte...

7AI score
SaveExploits0References5
ArchLinux
ArchLinux
added 2020/11/17 12:00 a.m.92 views

[ASA-202011-13] wireshark-cli: denial of service

Arch Linux Security Advisory ASA-202011-13 ========================================== Severity: Low Date : 2020-11-17 CVE-ID : CVE-2020-28030 Package : wireshark-cli Type : denial of service Remote : Yes Link : https://security.archlinux.org/AVG-1258 Summary ======= The package wireshark-cli befo...

7.5CVSS2.2AI score0.02066EPSS
SaveExploits1References5
RustSec
RustSec
added 2020/11/10 12:00 p.m.22 views

`Decoder<R>` can carry `R: !Send` to other threads

Affected versions of this crate implements Send for Decoder for any R: Read. This allows Decoder to contain R: !Send and carry move it to another thread. This can result in undefined behavior such as memory corruption from data race on R, or dropping R = MutexGuard from a thread that didn't lock...

8.1CVSS1.7AI score0.00766EPSS
SaveExploits0Affected Software1
OSV
OSV
added 2020/11/10 12:00 p.m.34 views

RUSTSEC-2020-0120 `Decoder<R>` can carry `R: !Send` to other threads

Affected versions of this crate implements Send for Decoder for any R: Read. This allows Decoder to contain R: !Send and carry move it to another thread. This can result in undefined behavior such as memory corruption from data race on R, or dropping R = MutexGuard from a thread that didn't lock...

8.1CVSS8.1AI score0.00766EPSS
SaveExploits0References3
RedHat Linux
RedHat Linux
added 2020/11/04 1:25 a.m.9 views

freerdp: out of bound read in rfx_process_message_tileset

In FreeRDP less than or equal to 2.0.0, there is an out-of-bounds read in rfxprocessmessagetileset. Invalid data fed to RFX decoder results in garbage on screen as colors. This has been patched in 2.1.0...

5CVSS5.7AI score0.01907EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2020/10/28 12:00 a.m.36 views

Amazon Linux AMI : golang (ALAS-2020-1436)

The version of golang installed on the remote host is prior to 1.13.15-1.59. It is, therefore, affected by multiple vulnerabilities as referenced in the ALAS-2020-1436 advisory. The x/text package before 0.3.3 for Go has a vulnerability in encoding/unicode that could lead to the UTF-16 decoder...

7.5CVSS6.8AI score0.0473EPSS
SaveExploits0References5
Rows per page
Query Builder