Lucene search
+L

56 matches found

OSV
OSV
added 2021/08/03 1:46 a.m.15 views

GSD-2021-1001240 net/sched: act_skbmod: Skip non-Ethernet packets

net/sched: actskbmod: Skip non-Ethernet packets This is an automated ID intended to aid in discovery of potential security vulnerabilities. The actual impact and attack plausibility have not yet been proven. This ID is fixed in Linux Kernel version v5.10.54 by commit...

7.2AI score
SaveExploits0
OSV
OSV
added 2021/08/03 1:46 a.m.14 views

UVI-2021-1001240 net/sched: act_skbmod: Skip non-Ethernet packets

net/sched: actskbmod: Skip non-Ethernet packets This is an automated ID intended to aid in discovery of potential security vulnerabilities. The actual impact and attack plausibility have not yet been proven. This ID is fixed in Linux Kernel version v5.10.54 by commit...

7.2AI score
SaveExploits0
OSV
OSV
added 2021/08/03 1:31 a.m.11 views

GSD-2021-1001166 net/sched: act_skbmod: Skip non-Ethernet packets

net/sched: actskbmod: Skip non-Ethernet packets This is an automated ID intended to aid in discovery of potential security vulnerabilities. The actual impact and attack plausibility have not yet been proven. This ID is fixed in Linux Kernel version v5.13.6 by commit...

7.2AI score
SaveExploits0
OSV
OSV
added 2021/08/03 1:30 a.m.12 views

GSD-2021-1001152 dma-buf/sync_file: Don't leak fences on merge failure

dma-buf/syncfile: Don't leak fences on merge failure This is an automated ID intended to aid in discovery of potential security vulnerabilities. The actual impact and attack plausibility have not yet been proven. This ID is fixed in Linux Kernel version v5.13.5 by commit...

7.2AI score
SaveExploits0
OSV
OSV
added 2021/06/30 12:31 a.m.18 views

GSD-2021-1000988 net: ipv4: fix memory leak in ip_mc_add1_src

net: ipv4: fix memory leak in ipmcadd1src This is an automated ID intended to aid in discovery of potential security vulnerabilities. The actual impact and attack plausibility have not yet been proven. This ID is fixed in Linux Kernel version v5.10.46 by commit...

7.2AI score
SaveExploits0
OSV
OSV
added 2021/05/31 3:39 p.m.19 views

UVI-2021-1000426 liquidio: Fix unintented sign extension of a left shift of a u16

liquidio: Fix unintented sign extension of a left shift of a u16 This is an automated ID intended to aid in discovery of potential security vulnerabilities. The actual impact and attack plausibility have not yet been proven. This ID is fixed in Linux Kernel version v5.4.119 by commit...

7.2AI score
SaveExploits0
OSV
OSV
added 2021/05/31 3:39 p.m.15 views

UVI-2021-1000207 netfilter: nftables: avoid overflows in nft_hash_buckets()

netfilter: nftables: avoid overflows in nfthashbuckets This is an automated ID intended to aid in discovery of potential security vulnerabilities. The actual impact and attack plausibility have not yet been proven. This ID is fixed in Linux Kernel version v5.12.5 by commit...

7.2AI score
SaveExploits0
OSV
OSV
added 2021/05/31 3:39 p.m.12 views

GSD-2021-1000460 bus: qcom: Put child node before return

bus: qcom: Put child node before return This is an automated ID intended to aid in discovery of potential security vulnerabilities. The actual impact and attack plausibility have not yet been proven. This ID is fixed in Linux Kernel version v4.19.191 by commit...

7.2AI score
SaveExploits0
OSV
OSV
added 2021/05/31 3:39 p.m.19 views

UVI-2021-1000324 netfilter: nftables: avoid overflows in nft_hash_buckets()

netfilter: nftables: avoid overflows in nfthashbuckets This is an automated ID intended to aid in discovery of potential security vulnerabilities. The actual impact and attack plausibility have not yet been proven. This ID is fixed in Linux Kernel version v5.10.38 by commit...

7.2AI score
SaveExploits0
OSV
OSV
added 2021/05/31 3:39 p.m.11 views

UVI-2021-1000460 bus: qcom: Put child node before return

bus: qcom: Put child node before return This is an automated ID intended to aid in discovery of potential security vulnerabilities. The actual impact and attack plausibility have not yet been proven. This ID is fixed in Linux Kernel version v4.19.191 by commit...

7.2AI score
SaveExploits0
OSV
OSV
added 2021/05/31 3:39 p.m.17 views

GSD-2021-1000289 bus: qcom: Put child node before return

bus: qcom: Put child node before return This is an automated ID intended to aid in discovery of potential security vulnerabilities. The actual impact and attack plausibility have not yet been proven. This ID is fixed in Linux Kernel version v5.12.4 by commit...

7.2AI score
SaveExploits0
zdt
zdt
added 2018/06/04 12:00 a.m.47 views

Zip-n-Go 4.9 - Buffer Overflow (SEH) Exploit

Exploit for windows platform in category local exploits !/usr/bin/python ---------------------------------------------------------------------------------------------------------- Exploit Title : Zip-n-Go v4.9 - Local Buffer Overflow SEH Exploit Author : Hashim Jawad - @ihack4falafel Vendor...

7.2AI score
SaveExploits0
UbuntuCve
UbuntuCve
added 2017/10/09 12:00 a.m.32 views

CVE-2017-1000255

On Linux running on PowerPC hardware Power8 or later a user process can craft a signal frame and then do a sigreturn so that the kernel will take an exception interrupt, and use the r1 value from the signal frame as the kernel stack pointer. As part of the exception entry the content of the signa...

6.6CVSS6.7AI score0.00382EPSS
SaveExploits0References4
seebug.org
seebug.org
added 2015/03/10 12:00 a.m.23 views

damicms绕过防xss规则盲打后台(v4.9)

简要描述: damicms绕过防xss规则盲打后台v4.9 详细说明: 前台留言的地方,使用了getclientip ,代码如下。 使用了 removexss 来做过滤,但是可以这样来绕过 之后就可以弹窗了 漏洞证明:...

7.1AI score
SaveExploits0
seebug.org
seebug.org
added 2015/01/12 12:00 a.m.41 views

大米CMS v4.9 绕过防御储存型xss。( 附添加管理员poc)

简要描述: rt 详细说明: removexss这个函数太弱了。 function removexss$val // remove all non-printable characters. CR0a and LF0b and TAB9 are allowed // this prevents some character re-spacing such as // note that you have to handle splits with \n, \r, and \t later since they are allowed in some inputs $val =...

6.9AI score
SaveExploits0
Packet Storm
Packet Storm
added 2010/02/15 12:00 a.m.50 views

RKD Software BarCodeAx.dll v4.9 ActiveX Remote Stack Buffer Overflow

$Id: barcodeax49.rb 8466 2010-02-12 18:06:49Z patrickw $ This file is part of the Metasploit Framework and may be subject to redistribution and commercial restrictions. Please see the Metasploit Framework web site for more information on licensing and terms of use. http://metasploit.com/framework...

9.3CVSS1AI score0.35406EPSS
SaveExploits5
Rows per page
Query Builder