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, 6 p.m.

No CVSS Level
Attach Vector
Vendor Name Project Name Title CWE CVE Update Date Publication Date Impact
Show
Exploit
PoC
Search
249071 10 危険 アドビシステムズ - Adobe Illustrator における任意のコードを実行される脆弱性 CWE-119
バッファエラー
CVE-2012-0780 2012-05-21 17:06 2012-05-8 Show GitHub Exploit DB Packet Storm
249072 2.6 注意 Lunascape - iLunascape for Android における WebView クラスに関する脆弱性 CWE-Other
その他
CVE-2012-1249 2012-05-21 12:01 2012-05-21 Show GitHub Exploit DB Packet Storm
249073 5 警告 Python Software Foundation - Python の asyncore モジュールにおけるサービス運用妨害 (DoS) の脆弱性 CWE-DesignError
CVE-2010-3492 2012-05-18 16:50 2010-08-14 Show GitHub Exploit DB Packet Storm
249074 3.3 注意 freedesktop.org - D-Bus の configure スクリプトにおける任意のファイルを上書きされる脆弱性 CWE-59
リンク解釈の問題
CVE-2011-2533 2012-05-18 16:47 2011-06-22 Show GitHub Exploit DB Packet Storm
249075 4.6 警告 D-Bus
レッドハット
- Linux Kernel の dbus-marshal-header.c 内にある _dbus_header_byteswap 関数におけるサービス運用妨害 (DoS) の脆弱性 CWE-20
不適切な入力確認
CVE-2011-2200 2012-05-18 16:45 2011-06-10 Show GitHub Exploit DB Packet Storm
249076 9.3 危険 アップル
FreeType Project
レッドハット
- Apple iOS などの製品で使用される FreeType における任意のコードを実行される脆弱性 CWE-189
数値処理の問題
CVE-2011-0226 2012-05-18 16:42 2011-07-8 Show GitHub Exploit DB Packet Storm
249077 7.2 危険 Linux - Linux Kernel の HFS Plus ファイルシステムの実装におけるバッファオーバーフローの脆弱性 CWE-264
認可・権限・アクセス制御
CVE-2012-2319 2012-05-18 16:32 2012-05-17 Show GitHub Exploit DB Packet Storm
249078 7.2 危険 Linux - Linux kernel の cap_bprm_set_creds 関数におけるパーソナリティ (personality) の制限を回避される脆弱性 CWE-264
認可・権限・アクセス制御
CVE-2012-2123 2012-05-18 16:31 2012-05-17 Show GitHub Exploit DB Packet Storm
249079 4.9 警告 Linux - Linux kernel の KVM の実装におけるサービス運用妨害 (ホスト OS クラッシュ) の脆弱性 CWE-264
認可・権限・アクセス制御
CVE-2012-2121 2012-05-18 16:14 2012-05-17 Show GitHub Exploit DB Packet Storm
249080 4.9 警告 Linux - Linux Kernel の KVM の実装におけるサービス運用妨害 (DoS) の脆弱性 CWE-399
リソース管理の問題
CVE-2012-1601 2012-05-18 16:12 2012-05-17 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
210201 7.5 HIGH
Network
jerryscript jerryscript There is an Assertion in 'context_p->token.type == LEXER_RIGHT_BRACE || context_p->token.type == LEXER_ASSIGN || context_p->token.type == LEXER_COMMA' in parser_parse_object_initializer in JerryScrip… CWE-617
 Reachable Assertion
CVE-2020-23322 2024-11-21 14:13 2021-06-11 Show GitHub Exploit DB Packet Storm
210202 9.8 CRITICAL
Network
jerryscript jerryscript There is a heap-buffer-overflow at lit-strings.c:431 in lit_read_code_unit_from_utf8 in JerryScript 2.2.0. CWE-787
 Out-of-bounds Write
CVE-2020-23321 2024-11-21 14:13 2021-06-11 Show GitHub Exploit DB Packet Storm
210203 7.5 HIGH
Network
jerryscript jerryscript There is an Assertion in 'context_p->next_scanner_info_p->type == SCANNER_TYPE_FUNCTION' in parser_parse_function_arguments in JerryScript 2.2.0. CWE-617
 Reachable Assertion
CVE-2020-23320 2024-11-21 14:13 2021-06-11 Show GitHub Exploit DB Packet Storm
210204 7.5 HIGH
Network
jerryscript jerryscript There is an Assertion in '(flags >> CBC_STACK_ADJUST_SHIFT) >= CBC_STACK_ADJUST_BASE || (CBC_STACK_ADJUST_BASE - (flags >> CBC_STACK_ADJUST_SHIFT)) <= context_p->stack_depth' in parser_emit_cbc_backw… CWE-617
 Reachable Assertion
CVE-2020-23319 2024-11-21 14:13 2021-06-11 Show GitHub Exploit DB Packet Storm
210205 7.5 HIGH
Network
jerryscript jerryscript There is an Assertion 'block_found' failed at js-parser-statm.c:2003 parser_parse_try_statement_end in JerryScript 2.2.0. CWE-617
 Reachable Assertion
CVE-2020-23314 2024-11-21 14:13 2021-06-11 Show GitHub Exploit DB Packet Storm
210206 7.5 HIGH
Network
jerryscript jerryscript There is an Assertion 'scope_stack_p > context_p->scope_stack_p' failed at js-scanner-util.c:2510 in scanner_literal_is_created in JerryScript 2.2.0 CWE-617
 Reachable Assertion
CVE-2020-23313 2024-11-21 14:13 2021-06-11 Show GitHub Exploit DB Packet Storm
210207 7.5 HIGH
Network
jerryscript jerryscript There is an Assertion 'context.status_flags & PARSER_SCANNING_SUCCESSFUL' failed at js-parser.c:2185 in parser_parse_source in JerryScript 2.2.0. CWE-617
 Reachable Assertion
CVE-2020-23312 2024-11-21 14:13 2021-06-11 Show GitHub Exploit DB Packet Storm
210208 7.5 HIGH
Network
jerryscript jerryscript There is an Assertion 'context_p->token.type == LEXER_RIGHT_BRACE || context_p->token.type == LEXER_ASSIGN || context_p->token.type == LEXER_COMMA' failed at js-parser-expr.c:3230 in parser_parse_obj… CWE-617
 Reachable Assertion
CVE-2020-23311 2024-11-21 14:13 2021-06-11 Show GitHub Exploit DB Packet Storm
210209 7.5 HIGH
Network
jerryscript jerryscript There is an Assertion 'context_p->next_scanner_info_p->type == SCANNER_TYPE_FUNCTION' failed at js-parser-statm.c:733 in parser_parse_function_statement in JerryScript 2.2.0. CWE-617
 Reachable Assertion
CVE-2020-23310 2024-11-21 14:13 2021-06-11 Show GitHub Exploit DB Packet Storm
210210 7.5 HIGH
Network
jerryscript jerryscript There is an Assertion 'context_p->stack_depth == context_p->context_stack_depth' failed at js-parser-statm.c:2756 in parser_parse_statements in JerryScript 2.2.0. CWE-617
 Reachable Assertion
CVE-2020-23309 2024-11-21 14:13 2021-06-11 Show GitHub Exploit DB Packet Storm