Lucene search
+L

597 matches found

NVD
NVD
added 2017/02/28 6:59 p.m.20 views

CVE-2016-10207

The Xvnc server in TigerVNC allows remote attackers to cause a denial of service invalid memory access and crash by terminating a TLS handshake early...

7.5CVSS7.7AI score0.03179EPSS
SaveExploits1References9
CNVD
CNVD
added 2017/02/24 12:0 a.m.6 views

tnef 'src/mapi_attr.c:mapi_attr_read()' function denial of service vulnerability

tnef is a set of programs for decompressing MIME attachments. A security vulnerability in the 'src/mapiattr.c:mapiattrread' function of tnef allows an attacker to conduct a denial of service attack by submitting a special file that triggers invalid read and write operations...

7.8CVSS7.5AI score0.01411EPSS
SaveExploits0References1
Prion
Prion
added 2017/02/15 9:59 p.m.11 views

Null pointer dereference

The ffputpixels8xy2mmx function in rndtemplate.c in Libav 11.7 allows remote attackers to cause a denial of service invalid memory access and crash via a crafted mp3 file. NOTE: this issue was originally reported as involving a NULL pointer dereference...

4.3CVSS7AI score0.01708EPSS
SaveExploits0References3Affected Software1
OSV
OSV
added 2017/02/15 9:59 p.m.12 views

CVE-2016-7477

The ffputpixels8xy2mmx function in rndtemplate.c in Libav 11.7 allows remote attackers to cause a denial of service invalid memory access and crash via a crafted mp3 file. NOTE: this issue was originally reported as involving a NULL pointer dereference...

5.5CVSS6.8AI score
SaveExploits0References3
OSV
OSV
added 2017/01/19 4:27 p.m.7 views

SUSE-SU-2017:0210-1 Security update for gstreamer-0_10-plugins-good

This update for gstreamer-010-plugins-good fixes the following issues: - CVE-2016-9634: Invalid FLIC files could have caused and an out-of-bounds write bsc1012102 - CVE-2016-9635: Invalid FLIC files could have caused and an out-of-bounds write bsc1012103 - CVE-2016-9636: Prevent maliciously craft...

9.8CVSS7.5AI score0.09267EPSS
SaveExploits4References13
Tenable Nessus
Tenable Nessus
added 2017/01/17 12:0 a.m.27 views

openSUSE Security Update : gstreamer-plugins-good (openSUSE-2017-93)

This update for gstreamer-plugins-good fixes the following issues : - CVE-2016-9634: Invalid FLIC files could have caused and an out-of-bounds write bsc1012102 - CVE-2016-9635: Invalid FLIC files could have caused and an out-of-bounds write bsc1012103 - CVE-2016-9636: Prevent maliciously crafted...

9.8CVSS7.2AI score0.09267EPSS
SaveExploits4References12
Tenable Nessus
Tenable Nessus
added 2017/01/03 12:0 a.m.30 views

SUSE SLED12 / SLES12 Security Update : gstreamer-plugins-good (SUSE-SU-2016:3288-1)

This update for gstreamer-plugins-good fixes the following issues : - CVE-2016-9807: flic decoder invalid read could lead to crash bsc1013655 - CVE-2016-9634: flic out-of-bounds write could lead to code execution bsc1012102 - CVE-2016-9635: flic out-of-bounds write could lead to code execution...

9.8CVSS7.7AI score0.09267EPSS
SaveExploits4References19
Mageia
Mageia
added 2016/12/29 10:29 a.m.43 views

Updated gstreamer0.10-plugins-good and gstreamer1.0-plugins-good packages fix security vulnerabilities

Multiple flaws were discovered in GStreamer's FLC/FLI/FLX media file format decoding plug-in. A remote attacker could use these flaws to cause an application using GStreamer to crash or, potentially, execute arbitrary code with the privileges of the user running the application CVE-2016-9634,...

9.8CVSS3.6AI score0.09267EPSS
SaveExploits4References3
Hacker One
Hacker One
added 2016/12/15 7:52 a.m.21 views

shopify-scripts: Invalid memory access in `mrb_str_format`

Only affects mruby because mruby-engine doesn't have sprintf. I should have filed this last friday before I went to the pub, so missed out on higher bounties. Oh well! Crash file is: sprintf"%1$c", 0 Crash is: $ lldb ./bin/mruby ../crash.rb lldb target create "./bin/mruby" Current executable set ...

