Lucene search
+L
HackeroneMost viewed

15525 matches found

Hacker One
Hacker One
added 2021/04/25 9:38 a.m.103 views

U.S. Dept Of Defense: Remote Code Execution via Insecure Deserialization in Telerik UI (CVE-2019-18935)

Description: https://██████/██████████/Telerik.Web.UI.WebResource.axd?type=rau is vulnerable to CVE-2017-11317 and CVE-2019-18935, allowing an attacker to upload arbitrary files and gain remote code execution on the underlying system. References...

7.5CVSS0.2AI score0.99737EPSS
SaveExploits19
Hacker One
Hacker One
added 2021/02/04 12:02 a.m.103 views

GitHub Security Lab: [Java] CWE-326: Query to detect weak encryption with an insufficient key size

This bug was reported directly to GitHub Security Lab...

1.7AI score
SaveExploits0
Hacker One
Hacker One
added 2021/01/26 4:28 p.m.103 views

GitHub Security Lab: ihsinme: CPP Add query for CWE-14 compiler removal of code to clear buffers.

This bug was reported directly to GitHub Security Lab...

2.2AI score
SaveExploits0
Hacker One
Hacker One
added 2021/01/03 10:04 a.m.103 views

Logitech: Manipulating response leads to free access to Streamlabs Prime

Heyy team, I have a found cool bug which allows me to get access to streamlabs prime features for free. Here is the api endpoint which checks whether the user has a prime subscription or not: https://streamlabs.com/api/v5/user/prime/subscription json "isactive": false, "ispending": false,...

6.9AI score
SaveExploits0
Hacker One
Hacker One
added 2020/11/06 11:23 a.m.103 views

BugPoC: Solution for XSS challenge wacky.buggywebsite.com

Summary: Found a HTML injection in https://wacky.buggywebsite.com/frame.html?param=Injected Bypasswing CSP : CSP : script-src 'nonce-txjohfomwjdo' 'strict-dynamic'; frame-src 'self'; object-src 'none'; Then found a vuln code in https://wacky.buggywebsite.com/frame.html js window.fileIntegrity =...

0.3AI score
SaveExploits0
Hacker One
Hacker One
added 2020/08/05 11:26 a.m.103 views

U.S. Dept Of Defense: [CVE-2020-3452] Unauthenticated file read in Cisco ASA

Hey, I found out that host ████████.mil was vulnerable to CVE-2020-3452. You can test it by visiting the URL: https://██████████.mil/+CSCOT+/oem-customization?app=AnyConnect&type=oem&platform=..&resource-type=..&name=%2bCSCOE%2b/portalinc.lua To try it with CURL please run the following command:...

5CVSS0.99992EPSS
SaveExploits25
Hacker One
Hacker One
added 2020/06/04 1:16 p.m.103 views

Open-Xchange: Panic: Input stream data unexpectedly has references

Run test suite binary on following input ./testsuite crash.txt with crash.txt file being : require "vnd.dovecot.testsuite"; require "variables"; require "editheader"; set "message" text: From: [email protected] To: [email protected] Subject: Frop! Frop! . ; testset "message" "$message"; test...

0.2AI score
SaveExploits0
Hacker One
Hacker One
added 2020/04/04 2:15 p.m.104 views

Zomato: [www.zomato.com] Blind SQL Injection in /php/geto2banner

Hi Team! Our team discovered a Blind SQL Injection by Abusing LocalParams resid in /php/geto2banner We are working to create a full PDF Report as an WriteUp ; Here is a Temporal Exploit based on the Vulnerable request: POST /php/geto2banner HTTP/1.1 Host: www.zomato.com Connection: close...

SaveExploits0
Hacker One
Hacker One
added 2020/01/17 1:14 p.m.103 views

Razer: [press.razer.com] Origin IP found, Cloudflare bypassed

The tester discovered that the press.razer.com site exposed its IP which could allow bypassing of anti-DDoS mechanisms. While minor, Razer does appreciate the report and the tester bringing this to our attention...

2.4AI score
SaveExploits0
Hacker One
Hacker One
added 2019/12/07 8:31 a.m.103 views

Polymail, Inc.: Bug in OAuth Success Redirect URI Validation

@bluebert discovered a bug on the OAuth login endpoint that allows creation of OAuth login urls with Polymail as the subdomain on external domains. This has now been fixed. A bug in how OAuth login URLs were generated in particular, of the redirect URI allowed for an attacker to steal secrets...

