Lucene search
K

40 matches found

Cvelist
Cvelist
added 2020/09/01 9:45 a.m.15 views

CVE-2020-7723 Prototype Pollution

All versions of package promisehelpers are vulnerable to Prototype Pollution via the insert function...

9.8CVSS9.5AI score0.0041EPSS
Exploits1References1
CVE
CVE
added 2020/09/01 9:45 a.m.43 views

CVE-2020-7723

CVE-2020-7723 affects the JavaScript package promisehelpers. All versions prior to 0.0.6 are vulnerable to prototype pollution via the insert function, enabling an attacker to inject properties into Object.prototype (e.g., through proto ). Documented impacts include potential denial of service an...

9.8CVSS9.5AI score0.0041EPSS
Exploits1References1Affected Software1
Positive Technologies
Positive Technologies
added 2020/09/01 12:0 a.m.1 views

PT-2020-19744 · Unknown · Promisehelpers

Name of the Vulnerable Software and Affected Versions: promisehelpers versions prior to 0.0.6 Description: The issue concerns Prototype Pollution via the insert function. This allows for potential manipulation of object properties. Recommendations: For versions prior to 0.0.6, update to version...

9.8CVSS9.5AI score0.0041EPSS
Exploits1References3
Snyk
Snyk
added 2020/08/14 4:12 p.m.8 views

Prototype Pollution

Overview promisehelpers is a Promise helper functions Affected versions of this package are vulnerable to Prototype Pollution via the insert function. POC: const promisehelpers = require'promisehelpers'; var obj = ; promisehelpers.insert'proto', 'polluted', trueobj; console.logpolluted; // true...

9.8CVSS9AI score0.0041EPSS
Exploits1References2
Prion
Prion
added 2018/08/08 12:29 a.m.11 views

Cross site request forgery (csrf)

In Gxlcms 2.0, a news/index.php?s=Admin-Admin-Insert CSRF attack can add an administrator account...

6.8CVSS8.6AI score0.00134EPSS
Exploits0References3Affected Software1
OSV
OSV
added 2018/06/19 9:29 p.m.0 views

DEBIAN-CVE-2018-10945

The mghandlecgi function in mongoose.c in Mongoose 6.11 allows remote attackers to cause a denial of service heap-based buffer over-read and application crash, or NULL pointer dereference via an HTTP request, related to the mbufinsert function...

7.5CVSS7.4AI score0.00652EPSS
Exploits1References1
OSV
OSV
added 2017/07/02 3:29 a.m.0 views

UBUNTU-CVE-2017-10792

There is a NULL Pointer Dereference in the function llinsert of the libpspp library in GNU PSPP before 0.11.0. For example, a crash was observed within the library code when attempting to convert invalid SPSS data into CSV format. A crafted input will lead to a remote denial of service attack...

6.5CVSS6.8AI score0.00472EPSS
Exploits1References3
NVD
NVD
added 2017/04/14 4:59 a.m.13 views

CVE-2017-7870

LibreOffice before 2017-01-02 has an out-of-bounds write caused by a heap-based buffer overflow related to the tools::Polygon::Insert function in tools/source/generic/poly.cxx...

9.8CVSS9.7AI score0.01133EPSS
Exploits0References8
RedHat Linux
RedHat Linux
added 2015/06/04 8:6 a.m.2 views

php: NULL pointer dereference in pgsql extension

A NULL pointer dereference flaw was found in PHP's pgsql extension. A specially crafted table name passed to a function such as pginsert or pgselect could cause a PHP application to crash...

5CVSS6.6AI score0.19528EPSS
Exploits1References4
Prion
Prion
added 2015/05/20 10:59 a.m.15 views

Design/Logic Flaw

core/html/parser/HTMLConstructionSite.cpp in the DOM implementation in Blink, as used in Google Chrome before 43.0.2357.65, allows remote attackers to bypass the Same Origin Policy via crafted JavaScript code that appends a child to a SCRIPT element, related to the insert and executeReparentTask...

7.5CVSS6.7AI score0.0094EPSS
Exploits0References9Affected Software2
CNVD
CNVD
added 2015/03/11 12:0 a.m.1 views

Agilent Technologies Feature Extraction AnnotationX.AnnList.1 ActiveX Control Arbitrary Code Execution Vulnerability

Agilent Technologies Feature Extraction is a set of feature extraction software for automatically reading and processing image files from multiple original chips from Agilent Technologies. A security vulnerability exists in Agilent Technologies Feature Extraction's AnnotationX.AnnList.1 ActiveX...

7.5CVSS7.9AI score0.02332EPSS
Exploits0References1
Zero Day Initiative
Zero Day Initiative
added 2015/02/27 12:0 a.m.28 views

(0Day) Agilent Technologies Feature Extraction ActiveX Control Index Out-Of-Bounds Remote Code Execution Vulnerability

