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 15, 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
222001 6.4 警告 Birebin - Android 用 Birebin.com アプリケーションにおけるサーバになりすまされる脆弱性 CWE-310
暗号の問題
CVE-2014-2993 2014-04-30 18:46 2014-04-24 Show GitHub Exploit DB Packet Storm
222002 7.1 危険 XCloner - XCloner Standalone における任意のコマンドを実行される脆弱性 CWE-94
コード・インジェクション
CVE-2014-2996 2014-04-30 18:18 2014-04-9 Show GitHub Exploit DB Packet Storm
222003 7.6 危険 XCloner - XCloner Standalone におけるクロスサイトリクエストフォージェリの脆弱性 CWE-352
同一生成元ポリシー違反
CVE-2014-2579 2014-04-30 18:18 2014-04-9 Show GitHub Exploit DB Packet Storm
222004 6.4 警告 Canonical - Ubuntu 上で稼動する Update Manager の DistUpgrade/DistUpgradeFetcherCore.py における任意のファイルを作成される脆弱性 CWE-310
暗号の問題
CVE-2011-3152 2014-04-30 17:50 2011-11-28 Show GitHub Exploit DB Packet Storm
222005 3.3 注意 blender - Blender の kernel の保存終了を元に戻すルーチンにおける任意のファイルを上書きされる脆弱性 CWE-59
リンク解釈の問題
CVE-2010-5105 2014-04-30 17:31 2010-06-5 Show GitHub Exploit DB Packet Storm
222006 4.6 警告 Linux - Linux Kernel の arch/x86/net/bpf_jit_comp.c 内の bpf_jit_compile 関数におけるサービス運用妨害 (DoS) の脆弱性 CWE-189
数値処理の問題
CVE-2014-2889 2014-04-30 16:09 2014-04-18 Show GitHub Exploit DB Packet Storm
222007 7.5 危険 Google - 複数の OS 上で稼働する Google Chrome で使用される Google V8 におけるサービス運用妨害 (DoS) の脆弱性 CWE-noinfo
情報不足
CVE-2014-1735 2014-04-30 15:04 2014-04-24 Show GitHub Exploit DB Packet Storm
222008 7.5 危険 Google - 複数の OS 上で稼働する Google Chrome におけるサービス運用妨害 (DoS) の脆弱性 CWE-noinfo
情報不足
CVE-2014-1734 2014-04-30 15:03 2014-04-24 Show GitHub Exploit DB Packet Storm
222009 7.5 危険 Google - 複数の OS 上で稼働する Google Chrome で使用される Seccomp-BPF におけるサンドボックスの制限を回避される脆弱性 CWE-20
不適切な入力確認
CVE-2014-1733 2014-04-30 15:03 2014-04-24 Show GitHub Exploit DB Packet Storm
222010 7.5 危険 Google - 複数の OS 上で稼働する Google Chrome の browser/ui/views/speech_recognition_bubble_views.cc における サービス運用妨害 (DoS) の脆弱性 CWE-399
リソース管理の問題
CVE-2014-1732 2014-04-30 15:03 2014-04-24 Show GitHub Exploit DB Packet Storm
NVD Vulnerability Information

Update Date:June 15, 2026, 4:10 a.m.

