Lucene search
+L

327 matches found

Hacker One
Hacker One
added 2016/11/09 11:10 p.m.22 views

Paragon Initiative Enterprises: Incorrect detection of onion URLs

Several places have incorrect code to detect if URL point to .onion domain tor hidden server: The following regexes: 1. ^https://^/:+.onion:?:0-9+ 2. ^https?://^/+.onion which is used in: https://github.com/paragonie/airship/blob/0e9289553cdc538556d362faaee63be6cc534a0c/src/Engine/Hail.phpL223...

SaveExploits0
RedhatCVE
RedhatCVE
added 2016/11/02 8:47 a.m.40 views

CVE-2016-8624

curl before version 7.51.0 doesn't parse the authority component of the URL correctly when the host name part ends with a '' character, and could instead be tricked into connecting to a different host. This may have security implications if you for example use an URL parser that follows the RFC t...

7.5CVSS2.4AI score0.06253EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
added 2016/11/02 12:0 a.m.30 views

CVE-2016-8624

curl before version 7.51.0 doesn't parse the authority component of the URL correctly when the host name part ends with a '' character, and could instead be tricked into connecting to a different host. This may have security implications if you for example use an URL parser that follows the RFC t...

7.5CVSS6.8AI score0.06253EPSS
SaveExploits0References3
Hacker One
Hacker One
added 2016/10/10 5:58 a.m.485 views

Sucuri: Administrator Access to grafana instance logstash2.sucuri.net with default credentials

Hi Team, While doing some recon on the subdomains of sucuri.net I came across logstash2.sucuri.net which is running a grafana instance on port 3000. It appears that the instance has had the /public directory deleted or is unavailable as there are a few 404 errors which make the page unusable...

7.4AI score
SaveExploits0
Hacker One
Hacker One
added 2016/09/13 10:48 p.m.40 views

SecNews: DOM based XSS in search functionality

Overview === Search query is inserted into the HTML of the page without proper encoding. Specifically, a single-quote is not html-encoded albeit escaped, even twice, which allows the attacker to break out of the HTML attribute and inject arbitrary tags. html curl -s...

0.2AI score
SaveExploits0
pentestnepal
pentestnepal
added 2016/09/04 4:49 p.m.21181 views

PornHub: Email Confirmation Bypass

Reporter : Vaxo Dai @0x00 After signing up client needs to verify his email address to further use but the confirmation can be bypassed and can put any email address to confirm the user account idname&code=code Here, user can get this id name using pornhub.com/users/username and viewing the sourc...

7.2AI score
SaveExploits0
Hacker One
Hacker One
added 2016/08/23 8:34 p.m.22 views

Instacart: Fetch private list metadata and any user's personal name

Overview == When a user creates a list, they can choose whether to make the list visible in search and whether to show their name with the list. The problem is that the attacker can still access the information that the user chose to hide. Furthermore, if the attacker gets hold of a user's ID, th...

0.5AI score
SaveExploits0
Atlassian
Atlassian
added 2016/05/31 3:21 a.m.23 views

Forms that use the GET method cause the XSRF token to be added to the URL

h5.Steps to Reproduce: In Confluence, visit the "My Profile" page /users/viewuserprofile.action Click "Edit Profile" Note that no atltoken is present in the URL. Click "Settings" /users/viewmysettings.action Click "Edit" Note that the atltoken value is present in the URL. h5.Cause Some forms are...

1.1AI score
SaveExploits0
Atlassian
Atlassian
added 2016/05/31 3:21 a.m.22 views

Forms that use the GET method cause the XSRF token to be added to the URL

h5.Steps to Reproduce: In Confluence, visit the "My Profile" page /users/viewuserprofile.action Click "Edit Profile" Note that no atltoken is present in the URL. Click "Settings" /users/viewmysettings.action Click "Edit" Note that the atltoken value is present in the URL. h5.Cause Some forms are...

1.1AI score
SaveExploits0Affected Software1
exploitpack
exploitpack
added 2016/05/17 12:0 a.m.26 views

Microsoft Windows - gdi32.dll Heap Buffer Overflow in ExtEscape() Triggerable via EMR_EXTESCAPE EMF Record (MS16-055)

Microsoft Windows - gdi32.dll Heap Buffer Overflow in ExtEscape Triggerable via EMREXTESCAPE EMF Record MS16-055 Source: https://bugs.chromium.org/p/project-zero/issues/detail?id=731 Two of the escape codes supported by the public ExtEscape API are POSTSCRIPTIDENTIFY and POSTSCRIPTINJECTION, whic...

