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 1, 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
244021 6.8 警告 beltane - Beltane におけるクロスサイトリクエストフォージェリの脆弱性 CWE-352
同一生成元ポリシー違反
CVE-2009-1518 2012-06-26 16:10 2009-05-4 Show GitHub Exploit DB Packet Storm
244022 6.8 警告 file project - Christos Zoulas の file の src/cdf.c の cdf_read_sat 関数におけるヒープベースのバッファオーバーフローの脆弱性 CWE-119
バッファエラー
CVE-2009-1515 2012-06-26 16:10 2009-05-4 Show GitHub Exploit DB Packet Storm
244023 7.5 危険 Node access user reference - Drupal 用の Node Access User Reference モジュールにおけるアクセス制限を回避される脆弱性 CWE-264
認可・権限・アクセス制御
CVE-2009-1507 2012-06-26 16:10 2009-04-29 Show GitHub Exploit DB Packet Storm
244024 6.5 警告 Drupal - Drupal 用の News Page モジュール における SQL インジェクションの脆弱性 CWE-89
SQLインジェクション
CVE-2009-1505 2012-06-26 16:10 2009-04-29 Show GitHub Exploit DB Packet Storm
244025 4.3 警告 Drupal
exif
- Drupal 用の Exif モジュールにおけるクロスサイトスクリプティングの脆弱性 CWE-79
クロスサイト・スクリプティング(XSS)
CVE-2009-1501 2012-06-26 16:10 2009-04-29 Show GitHub Exploit DB Packet Storm
244026 9.3 危険 Gretech - GOM Player の srt2smi.exe におけるスタックベースのバッファーオーバーフローの脆弱性 CWE-119
バッファエラー
CVE-2009-1497 2012-06-26 16:10 2009-05-1 Show GitHub Exploit DB Packet Storm
244027 5 警告 emuleplus - eMule Plus のログイン機能におけるサービス運用妨害 (DoS) の脆弱性 CWE-noinfo
情報不足
CVE-2009-1485 2012-06-26 16:10 2009-04-29 Show GitHub Exploit DB Packet Storm
244028 4.3 警告 Gecad Technologies - AXIGEN Mail Server の Web メールインターフェース機能におけるクロスサイトスクリプティングの脆弱性 CWE-79
クロスサイト・スクリプティング(XSS)
CVE-2009-1484 2012-06-26 16:10 2009-04-29 Show GitHub Exploit DB Packet Storm
244029 7.5 危険 boxalino - Boxalino の client/desktop/default.htm におけるディレクトリトラバーサルの脆弱性 CWE-22
パス・トラバーサル
CVE-2009-1479 2012-06-26 16:10 2009-10-22 Show GitHub Exploit DB Packet Storm
244030 10 危険 aten - ATEN KH1516i IP KVM スイッチ上の https Web インターフェースにおける https セッションを解読される脆弱性 CWE-310
暗号の問題
CVE-2009-1477 2012-06-26 16:10 2009-05-27 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
220021 6.1 MEDIUM
Network
responsive_video_news_script_project responsive_video_news_script PHP Scripts Mall Responsive Video News Script has XSS via the Search Bar. This might, for example, be leveraged for HTML injection or URL redirection. CWE-79
Cross-site Scripting
CVE-2019-8361 2024-11-21 13:49 2019-02-17 Show GitHub Exploit DB Packet Storm
220022 9.8 CRITICAL
Network
themerig find_a_place_cms_directory Themerig Find a Place CMS Directory 1.5 has SQL Injection via the find/assets/external/data_2.php cate parameter. CWE-89
SQL Injection
CVE-2019-8360 2024-11-21 13:49 2019-02-17 Show GitHub Exploit DB Packet Storm
220023 8.1 HIGH
Network
hiawatha-webserver hiawatha In Hiawatha before 10.8.4, a remote attacker is able to do directory traversal if AllowDotFiles is enabled. CWE-22
Path Traversal
CVE-2019-8358 2024-11-21 13:49 2019-02-17 Show GitHub Exploit DB Packet Storm
220024 5.5 MEDIUM
Local
sound_exchange_project sound_exchange An issue was discovered in SoX 14.4.2. lsx_make_lpf in effect_i_dsp.c allows a NULL pointer dereference. CWE-476
 NULL Pointer Dereference
CVE-2019-8357 2024-11-21 13:49 2019-02-16 Show GitHub Exploit DB Packet Storm
220025 5.5 MEDIUM
Local
sound_exchange_project sound_exchange An issue was discovered in SoX 14.4.2. One of the arguments to bitrv2 in fft4g.c is not guarded, such that it can lead to write access outside of the statically declared array, aka a stack-based buff… CWE-787
CWE-129
 Out-of-bounds Write
 Improper Validation of Array Index
CVE-2019-8356 2024-11-21 13:49 2019-02-16 Show GitHub Exploit DB Packet Storm
220026 5.5 MEDIUM
Local
sound_exchange_project sound_exchange An issue was discovered in SoX 14.4.2. In xmalloc.h, there is an integer overflow on the result of multiplication fed into the lsx_valloc macro that wraps malloc. When the buffer is allocated, it is … CWE-787
CWE-190
 Out-of-bounds Write
 Integer Overflow or Wraparound
CVE-2019-8355 2024-11-21 13:49 2019-02-16 Show GitHub Exploit DB Packet Storm
220027 5.0 MEDIUM
Local
sound_exchange_project
debian
canonical
sound_exchange
debian_linux
ubuntu_linux
An issue was discovered in SoX 14.4.2. lsx_make_lpf in effect_i_dsp.c has an integer overflow on the result of multiplication fed into malloc. When the buffer is allocated, it is smaller than expecte… CWE-787
CWE-190
 Out-of-bounds Write
 Integer Overflow or Wraparound
CVE-2019-8354 2024-11-21 13:49 2019-02-16 Show GitHub Exploit DB Packet Storm
220028 8.8 HIGH
Network
beescms beescms BEESCMS 4.0 has a CSRF vulnerability to add arbitrary VIP accounts via the admin/admin_member.php?action=add&nav=add_web_user&admin_p_nav=user URI. CWE-352
 Origin Validation Error
CVE-2019-8347 2024-11-21 13:49 2019-02-16 Show GitHub Exploit DB Packet Storm
220029 4.2 MEDIUM
Adjacent
estrongs es_file_explorer_file_manager The Help feature in the ES File Explorer File Manager application 4.1.9.7.4 for Android allows session hijacking by a Man-in-the-middle attacker on the local network because HTTPS is not used, and an… CWE-319
Cleartext Transmission of Sensitive Information
CVE-2019-8345 2024-11-21 13:49 2019-02-15 Show GitHub Exploit DB Packet Storm
220030 7.8 HIGH
Local
nasm netwide_assembler In Netwide Assembler (NASM) 2.14.02, there is a use-after-free in paste_tokens in asm/preproc.c. CWE-416
 Use After Free
CVE-2019-8343 2024-11-21 13:49 2019-02-15 Show GitHub Exploit DB Packet Storm