1.9AI score
SaveExploits0
Hacker One
Hacker One
added 2019/10/14 9:45 p.m.103 views

QIWI: Раскрытие чувствительной информации composer.lock docker-compose.yml

Sensitive information disclosure in composer.lock and docker-compose.yml i die ███████████████████████████ ███████▀▀▀░░░░░░░▀▀▀███████ ████▀░░░░░░░░░░░░░░░░░▀████ ███│░░░░░░░░░░░░░░░░░░░│███ ██▌│░░░░░░░░░░░░░░░░░░░│▐██ ██░└┐░░░░░░░░░░░░░░░░░┌┘░██ ██░░└┐░░░░░░░░░░░░░░░┌┘░░██...

0.6AI score
SaveExploits0
Hacker One
Hacker One
added 2019/09/16 7:54 a.m.103 views

Node.js third-party modules: Path traversal using symlink

I would like to report Path Traversal in statics-server Module module name: statics-server version: 0.0.9 npm page: https://www.npmjs.com/package/statics-server Module Description npm install statics-server -g Go to the folder you want to statics-server Run the server statics-server Module Stats...

5CVSS1.4AI score0.01529EPSS
SaveExploits1
Hacker One
Hacker One
added 2018/12/12 7:09 p.m.103 views

Paragon Initiative Enterprises: Github repo's wiki publicly editable

Hello Team, Primablock Github repo's wiki page is publicly editable. This enables an attacker to edit the wiki pages of the affected repo's. Adding content that may link to malicious code libraries that would be installed and used by developers or information that may mislead users. Links:...

0.5AI score
SaveExploits0
Hacker One
Hacker One
added 2018/10/11 7:25 p.m.103 views

Shopify: Reflected XSS on $Any$.myshopify.com/admin

Description : Hi, I have found a reflected cross site scripting vulnerability in .myshopify.com/admin through returnurl parameter . Step to reproduce : 1-Go to https://.myshopify.com/admin/authenticate?returnurl=javascript:alert100// 2-Click on reload this page 3-Xss alert message Impact Xss atta...

0.1AI score
SaveExploits0
Hacker One
Hacker One
added 2016/02/13 4:31 a.m.103 views

HackerOne: Null byte injection

Hi , I would like to report an issue that I have noticed in https://hackerone.com/users/signin?invitationtoken= . I am not sure if this is a valid security issue , but I have decided to report it anyway and see what you guys think. Details: - When you go to...

6.7AI score
SaveExploits0
Hacker One
Hacker One
added 2015/04/18 10:50 a.m.103 views

HackerOne: Open-redirect on hackerone.com

Hello! I would like to report about open-redirect on hackerone.com Here is the PoC that redirects to example.com IP address: https://hackerone.com/%2F1572395042 There is one more strange behavior in URL. For example: https://hackerone.com//hackerone.com - works https://hackerone.com//hackerone1.c...

7AI score
SaveExploits0
Hacker One
Hacker One
added 2022/02/20 7:04 p.m.102 views

8x8: subdomain takeover (abandoned Zendesk █.easycontactnow.com)

@bx1 reported to us an issue with a CNAME record which pointed to a subdomain outside of 8x8's control - to an abandoned Zendesk instance. We've deleted the DNS record and rectified the issue...

2.1AI score
SaveExploits0
Hacker One
Hacker One
added 2021/07/21 8:45 a.m.102 views

UPchieve: hackers.upchieve.org and argocd.upchieve.org is not preloaded.

POC video : IMG7790.MP4 Vulnerable URLs : https://hstspreload.org/?domain=argocd.upchieve.org and https://hstspreload.org/?domain=hackers.upchieve.org Impact Security Misconfiguration...

6.9AI score
SaveExploits0
Hacker One
Hacker One
added 2021/01/21 5:33 p.m.102 views

Revive Adserver: Reflected XSS on /admin/stats.php

I found a reflected XSS attack on /admin/stats.php. Revive-Adserver version is revive-adserver-5.1.0. - Go to...

4.3CVSS3.3AI score0.18242EPSS
SaveExploits2
Hacker One
Hacker One
added 2020/12/31 7:05 p.m.102 views

h1-ctf: Hackyholidays [ h1-ctf] writeup [mission:- stop the grinch ]