This vulnerability allows remote attackers to execute arbitrary code on vulnerable installations of Agilent Technologies Feature Extraction. User interaction is required to exploit this vulnerability in that the target must visit a malicious page or open a malicious file. The specific flaw exists...

7.5CVSS6.8AI score0.02332EPSS
Exploits0References2
Prion
Prion
added 2014/08/13 11:55 p.m.27 views

Memory corruption

Memory leak in d1both.c in the DTLS implementation in OpenSSL 0.9.8 before 0.9.8zb, 1.0.0 before 1.0.0n, and 1.0.1 before 1.0.1i allows remote attackers to cause a denial of service memory consumption via zero-length DTLS fragments that trigger improper handling of the return value of a certain...

5CVSS6.9AI score0.66025EPSS
Exploits0References50Affected Software1
seebug.org
seebug.org
added 2014/08/01 12:0 a.m.48 views

Fengcms SQL注入漏洞

简要描述: 官方给的测试站似乎被getshell了,吓坏了呀不是我干的 详细说明: app/controller/messageController.php class messageController extends Controller private $model = "message"; public function index return $this-display"message.html";//,M$this-model-page; public function add return...

7.1AI score
Exploits0
seebug.org
seebug.org
added 2014/07/13 12:0 a.m.23 views

74cms (20140709) 二枚二次注入

简要描述: 不好好的通过修改造成漏洞的代码 而是通过修改过滤函数。 现在的过滤函数, 虽然我是绕不过去了。 但是还是能找到几处能出数据的。 之前未通过,这次两个打个包来。 P.S:这很不好意思 之前测试demo的时候 因为有个是个update的点 忘记加where限制条件了 导致给某处全部都出数据了。。。。。 不只应该修改过滤函数,而且也应该在造成漏洞的代码好好的修复一下。 详细说明: 第一枚。 第一枚就不分析代码了。 首先注册一个企业会员 然后创建企业 单引号会被转义 然后转义入库。 找找出库的地方。 然后创建好企业后 发布招聘 如下。 点击发布后 可以看到报错了。 这里刚才的企业名出...

7.1AI score
Exploits0
rdot
rdot
added 2013/09/20 12:0 a.m.490 views

MySQL: Вытягивание записей в строку с использованием встроенной функции insert

Все вы знаете о выводе колонок MySQL таблицы в одну строку, итак, встречаем - Четвертый метод! Но об этом немного позже, а сейчас вспомним то, что имеется на сегодняшний день. Из статьи Dr.Z3r0: MySQL SQL Injection полный FAQ: 1. groupconcat + Простое использование, небольшой размер - Ограничение...

1.1AI score
Exploits0
Exploit DB
Exploit DB
added 2010/11/05 12:0 a.m.24 views

LeadTools 11.5.0.9 - 'ltlst11n.ocx' Insert() Access Violation Denial of Service

Test Exploit Page targetFile = "C:\Program Files\Rational\common\ltlst11n.ocx" prototype = "Function Insert ByVal Bitmap As Long , ByVal pszText As String , ByVal Data As Long As Integer" memberName = "Insert" progid = "LEADImgListLib.LEADImgList" argCount = 3 arg1=1 arg2="defaultV"...

7.4AI score
Exploits0
exploitpack
exploitpack
added 2008/01/08 12:0 a.m.16 views

SmallNuke 2.0.4 - Pass Recovery SQL Injection

SmallNuke 2.0.4 - Pass Recovery SQL Injection !/usr/bin/perl use Tk; use Tk::BrowseEntry; use Tk::DialogBox; use LWP::UserAgent; $mw = new MainWindowtitle = "UnderWHAT?!" ; $mw-geometry '420x365' ; $mw-resizable0,0; $mw-Label-text = '', -font = 'Verdana 8',-foreground='red'-pack; $mw-Label-text =...

0.7AI score
Exploits0
Exploit DB
Exploit DB
added 2008/01/08 12:0 a.m.36 views

SmallNuke 2.0.4 - Pass Recovery SQL Injection

!/usr/bin/perl use Tk; use Tk::BrowseEntry; use Tk::DialogBox; use LWP::UserAgent; $mw = new MainWindowtitle = "UnderWHAT?!" ; $mw-geometry '420x365' ; $mw-resizable0,0; $mw-Label-text = '', -font = 'Verdana 8',-foreground='red'-pack; $mw-Label-text = 'Smallnuke cms 'Tahoma 7...

7.4AI score
Exploits0
NVD
NVD
added 2007/05/18 10:30 p.m.11 views

CVE-2007-2759

Multiple SQL injection vulnerabilities in the insert function in the ValuePreference class grid/ed/ValuePreference.java in Adempiere before 3.1.6 allow remote attackers to execute arbitrary SQL commands via the 1 mAttribute or 2 mValue parameter. NOTE: some of these details are obtained from thir...

7.5CVSS8.5AI score0.00589EPSS
Exploits0References4
Rows per page
Query Builder