Lucene search
+L
HuntrMost viewed

4084 matches found

Huntr
Huntr
•added 2021/12/24 8:30 a.m.•28 views

Cross-Site Request Forgery (CSRF) in yourls/yourls

Description 1. Hi there YOURLS team, I would like to report a Cross Site Request forgery vulenrability on YOURLS. Cross-site request forgery also known as CSRF is a web security vulnerability that allows an attacker to induce users to perform actions that they do not intend to perform. It allows ...

4.3CVSS1.1AI score0.01994EPSS
SaveExploits5References1
Huntr
Huntr
•added 2021/12/22 5:27 a.m.•28 views

Cross-site Scripting (XSS) - Stored in pimcore/pimcore

Description Stored cross site scripting vulnerability in report class field on custom report feature. Proof of Concept 1 . Login to dev account https://10.x-dev.pimcore.fun/admin/ 2 . Go to marketing -- custom reports -- Report class :field in left navigation menu 3 . Add payload " in report clas...

3.5CVSS5.1AI score0.00642EPSS
SaveExploits1
Huntr
Huntr
•added 2021/12/10 6:38 p.m.•28 views

Cross-site Scripting (XSS) - Reflected in yetiforcecompany/yetiforcecrm

Description Application is vulnerable to Reflected cross site scripting attack on create Invoice. Proof of Concept Step 1: Login into the application https://gitstable.yetiforce.com/index.php Step 2: Navigate to Quick Create - Cost Invoice Step 3: Click on Source and enter the XSS Playload in...

4.3CVSS0.1AI score0.00782EPSS
SaveExploits1
Huntr
Huntr
•added 2021/12/07 12:51 p.m.•28 views

Inefficient Regular Expression Complexity in nltk/nltk

Description nltk is vulnerable to ReDoS attack because of ^-?0-9+.0-9+?$ regex. If attacker succeeds to use malicious payload against RegexpTagger used in function getpostagger and maltregextagger, it will cause a nasty DoS. Proof of Concept // PoC.py import re, time pattern =...

5CVSS2.5AI score0.01461EPSS
SaveExploits1
Huntr
Huntr
•added 2021/12/07 8:26 a.m.•28 views

Cross-site Scripting (XSS) - Reflected in pimcore/pimcore

Description pimcore is vulnerable to Reflected XSS via the Search function for Document, Assets and Data Objects. Steps to reproduce 1.Login to pimcore admin. 2.In the left menu bar, click the Search icon then choose Documents, the Search Documents tab will display. 3.Input payload " into the...

4.3CVSS1.4AI score0.00755EPSS
SaveExploits1
Huntr
Huntr
•added 2021/12/05 6:00 p.m.•28 views

Server-Side Request Forgery (SSRF) in snipe/snipe-it

Description Admin users on the external network can perform blind POST-based SSRF issue requests on behalf of the server into the internal network via the Slack Integration Performing portscans 1: Go to Slack Integrations 2: Use http://127.0.0.1:1337 as the Slack Endpoint. See the error message:...

6.5CVSS5.2AI score0.00893EPSS
SaveExploits1References1
Huntr
Huntr
•added 2021/11/22 6:28 p.m.•28 views

Cross-site Scripting (XSS) - Stored in meetecho/janus-gateway

Description an user can enter a text room in janus gateway with a malicious name that contains a xss payload and could poison other users on the room Proof of Concept just go to https://janus.conf.meetecho.com/textroomtest.html this is provided by github repo as a demo then enter in the name POC...

3.5CVSS5.7AI score0.00845EPSS
SaveExploits1
Huntr
Huntr
•added 2021/11/07 7:27 p.m.•28 views

in v2fly/v2ray-core

Description Good afternoon. While looking at your code, we discovered an off-by-one index comparison against length may lead to out-of-bounds read flaw in your v2ray-core repository. Indexing operations on arrays, slices or strings should use an index at most one less than the length. If the inde...

