Vulnerability Search Top
Show Search Menu
Vendor Name
プロダクト・サービス名
Title
CVE
Urgent
Important
Warning
Warning
CWE
公開-検索開始年
公開-検索開始月
公開-検索開始日
公開-検索終了年
公開-検索終了月
公開-検索終了日
レベルソート
In descending order of publication date
In descending order of update date
Number of items displayed

You can search for vulnerabilities managed by JVN (Japan Vulnerability Note) and NVD (National Vulnerability Database).
Search keywords must be entered in English otherwise will not be searched in both JVN and NVD.

To search by CWE, please refer to the CWE Overview and check the CWE number.

  • Urgent
  • Important
  • Warning
  • Low
JVN Vulnerability Information

Update Date":June 2, 2026, 2 p.m.

No CVSS Level
Attach Vector
Vendor Name Project Name Title CWE CVE Update Date Publication Date Impact
Show
Exploit
PoC
Search
226541 10 危険 ヒューレット・パッカード
アドビシステムズ
レッドハット
- Adobe Flash Player および Adobe AIR におけるバッファオーバーフローの脆弱性 CWE-119
バッファエラー
CVE-2011-2130 2013-03-26 16:39 2011-08-9 Show GitHub Exploit DB Packet Storm
226542 5 警告 ヒューレット・パッカード
アドビシステムズ
日立
- 複数の Adobe 製品におけるサービス運用妨害 (DoS) の脆弱性 CWE-20
不適切な入力確認
CVE-2011-2093 2013-03-26 16:38 2011-06-14 Show GitHub Exploit DB Packet Storm
226543 4.3 警告 CloudBees - CloudBees Jenkins におけるクロスサイトスクリプティングの脆弱性 CWE-352
同一生成元ポリシー違反
CVE-2013-0328 2013-03-26 16:35 2013-02-16 Show GitHub Exploit DB Packet Storm
226544 10 危険 ヒューレット・パッカード
アドビシステムズ
日立
- 複数の Adobe 製品における詳細不明な脆弱性 CWE-20
不適切な入力確認
CVE-2011-2092 2013-03-26 15:24 2011-06-14 Show GitHub Exploit DB Packet Storm
226545 5 警告 サン・マイクロシステムズ
日立
ヒューレット・パッカード
- Oracle Java SE の Java Runtime Environment (JRE) コンポーネントにおける脆弱性 CWE-noinfo
情報不足
CVE-2011-0872 2013-03-26 15:21 2011-06-7 Show GitHub Exploit DB Packet Storm
226546 6.8 警告 サン・マイクロシステムズ
ヒューレット・パッカード
- Java Web Start における DLL 読み込みに関する脆弱性 CWE-Other
その他
CVE-2011-0866 2013-03-26 15:12 2011-06-10 Show GitHub Exploit DB Packet Storm
226547 10 危険 アップル
サイバートラスト株式会社
サン・マイクロシステムズ
ヒューレット・パッカード
VMware
日立
レッドハット
- Oracle Java SE の Java Runtime Environment (JRE) コンポーネントにおける脆弱性 CWE-noinfo
情報不足
CVE-2011-0864 2013-03-26 15:10 2011-06-7 Show GitHub Exploit DB Packet Storm
226548 10 危険 サン・マイクロシステムズ
ヒューレット・パッカード
- Windows 上で稼働する複数の Oracle Java SE の Java Runtime Environment コンポーネントにおける脆弱性 CWE-noinfo
情報不足
CVE-2011-0817 2013-03-26 15:06 2011-06-7 Show GitHub Exploit DB Packet Storm
226549 6.8 警告 サン・マイクロシステムズ
ヒューレット・パッカード
- Java Web Start におけるポリシーファイル読み込みに関する脆弱性 CWE-Other
その他
CVE-2011-0788 2013-03-26 15:04 2011-06-10 Show GitHub Exploit DB Packet Storm
226550 6.9 警告 Linux - Linux Kernel の net/sctp/socket.c における権限を取得される脆弱性 CWE-20
不適切な入力確認
CVE-2013-1828 2013-03-26 15:04 2013-03-20 Show GitHub Exploit DB Packet Storm
NVD Vulnerability Information