Hello Team Description In the continuous series of 12 days, twelve flags were hidden inside Hackyholidays site - hackyholidays.h1ctf.com in which once we get all the flags, grinch can be stopped. This write-up will describe solving all the 12 days challenges. Step To Reproduce + It all started wh...

7.6AI score
SaveExploits0
Hacker One
Hacker One
added 2020/12/11 7:52 p.m.102 views

VK.com: XSS в названии звонка

XSS в сниппете звонка. Уязвимость позволяла выполнить скрипт на стороне пользователя, позвонив ему...

6.3AI score
SaveExploits0
Hacker One
Hacker One
added 2020/10/06 2:04 p.m.102 views

HackerOne: Getting New Invitations without Leaving Programs

Hello there, I hope all is well! Description When you leave the private program, you get a chance to get a new invitation. But using this vulnerability, I can get new invitations without leaving private programs. Steps: 1. Go to any private bug bounty program. 2. Click Leave Program button 3. Cli...

0.2AI score
SaveExploits0
Hacker One
Hacker One
added 2020/08/20 2:45 p.m.102 views

Dropcontact: Dropcontact's disclosed report is exposing Private/Confidential information

Some other report was disclosed fully with confidential information !...

1.3AI score
SaveExploits0
Hacker One
Hacker One
added 2020/05/11 10:12 p.m.102 views

HackerOne: Disclosure of the name of a program that has a private part with an external link

Summary: Hi team , @jobert , @bencode . Not so long ago, you made an output to the program panel of information about whether the program has the function- retest. Also, this is reflected in the report by the attribute activeretestsubscription. It seems that it is reflected in publish reports tha...

SaveExploits0
Hacker One
Hacker One
added 2020/02/21 9:29 p.m.102 views

Ubiquiti Inc.: Unauthenticated request allows changing hostname

We have recently released new version of UniFi Cloud Key firmware that fixes a vulnerability found on v1.1.6 and prior for Cloud Key gen2 and Cloud Key gen2 Plus, according to the description below: Unauthenticated API requests allow changing device hostname. Affected Products: UniFi Cloud Key Ge...

5CVSS0.7AI score0.01054EPSS
SaveExploits0
Hacker One
Hacker One
added 2019/06/30 3:11 a.m.102 views

U.S. Dept Of Defense: Root Remote Code Execution on https://███

Summary: Atlassian Crowd is a centralized identity management application that allows companies to "Manage users from multiple directories - Active Directory, LDAP, OpenLDAP or Microsoft Azure AD - and control application authentication permissions in one single location." A DOD installation is...

7.5CVSS2.3AI score0.95355EPSS
SaveExploits6
Hacker One
Hacker One
added 2019/06/19 4:50 a.m.102 views

Nextcloud: User with read-only access to a share can gain write access to sub-folders in the share

user0 creates folders /test and /test/sub user0 creates file /test/sub/file.txt user0 shares folder /test with user1 with read+share permissions 17 user1 receives the folder /test and can read-download /test/sub/file.txt - good user1 creates a link share of /test/sub - it has permissions 1...

4CVSS6.8AI score0.01056EPSS
SaveExploits0
Hacker One
Hacker One
added 2019/01/30 4:16 p.m.102 views

HackerOne: Disclosure of h1 challenges name through the calendar

Summary: It seems like the Calendar somehow grabs the name of the target for a h1 challenge even though the target name is not public. Description: h1challenges do not disclose the name of the target until the time it starts. For example for this challenge: █████ the name of the target is not...

SaveExploits0
Hacker One
Hacker One
added 2019/01/12 12:46 a.m.102 views

Internet Bug Bounty: imagecolormatch Out Of Bounds Write on Heap

The link to the PHP bug: https://bugs.php.net/bug.php?id=77270 This is possible to exploit in PHP 7.0.33 and 5.6.39. I used this vulnerability to write a local safe mode bypass exploit. It is possible to write up to 1200 bytes over the boundaries of a buffer allocated in the imagecolormatch...

6.8CVSS9.1AI score0.71496EPSS
SaveExploits8
Hacker One
Hacker One
added 2018/06/05 3:58 p.m.102 views

Node.js third-party modules: Arbitrary File Write Through Archive Extraction

I would like to report arbitrary file write vulnerability in adm-zip module It allows attackers to write arbitrary files when a malicious archive is extracted. More info here: https://snyk.io/research/zip-slip-vulnerability https://github.com/snyk/zip-slip-vulnerabilityaffected-libraries Module...