6.4CVSS1.2AI score0.00858EPSS
SaveExploits1References1
Huntr
Huntr
•added 2021/11/05 4:49 a.m.•28 views

Cross-site Scripting (XSS) - Generic in snipe/snipe-it

Description XSS in bulk audit function via the asset tag parameter Proof of Concept 1: Go to http:///hardware/bulkaudit feature 2: Use alertdocument.domain as "Asset Tag" parameter 3: Click "Audit", the XSS should be triggered via the message Asset Tag ASSETTAG not found. Impact This vulnerabilit...

3.5CVSS0.3AI score0.00538EPSS
SaveExploits1
Huntr
Huntr
•added 2021/10/13 10:51 a.m.•28 views

in star7th/showdoc

Description - CWE: CWE-288:Authentication Bypass Using an Alternate Path or Channel - CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:L , CVSS Score: 8.3High - Credit:Qianxin, Network Security Department, Product-Safety Team Unc1e In showdoc, there is a SSO process , DOC is shown in...

7AI score
SaveExploits0
Huntr
Huntr
•added 2021/10/06 6:03 a.m.•28 views

in chevereto/chevereto-free

Clickjacking is a portmanteau of two words ‘click’ and ‘hijacking’. It refers to hijacking user’s click for malicious intent. In it, an attacker embeds the vulnerable site in an transparent iframe in attacker’s own website and overlays it with objects such as button using CSS skills. This tricks...

1.3AI score
SaveExploits0
Huntr
Huntr
•added 2021/10/05 6:55 a.m.•28 views

Cross-Site Request Forgery (CSRF) in pkp/pkp-lib

Description Missing CSRF token in role stage assignment, save language settings, and task notification 1: http://10.0.2.15/index.php/e/$$$call$$$/grid/settings/roles/user-group-grid/unassign-stage?stageId=1&userGroupId=5 2:...

0.2AI score
SaveExploits0
Huntr
Huntr
•added 2021/09/28 9:37 a.m.•28 views

in osticket/osticket

Description The forgot password can be abused to leak possible usernames due to different responses returned when a user exists or a user does not. Proof of Concept 1. Go to http://OSTICKET-SERVER/htdocs/osticket/scp/pwreset.php 2. Key in a user which does not exist, the response is: "Unable to...

7AI score
SaveExploits0
Huntr
Huntr
•added 2021/08/26 3:01 a.m.•28 views

SQL Injection in opensourcepos/opensourcepos

✍️ Description The Application is vulnerable to blind SQL Injection 🕵️‍♂️ Proof of Concept URL: https://dev.opensourcepos.org/attributes/search?sort=1 Vulnerable Parameter: sort SQLMap POC --- Parameter: sort GET Type: boolean-based blind Title: Boolean-based blind - Parameter replace original...

0.2AI score
SaveExploits0References1
Huntr
Huntr
•added 2021/08/23 5:10 p.m.•28 views

in yourls/yourls

✍️ Description It can be possible to perform a clickjacking attack due to the lack of frame restrictions. The application does not set the response header X-Frame-Options: DENY. 🕵️‍♂️ Proof of Concept 💥 Impact According to PortSwigger references, it is possible for a page controlled by an attacker...

6.8CVSS1.3AI score0.00405EPSS
SaveExploits1References1
Huntr
Huntr
•added 2021/07/07 6:33 a.m.•28 views

Server-Side Request Forgery (SSRF) in aimeos/aimeos-core

✍️ Description Integrated online shop based on Laravel 6 LTS and the Aimeos e-commerce framework this web app is vulnerable for stored SSRF thru svg files 🕵️‍♂️ Proof of Concept 💥 Impact This vulnerability is capable SSRF...

0.9AI score
SaveExploits0
Huntr
Huntr
•added 2021/06/20 11:42 a.m.•28 views

in kalcaddle/kodexplorer