Update Date:June 2, 2026, 4:18 a.m.

No CVSS Level
Attach Vector
Vendor Name Project Name Title CWE CVE Update Date Publication Date Show Affected Exploit
PoC
Search
2801 3.1 LOW
Network
- - An incorrect calculation in the hextoint macro in Netatalk 2.0.0 through 4.4.2 due to improper uppercase character handling allows a remote authenticated attacker to cause limited data modification v… CWE-682
 Incorrect Calculation
CVE-2026-7836 2026-05-22 00:20 2026-05-21 Show GitHub Exploit DB Packet Storm
2802 3.1 LOW
Network
- - A dead bounds check in the Spotlight RPC unmarshaller in Netatalk 3.0.0 through 4.4.2 results in an unreachable code path that provides no effective bounds protection, which may allow a remote authen… CWE-561
 Dead Code
CVE-2026-44057 2026-05-22 00:20 2026-05-21 Show GitHub Exploit DB Packet Storm
2803 3.7 LOW
Network
- - Netatalk 3.1.2 through 4.4.2 is compiled without FORTIFY_SOURCE, which disables built-in buffer overflow detection at runtime, potentially allowing a remote attacker to cause a minor denial of servic… CWE-693
 Protection Mechanism Failure
CVE-2026-44071 2026-05-22 00:20 2026-05-21 Show GitHub Exploit DB Packet Storm
2804 3.7 LOW
Network
- - Netatalk 2.1.0 through 4.4.2 combines multiple errno values using bitwise OR, resulting in incorrect error codes when multiple error conditions occur simultaneously, which may allow a remote attacker… CWE-682
 Incorrect Calculation
CVE-2026-44074 2026-05-22 00:20 2026-05-21 Show GitHub Exploit DB Packet Storm
2805 3.7 LOW
Network
- - A missing break statement in DSI OpenSession processing in Netatalk 1.5.0 through 4.4.2 causes a DSIOPT_ATTNQUANT switch case to fall through into DSIOPT_SERVQUANT, resulting in unintended session op… CWE-484
CVE-2026-44075 2026-05-22 00:20 2026-05-21 Show GitHub Exploit DB Packet Storm
2806 3.7 LOW
Network
- - A time-of-check time-of-use (TOCTOU) condition in the ad_flush function in Netatalk 3.0.0 through 4.4.2 involves root-privileged file operations, which may allow a remote attacker to cause limited da… CWE-367
 Time-of-check Time-of-use (TOCTOU) Race Condition
CVE-2026-7837 2026-05-22 00:20 2026-05-21 Show GitHub Exploit DB Packet Storm
2807 10.0 CRITICAL
Network
- - Unrestricted Upload of File with Dangerous Type vulnerability in WP Swings Gift Cards For WooCommerce Pro allows Using Malicious Files. This issue affects Gift Cards For WooCommerce Pro: from n/a th… CWE-434
 Unrestricted Upload of File with Dangerous Type 
CVE-2026-45444 2026-05-22 00:19 2026-05-21 Show GitHub Exploit DB Packet Storm
2808 6.1 MEDIUM
Network
- - TeleJSON prior to 6.0.0 contains a DOM-based cross-site scripting vulnerability in the parse() function that allows attackers to execute arbitrary JavaScript by delivering a crafted JSON payload cont… CWE-79
Cross-site Scripting
CVE-2026-47099 2026-05-22 00:19 2026-05-21 Show GitHub Exploit DB Packet Storm
2809 4.3 MEDIUM
Network
- - The Broadstreet plugin for WordPress is vulnerable to Insecure Direct Object Reference in all versions up to, and including, 1.52.2 via the get_sponsored_meta AJAX action due to missing validation on… CWE-639
 Authorization Bypass Through User-Controlled Key
CVE-2026-1881 2026-05-22 00:19 2026-05-21 Show GitHub Exploit DB Packet Storm
2810 4.9 MEDIUM
Network
- - The WPB Floating Menu & Categories for WordPress – Sticky Side Menu with Icons plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the 'Icon CSS Class' category field in all version… CWE-79
Cross-site Scripting
CVE-2026-4811 2026-05-22 00:19 2026-05-21 Show GitHub Exploit DB Packet Storm