1.1AI score
SaveExploits0
Hacker One
Hacker One
added 2016/12/09 3:40 a.m.24 views

shopify-scripts: Segmentation fault due to invalid memory access in codegen when using break with the 127th argument a constant

Crash file is: break 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,CRASH This is 126 0's,...

0.3AI score
SaveExploits0
Hacker One
Hacker One
added 2016/11/24 4:35 a.m.15 views

shopify-scripts: Denial of service due to invalid memory access in mrb_ary_concat

Hi, The following file causes a segmentation fault in mruby, which also causes a segmentation fault in mruby-engine. I've minimized this file down to the bare bones what crashes it, then renamed variables and tidied so you can see what is needed and what isn't. case "" when 0 end x case when true...

6.9AI score
SaveExploits0
Hacker One
Hacker One
added 2016/11/18 5:4 a.m.18 views

shopify-scripts: SIGSEGV on mruby's mark_tbl() (Invalid memory access)

There is an invalid memory access on mruby when calling to marktbl which causes a SIGSEGV and leads to denial of service. Sample The following code triggers the bug attached as marktbl.min2.rb: ruby t0me=% Array.new9t0me.empty?s=Array.new9%0 s=Array.dup.new23 Array0 Array0..6 Crash Here we can se...

0.7AI score
SaveExploits0
Hacker One
Hacker One
added 2016/11/07 8:37 a.m.18 views

Internet Bug Bounty: Invalid memory access in spl_filesystem_info_set_filename function

https://bugs.php.net/bug.php?id=73296...

6.9AI score
SaveExploits0
Hacker One
Hacker One
added 2016/11/07 8:36 a.m.18 views

Internet Bug Bounty: Invalid memory access in php_basename function

https://bugs.php.net/bug.php?id=73295...

6.9AI score
SaveExploits0
Hacker One
Hacker One
added 2016/11/07 8:36 a.m.16 views

Internet Bug Bounty: Invalid memory access in spl_filesystem_dir_open function

https://bugs.php.net/bug.php?id=73316...

6.9AI score
SaveExploits0
RedhatCVE
RedhatCVE
added 2016/09/19 8:48 a.m.35 views

CVE-2016-7423

A flaw was found in the Quick EmulatorQEMU built with LSI SAS1068 Host Bus emulation support, where it is vulnerable to an invalid memory-access issue. The flaw could occur while processing SCSI IO requests in the mptsasprocessscsiiorequest routine. A privileged user inside the guest could use th...

4.4CVSS5.2AI score0.00395EPSS
SaveExploits0References1
CNVD
CNVD
added 2016/04/28 12:0 a.m.6 views

Linux kernel denial of service vulnerability (CNVD-2016-02768)

The Linux kernel is the kernel used by the operating system Linux, released by the Linux Foundation in the United States. A denial of service vulnerability exists in versions of Linux kernel prior to 4.3.5, which stems from a program's failure to properly maintain the hub-interface data structure...

7.2CVSS7.3AI score0.00544EPSS
SaveExploits0References1
CVE
CVE
added 2016/04/27 5:0 p.m.173 views

CVE-2015-8816

CVE-2015-8816 affects the Linux kernel prior to 4.3.5, where hub_activate in drivers/usb/core/hub.c mishandles hub-interface data. Physically proximate attackers can unplug a USB hub to trigger invalid memory access and a system crash (DoS); impact may be unspecified otherwise. A fixed version ex...

7.2CVSS7AI score0.00544EPSS
SaveExploits0References27Affected Software8
Tenable Nessus
Tenable Nessus
added 2016/04/15 12:0 a.m.19 views

Oracle MySQL 5.7.x < 5.7.10 Multiple Vulnerabilities

Binary data 9241.prm...

7.3AI score
SaveExploits0References1
Prion
Prion
added 2016/04/13 2:59 p.m.22 views

Design/Logic Flaw

The Video0 driver in Huawei P8 smartphones with software GRA-UL00 before GRA-UL00C00B350, GRA-UL10 before GRA-UL10C00B350, GRA-TL00 before GRA-TL00C01B350, GRA-CL00 before GRA-CL00C92B350, and GRA-CL10 before GRA-CL10C92B350 and Mate S smartphones with software CRR-TL00 before CRR-TL00C01B160SP01...

7.8CVSS7AI score0.0054EPSS
SaveExploits0References1Affected Software2
Rows per page
Query Builder