💥 BUG direct file url leaked for eml file 💥 IMPACT user can upload eml file and can share this . After sharing this file , it will leak direct link of this file .\ Which allow to download this file even when sharing is disabled . 💥 STEP TO REPRODUCE 1. First goto your kodexplorer admin account an...

7AI score
SaveExploits0
Huntr
Huntr
•added 2021/05/27 9:28 p.m.•28 views

in miodec/monkeytype

✍️ Description Users can bypass leaderboard controls and inject any object they want into the leaderboard by spoofing post requests to /checkLeaderboards. Malicious users can send specially crafted post requests and inject any user they want to the top of the leaderboard with any value words per...

6AI score
SaveExploits0References1
Huntr
Huntr
•added 2021/04/19 6:35 a.m.•28 views

Cross-site Scripting (XSS) - Generic in boxbilling/boxbilling

✍️ Description XSS is possible via support ticket reply functionality for admin. It can happen if a client registers with his name as the XSS payload and admin replies with the default greetings. Otherwise admin have to manually enter the payload in reply form. 🕵️‍♂️ Proof of Concept 1. Register...

0.6AI score
SaveExploits0References1
Huntr
Huntr
•added 2021/01/30 12:00 a.m.•28 views

Code Injection in nosarthur/gita

✍️ Description gita helps to Manage multiple git repos with sanity. Vulnerability description Vulnerable to YAML deserialization attack caused by unsafe loading. 🕵️‍♂️ Proof of Concept vulnerable part of code yaml.load in getcmdsfromfiles...

0.9AI score
SaveExploits0
Huntr
Huntr
•added 2020/08/17 12:00 a.m.•28 views

Insecure Storage of Sensitive Information in smirzaei/rails-session-decoder

Overview rails-session-decoder is a simple utility for decoding Rails 4.x sessions in Node.js, this package are vulnerable to Information Exposure. Missing verification of the Message Authentication Code appended to the cookies may lead to decryption of cipher text, exposing encrypted information...

2.3AI score
SaveExploits0References1
Huntr
Huntr
•added 2020/04/03 12:00 a.m.•28 views

Command Injection in joeyism/node-git-lib

Overview The issue occurs because a user input is formatted inside a command that will be executed without any check. Proof of Concept Credit: Mik317 1. Create the following PoC file: js // poc.js var git = require"git-lib"; git .add"test;touch HACKED;" .thenfunction / successfully added /...

1.3AI score
SaveExploits0
Huntr
Huntr
•added 2020/03/27 12:00 a.m.•28 views

Command Injection in zamotany/logkitty

Overview The issue occurs because a user input is formatted inside a command that will be executed without any check. Proof of Concept Credit: Mik317 1. Check there aren't files called HACKED 2. Execute the following commands in another terminal: bash npm i logkitty Install affected module logkit...

7.5CVSS2.1AI score0.0201EPSS
SaveExploits1
Huntr
Huntr
•added 2026/02/14 2:13 a.m.•27 views

Authentication Bypass on FastAPI Routes (Job API, OTel API) When Basic Auth Enabled

Summary When MLflow is started with authentication enabled --app-name basic-auth and served via uvicorn ASGI, the FastAPI permission middleware only enforces authentication on /gateway/ routes. All other FastAPI routes -- including the Job API /ajax-api/3.0/jobs/ and the OpenTelemetry trace...

8.6CVSS6AI score0.01409EPSS
SaveExploits1
Huntr
Huntr
•added 2023/09/23 3:51 p.m.•27 views

Disabled accounts still work normally

Description Disabled accounts still work normally Proof of Concept The account A is logged in and active. Admin suddenly disabled that account, but account A still works normally. Video Poc https://drive.google.com/file/d/15OHZF71pJyGaU30dQaw6NglkpZEhpOPm/view?usp=sharing...

7.2AI score0.0044EPSS
SaveExploits1
Huntr
Huntr
•added 2023/09/15 4:23 a.m.•27 views

