|
You can search for vulnerabilities managed by JVN (Japan Vulnerability Note) and NVD (National Vulnerability Database). |
Update Date":May 31, 2026, 6 p.m.
| No | CVSS | Level Attach Vector |
Vendor Name | Project Name | Title | CWE | CVE | Update Date | Publication Date | Impact Show |
Exploit PoC Search |
|---|---|---|---|---|---|---|---|---|---|---|---|
| 251001 | 5.6 | 警告 | ヒューレット・パッカード | - | HP Palm webOS のカメラアプリケーションにおける任意のファイルを上書される脆弱性 |
CWE-noinfo
情報不足 |
CVE-2010-4027 | 2012-03-27 18:42 | 2010-10-26 | Show | GitHub Exploit DB Packet Storm |
| 251002 | 6.2 | 警告 | ヒューレット・パッカード | - | HP Palm webOS のサービス API における権限を取得される脆弱性 |
CWE-noinfo
情報不足 |
CVE-2010-4026 | 2012-03-27 18:42 | 2010-10-26 | Show | GitHub Exploit DB Packet Storm |
| 251003 | 9.3 | 危険 | ヒューレット・パッカード | - | HP Palm webOS の Doc Viewer における任意のコードを実行される脆弱性 |
CWE-noinfo
情報不足 |
CVE-2010-4025 | 2012-03-27 18:42 | 2010-10-26 | Show | GitHub Exploit DB Packet Storm |
| 251004 | 6.8 | 警告 | ヒューレット・パッカード | - | HP Insight Control Power Management におけるクロスサイトリクエストフォージェリの脆弱性 |
CWE-352
同一生成元ポリシー違反 |
CVE-2010-4024 | 2012-03-27 18:42 | 2010-10-25 | Show | GitHub Exploit DB Packet Storm |
| 251005 | 4.3 | 警告 | ヒューレット・パッカード | - | HP Insight Control Power Management におけるクロスサイトスクリプティングの脆弱性 |
CWE-79
クロスサイト・スクリプティング(XSS) |
CVE-2010-4023 | 2012-03-27 18:42 | 2010-10-25 | Show | GitHub Exploit DB Packet Storm |
| 251006 | 6.2 | 警告 | アップル | - | Apple の iOS におけるパスワードロックを回避される脆弱性 |
CWE-362
競合状態 |
CVE-2010-4012 | 2012-03-27 18:42 | 2010-12-8 | Show | GitHub Exploit DB Packet Storm |
| 251007 | 5 | 警告 | オラクル | - | Oracle Mojarra における View State を変更される脆弱性 |
CWE-310
暗号の問題 |
CVE-2010-4007 | 2012-03-27 18:42 | 2010-10-20 | Show | GitHub Exploit DB Packet Storm |
| 251008 | 7.5 | 危険 | wsnlinks | - | WSN Links の search.php における SQL インジェクションの脆弱性 |
CWE-89
SQLインジェクション |
CVE-2010-4006 | 2012-03-27 18:42 | 2010-11-3 | Show | GitHub Exploit DB Packet Storm |
| 251009 | 6.9 | 警告 | GNOME Project | - | GNOME Tomboy の tomboy スクリプトにおける権限を取得される脆弱性 |
CWE-94
コード・インジェクション |
CVE-2010-4005 | 2012-03-27 18:42 | 2010-11-5 | Show | GitHub Exploit DB Packet Storm |
| 251010 | 6.9 | 警告 | GNOME Project | - | GNOME Shell の gnome-shell における権限を取得される脆弱性 |
CWE-264
認可・権限・アクセス制御 |
CVE-2010-4000 | 2012-03-27 18:42 | 2010-11-5 | Show | GitHub Exploit DB Packet Storm |
Update Date:May 31, 2026, 4:16 a.m.
| No | CVSS | Level Attach Vector |
Vendor Name | Project Name | Title | CWE | CVE | Update Date | Publication Date | Show Affected | Exploit PoC Search |
|---|---|---|---|---|---|---|---|---|---|---|---|
| 3881 | 9.8 |
CRITICAL
Network |
yarbo |
lawn_mower_firmware lawn_mower_pro_firmware |
The MQTT broker embedded in Yarbo firmware v2.3.9 is configured to allow anonymous connections with no topic-level read or write ACLs. Any host on the same network can subscribe to sensitive telemetr… |
CWE-306
Missing Authentication for Critical Function |
CVE-2026-7415 | 2026-05-15 02:50 | 2026-05-8 | Show | GitHub Exploit DB Packet Storm |
| 3882 | 6.2 |
MEDIUM
Physics |
microsoft |
windows_10_1607 windows_10_1809 windows_10_21h2 windows_10_22h2 windows_11_23h2 windows_11_24h2 windows_11_25h2 windows_11_26h1 windows_server_2012 windows_server_2016 w… |
Heap-based buffer overflow in Volume Manager Extension Driver allows an authorized attacker to execute code with a physical attack. |
CWE-122 CWE-125 CWE-197 Heap-based Buffer Overflow Out-of-bounds Read Numeric Truncation Error |
CVE-2026-40380 | 2026-05-15 02:49 | 2026-05-13 | Show | GitHub Exploit DB Packet Storm |
| 3883 | 7.8 |
HIGH
Local |
microsoft |
windows_10_1607 windows_10_1809 windows_10_21h2 windows_10_22h2 windows_11_23h2 windows_11_24h2 windows_11_25h2 windows_11_26h1 windows_server_2012 windows_server_2016 w… |
Access of resource using incompatible type ('type confusion') in Windows Ancillary Function Driver for WinSock allows an authorized attacker to elevate privileges locally. |
CWE-843
Type Confusion |
CVE-2026-34344 | 2026-05-15 02:48 | 2026-05-13 | Show | GitHub Exploit DB Packet Storm |
| 3884 | 7.0 |
HIGH
Local |
microsoft |
windows_10_1607 windows_10_1809 windows_10_21h2 windows_10_22h2 windows_11_23h2 windows_11_24h2 windows_11_25h2 windows_11_26h1 windows_server_2016 windows_server_2019 w… |
Concurrent execution using shared resource with improper synchronization ('race condition') in Windows Ancillary Function Driver for WinSock allows an authorized attacker to elevate privileges locall… |
CWE-362 CWE-416 Race Condition Use After Free |
CVE-2026-34345 | 2026-05-15 02:46 | 2026-05-13 | Show | GitHub Exploit DB Packet Storm |
| 3885 | 7.0 |
HIGH
Local |
microsoft |
windows_10_1607 windows_10_1809 windows_10_21h2 windows_10_22h2 windows_11_23h2 windows_11_24h2 windows_11_25h2 windows_11_26h1 windows_server_2012 windows_server_2016 w… |
Use after free in Windows Win32K - GRFX allows an authorized attacker to elevate privileges locally. |
CWE-416
Use After Free |
CVE-2026-34347 | 2026-05-15 02:45 | 2026-05-13 | Show | GitHub Exploit DB Packet Storm |
| 3886 | 6.5 |
MEDIUM
Network |
microsoft | windows_server_2025 | Null pointer dereference in Windows Storport Miniport Driver allows an unauthorized attacker to deny service over a network. |
CWE-476
NULL Pointer Dereference |
CVE-2026-34350 | 2026-05-15 02:44 | 2026-05-13 | Show | GitHub Exploit DB Packet Storm |
| 3887 | 7.0 |
HIGH
Local |
microsoft |
windows_10_1607 windows_10_1809 windows_10_21h2 windows_10_22h2 windows_11_23h2 windows_11_24h2 windows_11_25h2 windows_11_26h1 windows_server_2012 windows_server_2016 w… |
Concurrent execution using shared resource with improper synchronization ('race condition') in Windows TCP/IP allows an authorized attacker to elevate privileges locally. |
CWE-362
Race Condition |
CVE-2026-34351 | 2026-05-15 02:44 | 2026-05-13 | Show | GitHub Exploit DB Packet Storm |
| 3888 | 6.1 |
MEDIUM
Network |
postorius_project | postorius | Postorius through 1.3.13 does not escape HTML in the message subject when rendering it in the Held messages pop-up, as exploited in the wild in May 2026. |
CWE-79
Cross-site Scripting |
CVE-2026-44742 | 2026-05-15 02:42 | 2026-05-8 | Show | GitHub Exploit DB Packet Storm |
| 3889 | 8.5 |
HIGH
Network |
n8n-mcp | n8n-mcp | n8n-MCP is an MCP server that provides AI assistants access to n8n node documentation, properties, and operations. In versions 2.47.4 through 2.47.13, the SDK embedder path (N8NDocumentationMCPServer… |
CWE-918
Server-Side Request Forgery (SSRF) |
CVE-2026-42449 | 2026-05-15 02:37 | 2026-05-8 | Show | GitHub Exploit DB Packet Storm |
| 3890 | 9.8 |
CRITICAL
Network |
archivebox | archivebox | ArchiveBox is an open source self-hosted web archiving system. In versions 0.8.6rc0 and prior, the /add/ endpoint (AddView in core/views.py) accepts a config JSON field that gets merged into the craw… |
CWE-88
Argument Injection |
CVE-2026-42601 | 2026-05-15 02:36 | 2026-05-10 | Show | GitHub Exploit DB Packet Storm |