4.3CVSS0.3AI score0.15359EPSS
SaveExploits1
Hacker One
Hacker One
added 2017/08/03 6:09 p.m.102 views

Udemy: Violation of secure design principle

A business process issue was reported as a security issue...

6.9AI score
SaveExploits0
Hacker One
Hacker One
added 2017/07/30 9:59 a.m.102 views

Legal Robot: Lack of input validation in e-mail & user name, job title, company name field

Hi, During sign up input validation didn't deploy properly on e-mail & name field. I've tested inputing following e-mail during sign up: hacker%@gmail.com Your system send email to verification the account though the e-mail address is invalid as gmail doesn't allow user to sign up using special...

2.4AI score
SaveExploits0
Hacker One
Hacker One
added 2017/03/31 12:18 p.m.102 views

Udemy: sweet32

hello have found new attack against 3DES-CBC cipher in TLS,that they can decrypt customer data using a method called SWEET32 Birthday Attack. This Vulnerability has got CVE-2016-2183 and has cvss score 5.0 in atach you will see a print screen vuln confirmation by nmap script Mitigation for SWEET3...

5CVSS7.7AI score0.95707EPSS
SaveExploits7
Hacker One
Hacker One
added 2024/03/27 9:50 a.m.101 views

Internet Bug Bounty: CVE-2024-2466: TLS certificate check bypass with mbedTLS (reward request)

CVE-2024-2466: TLS certificate check bypass with mbedTLS. The vulnerability was reported in libcurl, where it did not check the server certificate of TLS connections made to a host specified as an IP address when built to use mbedTLS. This caused the certificate check to be completely skipped,...

6.5CVSS6.3AI score0.01333EPSS
SaveExploits1
Hacker One
Hacker One
added 2024/01/19 8:16 a.m.101 views

Internet Bug Bounty: Argo CD CSRF leads to Kubernetes cluster compromise

Cross-Site Request Forgery CSRF in github.com/argoproj/argo-cd CVE-2024-22424 Severity: High Impact The Argo CD API prior to versions 2.10-rc2, 2.9.4, 2.8.8, and 2.7.16 are vulnerable to a cross-server request forgery CSRF attack when the attacker has the ability to write HTML to a page on the sa...

8.3CVSS6.7AI score0.00389EPSS
SaveExploits1
Hacker One
Hacker One
added 2023/07/24 6:24 p.m.101 views

U.S. Dept Of Defense: Adobe ColdFusion - Access Control Bypass [CVE-2023-38205] at ██████

An access control bypass vulnerability was discovered in Adobe ColdFusion, allowing attackers to bypass the restriction on external access to the ColdFusion Administrator...

7.5CVSS7.5AI score0.99742EPSS
SaveExploits0
Hacker One
Hacker One
added 2022/08/12 6:14 p.m.101 views

KAYAK: 1 click Account takeover via deeplink in [com.kayak.android]

Vulnerability description not provided...

7.1AI score
SaveExploits0
Hacker One
Hacker One
added 2022/04/12 12:53 a.m.101 views

Reddit: Regular Expression Denial of Service vulnerability

Summary: The vulnerability I have found is classified as a Regular Expression Denial of Service. While inspecting the source code file RealtimeGQLSubscriptionAsync.js I came across the nodemodule subscriptions-transport-ws See Screenshot 1. The search result of the subscriptions-transport-ws...

5CVSS2AI score0.02821EPSS
SaveExploits2
Hacker One
Hacker One
added 2021/09/26 9:17 a.m.101 views

MTN Group: CVE-2021-38314 @ https://www.mtn.co.rw

Summary: Hello. I your domain https://www.mtn.co.rw was vulnerable to CVE-2021-38314 Description: The Gutenberg Template Library & Redux Framework plugin = 4.2.11 for WordPress registered several AJAX actions available to unauthenticated users in the includes function in...

5CVSS0.28961EPSS
SaveExploits6
Hacker One
Hacker One
added 2021/07/22 1:19 p.m.101 views

HackerOne: Internal Gitlab Ticket Disclosure via External Slack Channels

@noneoftheabove was able to enumerate GitLab ticket titles and descriptions by posting links in a shared Slack channel. As part of HackerOne's investigation, it was determined that the misconfiguration could also be used to obtain the contents of exceptions from HackerOne's production environment...

SaveExploits0
Hacker One
Hacker One
added 2021/07/02 8:37 p.m.101 views

