|
You can search for vulnerabilities managed by JVN (Japan Vulnerability Note) and NVD (National Vulnerability Database). |
Update Date":May 11, 2026, 6:01 p.m.
| No | CVSS | Level Attach Vector |
Vendor Name | Project Name | Title | CWE | CVE | Update Date | Publication Date | Impact Show |
Exploit PoC Search |
|---|---|---|---|---|---|---|---|---|---|---|---|
| 249721 | 5 | 警告 | SAP | - | SAP NetWeaver における Adapter Monitor についての重要な情報を取得される脆弱性 |
CWE-noinfo
情報不足 |
CVE-2012-1291 | 2012-02-27 13:48 | 2012-02-23 | Show | GitHub Exploit DB Packet Storm |
| 249722 | 4.3 | 警告 | SAP | - | SAP NetWeaver の b2b/auction/container.jsp におけるクロスサイトスクリプティングの脆弱性 |
CWE-79
クロスサイト・スクリプティング(XSS) |
CVE-2012-1290 | 2012-02-27 13:47 | 2012-02-23 | Show | GitHub Exploit DB Packet Storm |
| 249723 | 4 | 警告 | SAP | - | SAP NetWeaver におけるディレクトリトラバーサルの脆弱性 |
CWE-22
パス・トラバーサル |
CVE-2012-1289 | 2012-02-27 13:46 | 2012-02-23 | Show | GitHub Exploit DB Packet Storm |
| 249724 | 10 | 危険 | UTC Fire & Security | - | UTC Fire & Security Master Clock の管理者パスワードがハードコードされている問題 |
CWE-255
証明書・パスワード管理 |
CVE-2012-1288 | 2012-02-24 15:59 | 2012-02-21 | Show | GitHub Exploit DB Packet Storm |
| 249725 | 4.3 | 警告 | IBM | - | IBM WebSphere Lombardi Edition におけるクロスサイトスクリプティングの脆弱性 |
CWE-79
クロスサイト・スクリプティング(XSS) |
CVE-2012-0707 | 2012-02-24 15:27 | 2011-11-21 | Show | GitHub Exploit DB Packet Storm |
| 249726 | 5 | 警告 | シマンテック | - | Symantec pcAnywhere 製品におけるサービス運用妨害 (DoS) の脆弱性 |
CWE-20
不適切な入力確認 |
CVE-2012-0291 | 2012-02-23 15:27 | 2012-01-24 | Show | GitHub Exploit DB Packet Storm |
| 249727 | 9.3 | 危険 | 7-Technologies | - | 7-Technologies TERMIS における権限を取得される脆弱性 |
CWE-Other
その他 |
CVE-2012-0223 | 2012-02-23 15:09 | 2011-02-22 | Show | GitHub Exploit DB Packet Storm |
| 249728 | 5.8 | 警告 | CubeCart Limited | - | CubeCart におけるオープンリダイレクトの脆弱性 |
CWE-20
不適切な入力確認 |
CVE-2012-0865 | 2012-02-23 15:00 | 2012-02-21 | Show | GitHub Exploit DB Packet Storm |
| 249729 | 5 | 警告 | EasyVista | - | EasyVista に認証回避の脆弱性 |
CWE-287
不適切な認証 |
CVE-2012-1256 | 2012-02-23 14:49 | 2012-02-22 | Show | GitHub Exploit DB Packet Storm |
| 249730 | 6.4 | 警告 | シックス・アパート株式会社 | - | Movable Type におけるセッションハイジャックが可能な脆弱性 |
CWE-Other
その他 |
CVE-2012-0320 | 2012-02-23 12:04 | 2012-02-23 | Show | GitHub Exploit DB Packet Storm |
Update Date:May 12, 2026, 5:06 a.m.
| No | CVSS | Level Attach Vector |
Vendor Name | Project Name | Title | CWE | CVE | Update Date | Publication Date | Show Affected | Exploit PoC Search |
|---|---|---|---|---|---|---|---|---|---|---|---|
| 211191 | 4.8 |
MEDIUM
Network |
netgear |
d7800_firmware r7500_firmware r7800_firmware r8900_firmware r9000_firmware rax120_firmware xr500_firmware xr700_firmware |
Certain NETGEAR devices are affected by stored XSS. This affects D7800 before 1.0.1.56, R7500v2 before 1.0.3.46, R7800 before 1.0.2.68, R8900 before 1.0.4.28, R9000 before 1.0.4.28, RAX120 before 1.0… |
CWE-79
Cross-site Scripting |
CVE-2020-11771 | 2024-11-21 13:58 | 2020-04-15 | Show | GitHub Exploit DB Packet Storm |
| 211192 | 5.5 |
MEDIUM
Local |
openexr fedoraproject opensuse debian canonical apple |
openexr fedora leap debian_linux ubuntu_linux tvos iphone_os icloud itunes watchos ipados mac_os_x |
An issue was discovered in OpenEXR before 2.4.1. There is an off-by-one error in use of the ImfXdr.h read function by DwaCompressor::Classifier::Classifier, leading to an out-of-bounds read. |
CWE-125 CWE-193 Out-of-bounds Read Off-by-one Error |
CVE-2020-11765 | 2024-11-21 13:58 | 2020-04-15 | Show | GitHub Exploit DB Packet Storm |
| 211193 | 5.5 |
MEDIUM
Local |
openexr fedoraproject canonical opensuse debian apple |
openexr fedora ubuntu_linux leap debian_linux tvos iphone_os icloud itunes watchos ipados mac_os_x |
An issue was discovered in OpenEXR before 2.4.1. There is an out-of-bounds write in copyIntoFrameBuffer in ImfMisc.cpp. |
CWE-787
Out-of-bounds Write |
CVE-2020-11764 | 2024-11-21 13:58 | 2020-04-15 | Show | GitHub Exploit DB Packet Storm |
| 211194 | 5.5 |
MEDIUM
Local |
openexr fedoraproject canonical opensuse debian apple |
openexr fedora ubuntu_linux leap debian_linux tvos iphone_os icloud itunes watchos ipados mac_os_x |
An issue was discovered in OpenEXR before 2.4.1. There is an std::vector out-of-bounds read and write, as demonstrated by ImfTileOffsets.cpp. |
CWE-125 CWE-787 Out-of-bounds Read Out-of-bounds Write |
CVE-2020-11763 | 2024-11-21 13:58 | 2020-04-15 | Show | GitHub Exploit DB Packet Storm |
| 211195 | 5.5 |
MEDIUM
Local |
openexr fedoraproject canonical opensuse debian apple |
openexr fedora ubuntu_linux leap debian_linux mac_os_x tvos iphone_os icloud itunes watchos ipados |
An issue was discovered in OpenEXR before 2.4.1. There is an out-of-bounds read and write in DwaCompressor::uncompress in ImfDwaCompressor.cpp when handling the UNKNOWN compression case. |
CWE-125 CWE-787 Out-of-bounds Read Out-of-bounds Write |
CVE-2020-11762 | 2024-11-21 13:58 | 2020-04-15 | Show | GitHub Exploit DB Packet Storm |
| 211196 | 5.5 |
MEDIUM
Local |
openexr fedoraproject canonical debian apple |
openexr fedora ubuntu_linux debian_linux mac_os_x tvos iphone_os icloud itunes watchos ipados |
An issue was discovered in OpenEXR before 2.4.1. There is an out-of-bounds read during Huffman uncompression, as demonstrated by FastHufDecoder::refill in ImfFastHuf.cpp. |
CWE-125
Out-of-bounds Read |
CVE-2020-11761 | 2024-11-21 13:58 | 2020-04-15 | Show | GitHub Exploit DB Packet Storm |
| 211197 | 5.5 |
MEDIUM
Local |
openexr fedoraproject canonical opensuse debian apple |
openexr fedora ubuntu_linux leap debian_linux mac_os_x tvos iphone_os icloud itunes watchos ipados |
An issue was discovered in OpenEXR before 2.4.1. There is an out-of-bounds read during RLE uncompression in rleUncompress in ImfRle.cpp. |
CWE-125
Out-of-bounds Read |
CVE-2020-11760 | 2024-11-21 13:58 | 2020-04-15 | Show | GitHub Exploit DB Packet Storm |
| 211198 | 5.5 |
MEDIUM
Local |
openexr fedoraproject canonical debian apple |
openexr fedora ubuntu_linux debian_linux tvos iphone_os icloud itunes watchos ipados mac_os_x |
An issue was discovered in OpenEXR before 2.4.1. Because of integer overflows in CompositeDeepScanLine::Data::handleDeepFrameBuffer and readSampleCountForLineBlock, an attacker can write to an out-of… |
CWE-190
Integer Overflow or Wraparound |
CVE-2020-11759 | 2024-11-21 13:58 | 2020-04-15 | Show | GitHub Exploit DB Packet Storm |
| 211199 | 5.5 |
MEDIUM
Local |
openexr fedoraproject canonical opensuse debian apple |
openexr fedora ubuntu_linux leap debian_linux mac_os_x tvos iphone_os icloud itunes watchos ipados |
An issue was discovered in OpenEXR before 2.4.1. There is an out-of-bounds read in ImfOptimizedPixelReading.h. |
CWE-125
Out-of-bounds Read |
CVE-2020-11758 | 2024-11-21 13:58 | 2020-04-15 | Show | GitHub Exploit DB Packet Storm |
| 211200 | 5.5 |
MEDIUM
Local |
cellebrite | ufed_firmware | Cellebrite UFED 5.0 through 7.29 uses four hardcoded RSA private keys to authenticate to the ADB daemon on target devices. Extracted keys can be used to place evidence onto target devices when perfor… |
CWE-798
Use of Hard-coded Credentials |
CVE-2020-11723 | 2024-11-21 13:58 | 2020-04-15 | Show | GitHub Exploit DB Packet Storm |