Lucene search
+L

285 matches found

Kitploit
Kitploit
•added 2026/09/26 7:17 a.m.•14 views

hdmi-sniff

hdmi-sniff HDMI DDC I2C 検査ツール 最新バージョン: https://github.com/ApertureLabsLtd/hdmi-sniff このツールは、HDMIデバイスからHDCP暗号鍵をいかに簡単に復元できるかを示すために設計されていますが、I2Cインターフェースを介して渡されるすべてのデータ(MCCS、EDIDなど)をデコードするように拡張することもできます。HDMIブレイクアウトケーブル(その作り方は以下のブログエントリに記載されています)とBus Pirateが必要です:...

5.9AI score
SaveExploits0References2
Kitploit
Kitploit
•added 2026/09/25 8:14 p.m.•13 views

hdcp-genkey

should be the translated Markdown exactly. Output must start with " HDCP鍵生成の例" etc. HDCP鍵生成の例 このスクリプトは、流出したHDCPマスターキー(master-key.txtにあります)を使用して、PythonでHDCP鍵生成アルゴリズムの簡易版を実装しています。 root@kitploit: Usage: generatekey.py options Options: -h, --help show this help message and exit -m FILE, --master=FILE...

6.1AI score
SaveExploits0
Tenable Nessus
Tenable Nessus
•added 2026/09/18 12:00 a.m.•15 views

Linux Distros Unpatched Vulnerability : CVE-2026-90289

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - drm/amd/display: Resize MST HDCP per-connector arrays to 32 AMDGPUDMMAXDISPLAYINDEX is 31. It suggest a maximum number of 32 connectors. But the way it's used i...

7.8CVSS5.9AI score0.00165EPSS
SaveExploits0References3
NVD
NVD
•added 2026/09/17 5:17 p.m.•8 views

CVE-2026-90289

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Resize MST HDCP per-connector arrays to 32 AMDGPUDMMAXDISPLAYINDEX is 31. It suggest a maximum number of 32 connectors. But the way it's used is like MAXDISPLAYCOUNT. Hence we're off by one with DRM core, which...

7.8CVSS0.00165EPSS
SaveExploits0References2
OSV
OSV
•added 2026/09/17 5:17 p.m.•10 views

DEBIAN-CVE-2026-90289

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Resize MST HDCP per-connector arrays to 32 AMDGPUDMMAXDISPLAYINDEX is 31. It suggest a maximum number of 32 connectors. But the way it's used is like MAXDISPLAYCOUNT. Hence we're off by one with DRM core, which...

7.8CVSS5.9AI score0.00165EPSS
SaveExploits0References1
CVE
CVE
•added 2026/09/17 4:08 p.m.•19 views

CVE-2026-90289

CVE-2026-90289 is a Linux kernel vulnerability in the drm/amd/display subsystem. The constant AMDGPU_DM_MAX_DISPLAY_INDEX was defined as 31 (implying 32 connectors) but used as a count, creating an off-by-one mismatch with the DRM core, which supports a maximum of 32 connectors. The fix renames t...

7.8CVSS5.8AI score0.00165EPSS
SaveExploits0References2
EUVD
EUVD
•added 2026/09/17 4:08 p.m.•12 views

EUVD-2026-81882

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Resize MST HDCP per-connector arrays to 32 AMDGPUDMMAXDISPLAYINDEX is 31. It suggest a maximum number of 32 connectors. But the way it's used is like MAXDISPLAYCOUNT. Hence we're off by one with DRM core, which...

5.8AI score0.00165EPSS
SaveExploits0References2
Cvelist
Cvelist
•added 2026/09/17 4:08 p.m.•38 views

CVE-2026-90289 drm/amd/display: Resize MST HDCP per-connector arrays to 32

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Resize MST HDCP per-connector arrays to 32 AMDGPUDMMAXDISPLAYINDEX is 31. It suggest a maximum number of 32 connectors. But the way it's used is like MAXDISPLAYCOUNT. Hence we're off by one with DRM core, which...

7.8CVSS0.00165EPSS
SaveExploits0References2
OSV
OSV
•added 2026/09/17 4:08 p.m.•7 views

CVE-2026-90289 drm/amd/display: Resize MST HDCP per-connector arrays to 32

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Resize MST HDCP per-connector arrays to 32 AMDGPUDMMAXDISPLAYINDEX is 31. It suggest a maximum number of 32 connectors. But the way it's used is like MAXDISPLAYCOUNT. Hence we're off by one with DRM core, which...