Tor: Tor Browser using --log or --verbose logs the exact connection time a client connects to any v2 domains.

Summary: A vulnerability in the Tor Browser 78.11.0esr and below allows a local or physical attacker to view metadata about v2 domains, namely the exact timestamp that a user connected to a v2 onion address while using either the --log or --verbose command line options. A local or physical attack...

6.4AI score
SaveExploits0
Hacker One
Hacker One
added 2021/06/28 3:40 a.m.101 views

Homebrew: clickjacking at brew.sh

hello , While performing security testing of your website i have found the vulnerability called Clickjacking. URL is in scope and vulnerable to Clickjacking. What is Clickjacking ? Clickjacking User Interface redress attack, UI redress attack, UI redressing is a malicious technique of tricking a...

7AI score
SaveExploits0
Hacker One
Hacker One
added 2021/05/30 8:49 p.m.101 views

curl: CVE-2021-22922: Wrong content via metalink not discarded

Summary: When compiled --with-libmetalink and used with --metalink curl does check the cryptographics hash of the downloaded files. However, the only indication that the hash was incorrect is a message displayed to the user. The files with incorrect hashes are left to the disk as-is. Since curl...

4.3CVSS0.1AI score0.04332EPSS
SaveExploits1
Hacker One
Hacker One
added 2021/05/06 4:58 p.m.101 views

Sifchain: Open S3 Bucket | information leakage

Hi I found an Open S3 Bucket. - POC : aws s3 ls s3://amazon-eks/ Source : https://github.com/Sifchain/sifnode/blob/bebbe9883560bbde4f452f81a2d85bdbc243636a/deploy/rake/dependencies.rake21 regards oos Impact information leakage...

6.9AI score
SaveExploits0
Hacker One
Hacker One
added 2021/01/10 12:38 p.m.101 views

Doppler VDP: Limited access to billing dashboard by Admin and Collaborator in conflict with user role permissions.

Summary: Hello Team, The admin and collaborator roles aren't supposed to be able to have read access to the billing dashboard. However, a bug was found where both roles have limited read access to the dashboard contrary to Doppler docs. F1151905 Steps To Reproduce: 1. Log in to your...

0.3AI score
SaveExploits0
Hacker One
Hacker One
added 2020/08/14 3:12 a.m.101 views

HackerOne: Pentester can obtain information about other pentesters who applied for the same test, but weren't accepted

Hi team, I don't know your policy about pentestersabout their visibility on the platform, But I couldn't find any other pentesters before. 1 For example: GraphQL has the h1pentester attribute that would explicitly point us to the pentester, but if we make a query, it doesn't reveal the pentester ...

6.8AI score
SaveExploits0
Hacker One
Hacker One
added 2020/08/12 4:52 p.m.101 views

GitHub Security Lab: Java: CWE-798 - Hardcoded AWS credentials

This bug was reported directly to GitHub Security Lab...

1AI score
SaveExploits0
Hacker One
Hacker One
added 2020/04/24 1:46 p.m.101 views

Starbucks: Thailand - IDOR on www.starbuckscardth.in.th: A logged in user could view any Thailand Starbucks card balance if they knew that Starbucks card number

nnez discovered that after a successful card balance transfer between two of their own registered Thailand Starbucks cards, they could update the 2nd card number URL parameter to another known Thailand Starbucks card number and view that 2nd card balance. @nnez — thank you for reporting this...

1.4AI score
SaveExploits0
Hacker One
Hacker One
added 2020/02/07 7:51 p.m.101 views

X (Formerly Twitter): NO username used in authenthication to www.mopub.com leading to direct password submission which has unlimited submission rate.

Summary:user name is not used in authentication leading to direct password submission Description: user name not used in authentication in https://www.mopub.com/login/?next=/dsp-portfolio/ this page is labelled as SITE ADMIN: refer POC can lead to direct submitting of password and this password h...

7AI score
SaveExploits0
Hacker One
Hacker One
added 2019/10/30 4:51 p.m.101 views

Automattic: [IDOR] Attacker user can Approve/Decline AFK on the behalf of other users

Summary: Hi team Hope you are good Missing proper authorization checks on the vulnerable request allows an attacker to approve/decline afk of users on the behalf of other user who is a member of other organization. This can be exploited simply by changing the responderuserid in the vulnerable...

0.4AI score
SaveExploits0
Total number of security vulnerabilities5000