Dom XSS in module "Search IPv6"

Description 1 .Access to IPv6 search function 2 .Enter the payload in the IPv4 field to perform the search Payload : "alertdocument.cookie 3 .Enter the search button and the payload will be executed Proof of Concept Link video Poc :...

5.8CVSS6.9AI score0.00642EPSS
SaveExploits1
Huntr
Huntr
•added 2023/09/13 9:58 p.m.•27 views

Improper input validation leads to arbitrary file deletion

Description The /process endpoint of the python API in collector/api.py exposes an endpoint waiting for a POST request with a parameter named filename : py @api.route"/process", methods="POST" def processfile: content = request.json targetfilename = content.get"filename" printf"Processing...

6.8AI score0.00736EPSS
SaveExploits1
Huntr
Huntr
•added 2023/08/29 7:00 a.m.•27 views

NULL Pointer Dereference in media_tools/mpeg2_ps.c, media_tools/avilib.c and filters/dasher.c

Description NULL Pointer Dereference in MP4Box. Version $ ./bin/gcc/MP4Box -version MP4Box - GPAC version 2.3-DEV-revrelease c 2000-2023 Telecom Paris distributed under LGPL v2.1+ - http://gpac.io Please cite our work in your research: GPAC Filters: https://doi.org/10.1145/3339825.3394929 GPAC:...

1.9CVSS6.8AI score0.00306EPSS
SaveExploits1References4
Huntr
Huntr
•added 2023/08/28 1:02 p.m.•27 views

heap-buffer-overflow in function avi_parse_input_file media_tools/avilib.c:2083

Description Heap-buffer-overflow in MP4Box. Version $ ./bin/gcc/MP4Box -version MP4Box - GPAC version 2.3-DEV-revrelease c 2000-2023 Telecom Paris distributed under LGPL v2.1+ - http://gpac.io Please cite our work in your research: GPAC Filters: https://doi.org/10.1145/3339825.3394929 GPAC:...

1.9CVSS6.9AI score0.00262EPSS
SaveExploits1References1
Huntr
Huntr
•added 2023/08/19 11:30 a.m.•27 views

DOM XSS in https://demo.librenms.org/eventlog

Description I noticed, your website is very secure. But you overlooked a flaw XSS Detail: 1 .Login with demo account. 2 .Go to the link: https://demo.librenms.org/eventlog and click Filter 3 .Use burp suite to block proxy and inject payload in eventtype: test%22-alertdocument.cookie// 4 .Check,...

4.9CVSS6.7AI score0.00662EPSS
SaveExploits1
Huntr
Huntr
•added 2023/08/18 3:00 p.m.•27 views

There are 6 NULL Pointer Dereference vulnerabilities in MP4Box

NULL Pointer Dereference in function utils/xmlparser.c:1038 Description NULL Pointer Dereference in function utils/xmlparser.c:1038 Environment No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 20.04 LTS Release: 20.04 Codename: focal Version MP4Box - GPAC version...

1.9CVSS6.6AI score0.00317EPSS
SaveExploits2References6
Huntr
Huntr
•added 2023/08/14 7:52 a.m.•27 views

XSS at file uploading

Description In menu Add page, there is a upload file function and xss payload can be injected there. Detail: 1/ Access to the web demo and go to Add page menu. 2/ At upload file function, upload an file with filename is a payload xss. 3/ It will be triggered immediately. Proof of Concept Payload:...

5.8CVSS7AI score0.00467EPSS
SaveExploits1
Huntr
Huntr
•added 2023/08/13 6:10 a.m.•27 views

Improper validation of intent data received in TextViewerActivity allows opening of arbitrary files

Description Tested on Build87 of the Inure application. It was discovered that the application had an exported activity .activities.association.TextViewerActivity which accepted intent data via the file scheme + text/ mime type and opened the associated files from provided URI data string. It is...

