Vulnerability Search Top
Show Search Menu
Vendor Name
プロダクト・サービス名
Title
Urgent
Important
Warning
Warning
CVE
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":Oct. 2, 2024, 6:01 p.m.

No CVSS Level
Attach Vector
Vendor Name Project Name Title CWE CVE Update Date Publication Date Impact
Show
Exploit
PoC
Search
191591 5.1 警告 Enlightenment - imlib2 の loader_pnm.c におけるスタックベースのバッファオーバーフローの脆弱性 - CVE-2006-4809 2012-06-26 15:37 2006-11-6 Show GitHub Exploit DB Packet Storm
191592 2.6 注意 Enlightenment - imlib2 の loader_tga.c におけるヒープベースのバッファオーバーフローの脆弱性 - CVE-2006-4808 2012-06-26 15:37 2006-11-6 Show GitHub Exploit DB Packet Storm
191593 2.6 注意 Enlightenment - imlib2 の loader_tga.c におけるサービス運用妨害 (DoS) の脆弱性 - CVE-2006-4807 2012-06-26 15:37 2006-11-6 Show GitHub Exploit DB Packet Storm
191594 5.1 警告 Enlightenment - imlib2 における整数オーバーフローの脆弱性 - CVE-2006-4806 2012-06-26 15:37 2006-11-6 Show GitHub Exploit DB Packet Storm
191595 7.5 危険 FFmpeg - ffmpeg の libavcodec におけるバッファオーバーフローの脆弱性 - CVE-2006-4800 2012-06-26 15:37 2006-09-14 Show GitHub Exploit DB Packet Storm
191596 5 警告 dws systems inc. - SQL-Ledger におけるパスワードを取得される脆弱性 - CVE-2006-4798 2012-06-26 15:37 2006-09-14 Show GitHub Exploit DB Packet Storm
191597 4.3 警告 cj-design - CloudNine Interactive CJ Tag Board の tag.php におけるクロスサイトスクリプティングの脆弱性 - CVE-2006-4797 2012-06-26 15:37 2006-09-14 Show GitHub Exploit DB Packet Storm
191598 4.3 警告 e107.org - e107 におけるクロスサイトスクリプティングの脆弱性 - CVE-2006-4794 2012-06-26 15:37 2006-09-14 Show GitHub Exploit DB Packet Storm
191599 2.1 注意 alphamail - AlphaMail における重要な情報を取得される脆弱性 - CVE-2006-4787 2012-06-26 15:37 2006-09-14 Show GitHub Exploit DB Packet Storm
191600 7.5 危険 futuresoft - FutureSoft TFTP Server MT におけるヒープベースのバッファオーバーフローの脆弱性 - CVE-2006-4781 2012-06-26 15:37 2006-09-14 Show GitHub Exploit DB Packet Storm
NVD Vulnerability Information

Update Date:Oct. 2, 2024, 8:12 p.m.

No CVSS Level
Attach Vector
Vendor Name Project Name Title CWE CVE Update Date Publication Date Show Affected Exploit
PoC
Search
1841 5.5 MEDIUM
Local
linux linux_kernel In the Linux kernel, the following vulnerability has been resolved: nilfs2: fix missing cleanup on rollforward recovery error In an error injection test of a routine for mount-time recovery, KASAN … CWE-416
 Use After Free
CVE-2024-46781 2024-09-24 01:37 2024-09-18 Show GitHub Exploit DB Packet Storm
1842 6.7 MEDIUM
Local
google android In rpmb , there is a possible memory corruption due to a missing bounds check. This could lead to local escalation of privilege with System execution privileges needed. User interaction is not needed… CWE-190
 Integer Overflow or Wraparound
CVE-2023-32823 2024-09-24 01:35 2023-10-2 Show GitHub Exploit DB Packet Storm
1843 6.7 MEDIUM
Local
google android In ftm, there is a possible out of bounds write due to a missing bounds check. This could lead to local escalation of privilege with System execution privileges needed. User interaction is not needed… CWE-787
 Out-of-bounds Write
CVE-2023-32822 2024-09-24 01:35 2023-10-2 Show GitHub Exploit DB Packet Storm
1844 7.5 HIGH
Network
linuxfoundation
mediatek
google
linux
yocto
iot_yocto
android
linux_kernel
In wlan firmware, there is a possible firmware assertion due to improper input handling. This could lead to remote denial of service with no additional execution privileges needed. User interaction i… CWE-617
 Reachable Assertion
CVE-2023-32820 2024-09-24 01:35 2023-10-2 Show GitHub Exploit DB Packet Storm
1845 7.5 HIGH
Local
oracle vm_virtualbox Vulnerability in the Oracle VM VirtualBox product of Oracle Virtualization (component: Core). Supported versions that are affected are Prior to 6.1.38. Difficult to exploit vulnerability allows high … NVD-CWE-noinfo
CVE-2022-39422 2024-09-24 01:35 2022-10-19 Show GitHub Exploit DB Packet Storm
1846 7.8 HIGH
Local
linux linux_kernel In the Linux kernel, the following vulnerability has been resolved: ila: call nf_unregister_net_hooks() sooner syzbot found an use-after-free Read in ila_nf_input [1] Issue here is that ila_xlat_e… CWE-416
 Use After Free
CVE-2024-46782 2024-09-24 01:32 2024-09-18 Show GitHub Exploit DB Packet Storm
1847 7.8 HIGH
Local
linux linux_kernel In the Linux kernel, the following vulnerability has been resolved: hwmon: (lm95234) Fix underflows seen when writing limit attributes DIV_ROUND_CLOSEST() after kstrtol() results in an underflow if… CWE-191
 Integer Underflow (Wrap or Wraparound)
CVE-2024-46758 2024-09-24 01:29 2024-09-18 Show GitHub Exploit DB Packet Storm
1848 7.8 HIGH
Local
linux linux_kernel In the Linux kernel, the following vulnerability has been resolved: hwmon: (nct6775-core) Fix underflows seen when writing limit attributes DIV_ROUND_CLOSEST() after kstrtol() results in an underfl… CWE-191
 Integer Underflow (Wrap or Wraparound)
CVE-2024-46757 2024-09-24 01:29 2024-09-18 Show GitHub Exploit DB Packet Storm
1849 7.8 HIGH
Local
linux linux_kernel In the Linux kernel, the following vulnerability has been resolved: hwmon: (w83627ehf) Fix underflows seen when writing limit attributes DIV_ROUND_CLOSEST() after kstrtol() results in an underflow … CWE-191
 Integer Underflow (Wrap or Wraparound)
CVE-2024-46756 2024-09-24 01:29 2024-09-18 Show GitHub Exploit DB Packet Storm
1850 7.8 HIGH
Local
linux linux_kernel In the Linux kernel, the following vulnerability has been resolved: hwmon: (adc128d818) Fix underflows seen when writing limit attributes DIV_ROUND_CLOSEST() after kstrtol() results in an underflow… CWE-191
 Integer Underflow (Wrap or Wraparound)
CVE-2024-46759 2024-09-24 01:28 2024-09-18 Show GitHub Exploit DB Packet Storm