No CVSS Level
Attach Vector
Vendor Name Project Name Title CWE CVE Update Date Publication Date Show Affected Exploit
PoC
Search
2991 7.5 HIGH
Network
mosaic5g flexric FlexRIC v2.0.0 crashes when the iApp receives an E42_RIC_SUBSCRIPTION_REQUEST referencing a non-existent E2 Node. The lookup function returns NULL, which is enforced by assert() in Debug builds (SIGA… CWE-476
 NULL Pointer Dereference
CVE-2026-37226 2026-06-4 02:16 2026-06-2 Show GitHub Exploit DB Packet Storm
2992 7.5 HIGH
Network
mosaic5g flexric FlexRIC v2.0.0 contains a reachable assertion in e2ap_recv_sctp_msg() (src/lib/ep/e2ap_ep.c). The function allocates a fixed 32KB receive buffer and enforces assert(rc < len) on the sctp_recvmsg() re… CWE-617
 Reachable Assertion
CVE-2026-37228 2026-06-4 02:16 2026-06-2 Show GitHub Exploit DB Packet Storm
2993 7.5 HIGH
Network
mosaic5g flexric FlexRIC v2.0.0 contains a reachable assertion in e2ap_create_pdu() triggered when ASN.1 PER decoding fails. A remote unauthenticated attacker can send any non-PER byte sequence (e.g., a single 0x00 b… CWE-617
 Reachable Assertion
CVE-2026-37229 2026-06-4 02:16 2026-06-2 Show GitHub Exploit DB Packet Storm
2994 7.5 HIGH
Network
mosaic5g flexric FlexRIC v2.0.0 crashes when the near-RT RIC receives a RIC_INDICATION message with a ran_func_id that does not exist in its registry. The lookup returns NULL, triggering assert() in Debug builds (SIG… CWE-476
 NULL Pointer Dereference
CVE-2026-37230 2026-06-4 02:16 2026-06-2 Show GitHub Exploit DB Packet Storm
2995 7.5 HIGH
Network
mosaic5g flexric FlexRIC v2.0.0 uses a uint16_t counter for xapp_id assignment but stores the value in uint32_t message fields. After 65,530+ E42_SETUP_REQUESTs, the 16-bit counter wraps around and produces duplicate… CWE-191
 Integer Underflow (Wrap or Wraparound)
CVE-2026-37231 2026-06-4 02:16 2026-06-2 Show GitHub Exploit DB Packet Storm
2996 7.5 HIGH
Network
mosaic5g flexric FlexRIC v2.0.0 contains an authorization bypass in the iApp's xApp isolation mechanism. The equality function eq_xapp_ric_gen_id() in src/ric/iApp/xapp_ric_id.c compares m0->xapp_id against itself (m… CWE-617
 Reachable Assertion
CVE-2026-37233 2026-06-4 02:16 2026-06-2 Show GitHub Exploit DB Packet Storm
2997 7.5 HIGH
Network
mosaic5g flexric FlexRIC v2.0.0 trusts the xapp_id field from E42 message payloads without binding it to the sender's SCTP association. The validation function valid_xapp_id() only checks that the value is within the… CWE-284
Improper Access Control
CVE-2026-37235 2026-06-4 02:15 2026-06-2 Show GitHub Exploit DB Packet Storm
2998 6.5 MEDIUM
Network
nextcloud nextcloud_server Nextcloud is an open source content collaboration platform. In Nextcloud Server from versions 31.0.0 to before 31.0.14, and 32.0.0 to before 32.0.4, if {lang} is used in the template directory config… CWE-22
Path Traversal
CVE-2026-45279 2026-06-4 02:15 2026-06-2 Show GitHub Exploit DB Packet Storm
2999 8.1 HIGH
Network
nextcloud nextcloud_server Nextcloud is an open source content collaboration platform. In Nextcloud Server from versions 32.0.0 to before 32.0.9, and 33.0.0 to before 33.0.3, with the knowledge of other users’ principal URL an… CWE-639
 Authorization Bypass Through User-Controlled Key
CVE-2026-45281 2026-06-4 02:11 2026-06-2 Show GitHub Exploit DB Packet Storm
3000 8.1 HIGH
Network
jupyter jupyter_server A path traversal vulnerability exists in jupyter-server version 2.17.0 due to an incorrect root directory boundary check in the _get_os_path() function within jupyter_server/services/contents/fileio.… CWE-23
 Relative Path Traversal
CVE-2026-5422 2026-06-4 02:09 2026-06-2 Show GitHub Exploit DB Packet Storm