3.3CVSS6.9AI score0.00326EPSS
SaveExploits1
Huntr
Huntr
•added 2023/07/27 1:14 p.m.•27 views

Server Side Request Forgery (SSRF)

Description It is possible to access the local environment in the Webhook function. Therefore, Blind SSRF makes it possible to perform a port scan against the local environment. Proof of Concept After logging in, access the webhook setting page, specify the URL with the following pattern, and che...

2.8CVSS6.6AI score0.00625EPSS
SaveExploits1References2
Huntr
Huntr
•added 2023/07/04 7:34 p.m.•27 views

Out of bounds read in VobSub loader

Description The gpac VobSub parser takes a FILE handle and attempts to load the information from that file into its memory. The main focus of this report revolves around the first few lines of the function and how they make some assumptions about buffer sizes that allows for an out-of-bounds read...

3.3CVSS7AI score0.00352EPSS
SaveExploits1
Huntr
Huntr
•added 2023/05/27 9:52 a.m.•27 views

Markdown injection into github comment

Description Users can donate for builds by tipping [email protected]. There's a github action that will thank the user in a comment. The name is not sanitized and by using one such as the following, attackers can inject their own markdown into the comment. foo The "" breaks out of the context,...

7AI score
SaveExploits0
Huntr
Huntr
•added 2023/05/02 8:59 a.m.•27 views

Reflected XSS at search_query[] query string

Description Reflected XSS Cross-Site Scripting is a common web security vulnerability that can occur when a user inputs malicious Javascript syntax into the search field. The search function allows users to look for content on the website, and the search keywords are appended to the URL query...

5.8CVSS6.6AI score0.0062EPSS
SaveExploits1
Huntr
Huntr
•added 2023/04/24 7:23 a.m.•27 views

Stored XSS in the module named "Dashboard"

Description I tested the demo site you provided. I see that there is an XSS vulnerability. I hope you can check and provide a fix as soon as possible. Proof of Concept link video PoC https://drive.google.com/file/d/19lzyLY20fn0WdgRxsIrIRSfkrq36j7s5/view?usp=sharing Steps 1.Login as administrator...

6.3AI score0.0044EPSS
SaveExploits1References1
Huntr
Huntr
•added 2023/04/12 8:29 a.m.•27 views

Insufficient Filtering Leads to Stored Cross Site Scripting at FAQ

Description Cross-Site Scripting XSS attacks are a type of injection, in which malicious scripts are injected into otherwise benign and trusted websites. XSS attacks occur when an attacker uses a web application to send malicious code, generally in the form of a browser side script, to a differen...

4.9CVSS5.8AI score0.00552EPSS
SaveExploits0References1
Huntr
Huntr
•added 2023/04/06 3:26 p.m.•27 views

Stored XSS via Markdown Comment

Description Register one account on blog, if account was actived, it can be comment. \ We can commment with markdown.\ When another user clicks on the comment there may be an XSS alert. I git clone project and build with docker. Latest commit is: 07a1ded08eb4e0c6979f6aeebc35f3864ba250a7\ \ Proof ...

4.9CVSS6.2AI score0.00409EPSS
SaveExploits1References2
Huntr
Huntr
•added 2023/03/29 4:49 p.m.•27 views

Stored XSS on Multiple Edit Page

Description A stored XSS with alert on Editing page. \ I clone repo from master branch and build with docker. Footer show: Version: 1.3.4 Proof of Concept Request image Request raw: POST /api/saveedit HTTP/1.1 Host: 192.168.125.131 User-Agent: Mozilla/5.0 Windows NT 10.0; Win64; x64; rv:109.0...

4.9CVSS6.3AI score0.00346EPSS
SaveExploits1
Huntr
Huntr
•added 2023/03/24 8:58 a.m.•27 views

Dom-based XSS in Website Settings module in Settings