0.9AI score
SaveExploits0
Exploit DB
Exploit DB
added 2016/05/17 12:0 a.m.50 views

Microsoft Windows - 'gdi32.dll' Heap Buffer Overflow in ExtEscape() Triggerable via EMR_EXTESCAPE EMF Record (MS16-055)

Source: https://bugs.chromium.org/p/project-zero/issues/detail?id=731 Two of the escape codes supported by the public ExtEscape API are POSTSCRIPTIDENTIFY and POSTSCRIPTINJECTION, which are only processed if the Device Context is associated with a printer. In the code responsible for handling the...

9.3CVSS7.8AI score0.48585EPSS
SaveExploits2
ThreatPost
ThreatPost
added 2016/01/14 3:48 p.m.10 views

Many Health and Fitness Apps Remain Vulnerable

It seems little has changed over the last several years when it comes to how health and fitness apps go about securing user information. According to a survey carried out by the firm Arxan last fall, 86 percent of health apps it reviewed at had at least two critical vulnerabilities and 55 percent...

0.1AI score
SaveExploits0References5
Xen Project
Xen Project
added 2015/11/24 5:12 p.m.22 views

virtual PMU is unsupported

ISSUE DESCRIPTION The Virtual Performance Measurement Unit feature has been documented as unsupported, so far only on Intel CPUs. Further issues have been found or are suspected which would also or exclusively affect AMD CPUs. We believe that the functionality is mostly intended for non-productio...

0.2AI score
SaveExploits0Affected Software1
RedhatCVE
RedhatCVE
added 2015/10/30 10:29 a.m.33 views

CVE-2007-4044

No description is available for this CVE...

6CVSS8.2AI score0.49759EPSS
SaveExploits18References3
Hacker One
Hacker One
added 2015/09/11 1:18 a.m.16 views

Phabricator: Information leakage through Graphviz blocks

This report amounts to Unsandboxed Command Execution Considered Harmful, which you already suspected: https://secure.phabricator.com/T7785 Graphviz blocks can be used to view a render of any image file readable by the webserver, through the image and shapefile graph node attributes. This alone...

0.5AI score
SaveExploits0
Hacker One
Hacker One
added 2015/08/06 12:0 p.m.17 views

Gratipay: Authentication errors in server side validaton of E-MAIL

To be honest, I'm not sure if there is any real security implications of this bug, but it's something which should be fixed at some point since it'll be pretty easy. I'm going to describe the issue with reproducible steps: 1. Navigate to Gratipay Settings Page...

0.1AI score
SaveExploits0
Atlassian
Atlassian
added 2015/08/04 1:6 p.m.26 views

Workbox Plugin loads full HTML of JIRA comment, leads to GC loop of death on large comment

To reproduce: start Confluence with GC logging enabled optional, but helps Link Confluence and JIRA create an issue in JIRA watch it add a large comment to the JIRA issue, e.g. paste a 7.7MB log file between \code\ tags open the workbox in Confluence optional: in network tab of web developer tool...

7.2AI score
SaveExploits0
Atlassian
Atlassian
added 2015/08/04 1:6 p.m.34 views

Workbox Plugin loads full HTML of JIRA comment, leads to GC loop of death on large comment

To reproduce: start Confluence with GC logging enabled optional, but helps Link Confluence and JIRA create an issue in JIRA watch it add a large comment to the JIRA issue, e.g. paste a 7.7MB log file between \code\ tags open the workbox in Confluence optional: in network tab of web developer tool...

7.2AI score
SaveExploits0Affected Software1
Tenable Nessus
Tenable Nessus
added 2015/06/22 12:0 a.m.16 views

Debian DLA-250-1 : libclamunrar security update

Upstream published version 0.98.5. This update updates sqeeze-lts to the latest upstream release in line with the approach used for other Debian releases. This update corrects a double-free error that existed within the 'unrarextractnextprepare' function libclamunrariface/unrariface.c when parsin...

5.5AI score
SaveExploits0References2
Debian
Debian
added 2015/06/19 8:17 p.m.12 views

[SECURITY] [DLA 250-1] libclamunrar security update

Package : libclamunrar Version : 0.98.5-0+deb6u1 Debian Bug : 770647 Upstream published version 0.98.5. This update updates sqeeze-lts to the latest upstream release in line with the approach used for other Debian releases. This update corrects a double-free error that existed within the...

7.2AI score
SaveExploits0
Rows per page
Query Builder