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 23, 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
226891 4 警告 GNU Project - GnuTLS の TLS の実装における識別攻撃およびプレーンテキストリカバリ攻撃を誘発される脆弱性 CWE-310
暗号の問題
CVE-2013-1619 2013-10-31 19:14 2013-02-8 Show GitHub Exploit DB Packet Storm
226892 3.3 注意 Apache Software Foundation - Apache Subversion の Svnserve における任意のファイルを上書きされる脆弱性 CWE-264
認可・権限・アクセス制御
CVE-2013-4277 2013-10-31 19:07 2013-08-30 Show GitHub Exploit DB Packet Storm
226893 10 危険 マイクロソフト
アドビシステムズ
Google
- Adobe Flash Player および Adobe AIR における任意のコードを実行される脆弱性 CWE-119
バッファエラー
CVE-2013-3363 2013-10-31 19:05 2013-09-10 Show GitHub Exploit DB Packet Storm
226894 7.2 危険 Linux
レッドハット
- Linux Kernel の ftrace の実装におけるサービス運用妨害 (DoS) の脆弱性 CWE-Other
その他
CVE-2013-3301 2013-10-31 19:01 2013-04-16 Show GitHub Exploit DB Packet Storm
226895 3.5 注意 WordPress.org - WordPress の wp-admin/includes/post.php における投稿者になりすまされる脆弱性 CWE-264
認可・権限・アクセス制御
CVE-2013-4340 2013-10-31 18:50 2013-09-10 Show GitHub Exploit DB Packet Storm
226896 7.5 危険 WordPress.org - WordPress におけるリダイレクション制限を回避される脆弱性 CWE-20
不適切な入力確認
CVE-2013-4339 2013-10-31 18:50 2013-09-10 Show GitHub Exploit DB Packet Storm
226897 7.5 危険 WordPress.org - WordPress の wp-includes/functions.php における任意のコードを実行される脆弱性 CWE-94
コード・インジェクション
CVE-2013-4338 2013-10-31 18:50 2013-09-10 Show GitHub Exploit DB Packet Storm
226898 5 警告 Wireshark - Wireshark の Websocket 解析機能における整数符号エラーの脆弱性 CWE-189
数値処理の問題
CVE-2013-3562 2013-10-31 18:18 2013-05-17 Show GitHub Exploit DB Packet Storm
226899 7.8 危険 Wireshark - Wireshark における整数オーバーフローの脆弱性 CWE-189
数値処理の問題
CVE-2013-3561 2013-10-31 18:16 2013-05-17 Show GitHub Exploit DB Packet Storm
226900 5 警告 Wireshark - Wireshark の MPEG DSM-CC 解析機能におけるサービス運用妨害 (DoS) の脆弱性 CWE-134
書式文字列の問題
CVE-2013-3560 2013-10-31 18:12 2013-05-17 Show GitHub Exploit DB Packet Storm
NVD Vulnerability Information

Update Date:June 23, 2026, 4 a.m.

No CVSS Level
Attach Vector
Vendor Name Project Name Title CWE CVE Update Date Publication Date Show Affected Exploit
PoC
Search
691 - - - LibreOffice Calc can import tracked changes from a spreadsheet document. A heap buffer overflow existed when a document reused the same change identifier for two different kinds of change. The import… CWE-787
CWE-843
 Out-of-bounds Write
Type Confusion
CVE-2026-8358 2026-06-16 03:16 2026-06-16 Show GitHub Exploit DB Packet Storm
692 - - - LibreOffice Calc compiles cell formulas when opening a spreadsheet. A heap buffer overflow existed when compiling a very long formula made up of many opening tokens. The array that tracks nesting dep… CWE-193
CWE-787
 Off-by-one Error
 Out-of-bounds Write
CVE-2026-8357 2026-06-16 03:16 2026-06-16 Show GitHub Exploit DB Packet Storm
693 - - - LibreOffice can import presentations in the legacy binary PPT format. A stack buffer overflow existed when importing a colour-replacement record. Two fixed-size colour tables were filled from the fil… CWE-121
CWE-787
Stack-based Buffer Overflow
 Out-of-bounds Write
CVE-2026-8356 2026-06-16 03:16 2026-06-16 Show GitHub Exploit DB Packet Storm
694 - - - LibreOffice can import documents in the OOXML format (DOCX). A heap buffer overflow existed when replaying deferred parser events for a text box element. A handler object was assumed to be of one typ… CWE-787
CWE-843
 Out-of-bounds Write
Type Confusion
CVE-2026-6047 2026-06-16 03:16 2026-06-16 Show GitHub Exploit DB Packet Storm
695 - - - LibreOffice can import EMF+ graphics, which may be embedded in documents. A heap buffer overflow existed when importing an EMF+ gradient brush. The number of gradient blend points was read from the f… CWE-190
CWE-787
 Integer Overflow or Wraparound
 Out-of-bounds Write
CVE-2026-6045 2026-06-16 03:16 2026-06-16 Show GitHub Exploit DB Packet Storm
696 - - - A heap use-after-free existed when importing the blank-width characters of an ODF number format. A position value read from the document was not checked against the length of the format-code string, … CWE-416
CWE-787
 Use After Free
 Out-of-bounds Write
CVE-2026-6040 2026-06-16 03:16 2026-06-16 Show GitHub Exploit DB Packet Storm
697 - - - LibreOffice can import drawings in the DXF format used by CAD software. A heap buffer overflow existed when importing a DXF polyline. The point count taken from the file was truncated to a 16-bit val… CWE-197
CWE-787
 Numeric Truncation Error
 Out-of-bounds Write
CVE-2026-6039 2026-06-16 03:16 2026-06-16 Show GitHub Exploit DB Packet Storm
698 8.7 HIGH
Network
- - ApostropheCMS is an open-source Node.js content management system. Versions up to and including 1.4.2 of the `@apostrophecms/seo` package injects the Google Analytics Tracking ID (`seoGoogleTrackingI… CWE-79
Cross-site Scripting
CVE-2026-53608 2026-06-16 03:16 2026-06-13 Show GitHub Exploit DB Packet Storm
699 5.3 MEDIUM
Network
- - Nezha Monitoring is a self-hostable, lightweight, servers and websites monitoring and O&M tool. From version 2.0.0 to before version 2.0.14, private services (`EnableShowInService: false`) are enumer… CWE-200
CWE-285
CWE-863
Information Exposure
Improper Authorization
 Incorrect Authorization
CVE-2026-49397 2026-06-16 03:16 2026-06-13 Show GitHub Exploit DB Packet Storm
700 7.1 HIGH
Network
- - Nezha Monitoring is a self-hostable, lightweight, servers and websites monitoring and O&M tool. From version 1.4.0 to before version 2.0.8, a RoleMember can fire other users' cron tasks via AlertRule… CWE-862
CWE-863
 Missing Authorization
 Incorrect Authorization
CVE-2026-47120 2026-06-16 03:16 2026-06-13 Show GitHub Exploit DB Packet Storm