Description pimcore is vulnerable to Dom-based XSS at Name field in Website Settings module in Settings. Payload " Proof of Concept 1.Go to https://11.x-dev.pimcore.fun/admin/ and login. 2.In the left menu bar, go to Settings - Website Settings and input any text into Key field and choose a Type,...

4.9CVSS5.2AI score0.00419EPSS
SaveExploits1
Huntr
Huntr
•added 2023/03/21 7:55 a.m.•27 views

Password reset link not expired

Hi team, I hope you are well today. This is the step: Reset your password with this link https://meta.answer.dev/users/account-recovery I have recognized that links can use many times. Beside https://meta.answer.dev/users/account-activation?code=... active account have the same vulnerability. Ok...

6.8CVSS8.6AI score0.00607EPSS
SaveExploits1
Huntr
Huntr
•added 2023/03/11 8:23 p.m.•27 views

Instropection query is enabled on demo.pimcore.fun

Description Introspection is enabled on the demo.pimcore.fun. demo site has graphql feature for users but via that graphql endpoint attacker can run the instropection queries. which makes the vulnerable. Proof of Concept Just visit the link...

6.4CVSS6.9AI score0.00783EPSS
SaveExploits1
Huntr
Huntr
•added 2023/03/08 8:19 p.m.•27 views

Stored XSS @ updatecategory

Description The product does not neutralize or incorrectly neutralizes user-controllable input before it is placed in output that is used as a web page that is served to other users. Proof of Concept Code That has a Vulnerability: // Updates an existing category if $action === 'updatecategory' &&...

4.9CVSS5.5AI score0.00475EPSS
SaveExploits1
Huntr
Huntr
•added 2023/02/16 7:27 p.m.•27 views

Stored XSS From Visitor to Acc Takeover

Description Using X-Forwarded-For Header Visitor can manipulate ip to trigger xss Proof of Concept 1.Visit any url and Add Header X-Forward-For: 127.0.0.1" 2.If admin check in dashboard xss will trigger Check This image...

4.9CVSS5.6AI score0.00493EPSS
SaveExploits1
Huntr
Huntr
•added 2023/02/09 3:12 p.m.•27 views

Stored XSS in server settings when upload branding

Description An attacker can upload an arbitrary file with a content type starting with image/ Proof of Concept POST /server/theme HTTP/1.1 Host: localhost:14142 Content-Length: 1077 Cache-Control: max-age=0 sec-ch-ua: "Chromium";v="89", ";Not A Brand";v="99" sec-ch-ua-mobile: ?0...

4.9CVSS6AI score0.00556EPSS
SaveExploits1
Huntr
Huntr
•added 2023/02/04 6:42 p.m.•27 views

Html Injection in Contributors

Description Html injection in Contributors and just only need html payload in Display Name and fire in Contributors list Proof of Concept 1. Login to squidex 2. Create an app with random name. 2. Go to Edit Profile then Edit users display name with html payload = Sanket722 3. Go to...

4CVSS7.2AI score0.00638EPSS
SaveExploits1
Huntr
Huntr
•added 2023/01/24 5:13 p.m.•27 views

Multiple stored XSS

Description Hello! Found multiple stored XSS. PoCs "About me" XSS Insert this code in "About me" http://host/users/settings/profile Website title XSS go to /admin/general, edit 'Site Name' adding the following payload alert"XSS ATTACK!" The script will be executed every time you reload the page...

4.9CVSS5.7AI score0.00393EPSS
SaveExploits1
Huntr
Huntr
•added 2023/01/21 2:00 p.m.•27 views

CSRF leading to remove Administrators users

Description remove function is vulnerable to CSRF lead to remove any Administrators users GET /admin/permissions/remove/?domid=2&daid=15 Proof of Concept 1/ visit /admin/domains/1/ 2/ delete button to remove permission is vulnerable to CSRF...

4.3CVSS6.3AI score0.00345EPSS
SaveExploits1
Total number of security vulnerabilities4084