7.8CVSS5.9AI score
SaveExploits0References5
AstraLinux
AstraLinux
•added 2026/09/14 12:01 p.m.•5 views

Astra Linux – Vulnerability found in Linux 6.1, Linux 5.15

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: A null pointer check was added in modhdcphdcp1createsession. The function modhdcphdcp1createsession calls the function getfirstactivedisplay, but does not check its return value. The return value is a null pointe...

5.5CVSS6AI score0.0016EPSS
SaveExploits0References2
AstraLinux
AstraLinux
•added 2026/09/14 12:01 p.m.•5 views

Astra Linux – Vulnerability in Linux 5.10, Linux, Linux 5.15

In the Linux kernel, the following vulnerability has been resolved: drm/msm/hdmi: Added a missing check for allocorderedworkqueue. Added a check on the return value of allocorderedworkqueue, as it may return a NULL pointer, causing a NULL pointer derefrence in hdmihdcp.c and hdmihpd.c. Patchwork:...

5.7AI score0.00211EPSS
SaveExploits0References2
AstraLinux
AstraLinux
•added 2026/09/14 12:01 p.m.•9 views

Astra Linux – Vulnerabilities in Linux 5.10, Linux 5.15, Linux 6.1

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Added an array index check for hdcp ddc access. Reason Coverity reports an OVERRUN warning. Do not check if the array index is valid. How Check that the msgid is valid and that the array index is valid...

7.8CVSS6.2AI score0.00245EPSS
SaveExploits0References2
AstraLinux
AstraLinux
•added 2026/09/14 12:01 p.m.•9 views

Astra Linux – Vulnerability in Linux 5.10

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Avoid HDCP over-reading and corruption. Instead of reading the desired 5 bytes from the actual target field, the code was reading 8 bytes. This could result in a corrupted value if the last 3 bytes were non-zero...

9.1CVSS5.9AI score0.00987EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
•added 2026/09/12 12:00 a.m.•9 views

Linux Distros Unpatched Vulnerability : CVE-2026-89773

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - drm/amd/display: Skip Update HDCP Config In Transition State Transition state does not have a valid dmstreamctx that should skip configuring HDCP routine. The...

5.8AI score0.00198EPSS
SaveExploits0References2
RedhatCVE
RedhatCVE
•added 2026/09/11 10:45 p.m.•12 views

CVE-2026-89773

A flaw was found in the drm/amd/display component of the Linux kernel. This vulnerability occurs because the High-bandwidth Digital Content Protection HDCP configuration routine is skipped during a transition state when an invalid dmstreamctx is present. This can lead to the HDCP routine not bein...

5.5CVSS5.7AI score0.00198EPSS
SaveExploits0References4
NVD
NVD
•added 2026/09/11 8:20 p.m.•10 views

CVE-2026-89773

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Skip Update HDCP Config In Transition State Transition state does not have a valid dmstreamctx that should skip configuring HDCP routine. The routine is valid to go through only when a valid stream is created...

0.00198EPSS
SaveExploits0References2
OSV
OSV
•added 2026/09/11 8:20 p.m.•9 views

DEBIAN-CVE-2026-89773

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Skip Update HDCP Config In Transition State Transition state does not have a valid dmstreamctx that should skip configuring HDCP routine. The routine is valid to go through only when a valid stream is created...

5.9AI score0.00198EPSS
SaveExploits0References1
OSV
OSV
•added 2026/09/11 8:20 p.m.•9 views

AZL-100121 CVE-2026-89773 affecting package kernel 6.6.150.1-1

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Skip Update HDCP Config In Transition State Transition state does not have a valid dmstreamctx that should skip configuring HDCP routine. The routine is valid to go through only when a valid stream is created...

5.8AI score0.00198EPSS
SaveExploits0References1
UbuntuCve
UbuntuCve
•added 2026/09/11 8:20 p.m.•20 views

CVE-2026-89773

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Skip Update HDCP Config In Transition State Transition state does not have a valid dmstreamctx that should skip configuring HDCP routine. The routine is valid to go through only when a valid stream is created...

5.8AI score0.00198EPSS
SaveExploits0References4
OSV
OSV
•added 2026/09/11 8:20 p.m.•5 views

UBUNTU-CVE-2026-89773

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Skip Update HDCP Config In Transition State Transition state does not have a valid dmstreamctx that should skip configuring HDCP routine. The routine is valid to go through only when a valid stream is created...

5.9AI score0.00198EPSS
SaveExploits0References5
Rows per page
Query Builder