Lucene search
+L
HuntrMost viewed

4084 matches found

Huntr
Huntr
added 2021/05/15 1:35 p.m.12 views

in utmsigep/member-directory

✍️ Description Entering unintended values during the member creation flow causes unusual database state, unhandled exceptions/stack trace disclosure and denial of service due to continuous page crashes. 🕵️‍♂️ Proof of Concept - Select a member-status/group - Create New Member - Enter an invalid...

0.6AI score
SaveExploits0
Huntr
Huntr
added 2021/05/15 1:34 a.m.12 views

Path Traversal in demon1a/discord-recon

✍️ Description Scanning internal git directories leaks using Improper input validation in truffleHog function urlHost = urlparseargument.netloc if urlHost != "github.com" and urlHost != "gitlab.com": await ctx.send"You're trying to scan unallowed URL, please use a github/gitlab URL." return The...

7AI score
SaveExploits0References1
Huntr
Huntr
added 2021/05/13 1:55 a.m.12 views

Heap-based Buffer Overflow in axiomatic-systems/bento4

✍️ Description heap-buffer-overflow 🕵️‍♂️ Proof of Concept Verification steps: 1.Get the source code of Bento4 2.Compile the Bento4 bash $ cd Bento4 $ mkdir checkbuild && cd checkbuild $ cmake ../ -DCMAKECCOMPILER=clang -DCMAKECXXCOMPILER=clang++ -DCMAKECFLAGS="-fsanitize=address"...

2.2AI score
SaveExploits0References2
Huntr
Huntr
added 2021/05/12 1:29 p.m.12 views

in cythron/tweango

✍️ Description Django secret key is pushed into Github repository. This is used to sign Json objects, create hashes and generate Csrf tokens. 🕵️‍♂️ Proof of Concept https://stackoverflow.com/questions/15170637/effects-of-changing-djangos-secret-key/15383766?noredirect=1comment2174349415383766 💥...

SaveExploits0References1
Huntr
Huntr
added 2021/05/12 6:51 a.m.12 views

Cross-site Scripting (XSS) - Reflected in thecoshman/http

✍️ Description The web server is vulnerable to Cross-site scripting. An attacker can host a file with an XSS payload as the file name. When a user visits the web server address, the javascript will be executed in the browser. This is due to improper sanitization. 🕵️‍♂️ Proof of Concept - Create a...

0.1AI score
SaveExploits0
Huntr
Huntr
added 2021/05/07 11:08 p.m.12 views

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

✍️ Description The forkcms is vulnerable to XSS through image name edition. 🕵️‍♂️ Proof of Concept 1. With an authenticated user, access http://localhost/private/en/medialibrary/mediaitemindex. 2. Click on New media. 3. Upload any image and then click on Back to overview. 4. With the image...

1.1AI score
SaveExploits0
Huntr
Huntr
added 2021/04/30 6:30 a.m.12 views

Improper Privilege Management in chatwoot/chatwoot

✍️ Description Privilege escalation to view all conversation 🕵️‍♂️ Proof of Concept 1. First goto https://app.chatwoot.com/app/accounts/4534/settings/agents/list from admin account and add a user B as agent . 2. now goto https://app.chatwoot.com/app/accounts/4534/settings/inboxes/list and add a...

1.3AI score
SaveExploits0
Huntr
Huntr
added 2020/09/24 12:00 a.m.12 views

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

Description The application is vulnerable to html injection in password reset functionality. PoC CLICK ME...

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

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

Overview Affected versions of this package are vulnerable to Cross-site Scripting XSS. Special characters provided as part of the Referer HTTP header. is reflected within htdocs/user/passwordforgotten.php...

3.5CVSS2.5AI score0.00851EPSS
SaveExploits1
Huntr
Huntr
added 2026/04/16 1:12 a.m.11 views

Remote Code Execution (RCE) via Insecure Deserialization of Triggers/Exceptions in BaseSerialization

This report is not public...

5.3AI score
SaveExploits0
Huntr
Huntr
added 2026/03/07 6:00 p.m.11 views

Denial of Service via Uncaught std::filesystem_error in Model Repository Load API (file: parameter NAME_MAX boundary)

This report is not public...

5.3AI score
SaveExploits0
Huntr
Huntr
added 2025/07/21 5:38 a.m.11 views

SQLite Operator-Based SQL Injection Vulnerability in LangGraph

This report is not public...

7.3CVSS6.9AI score0.00165EPSS
SaveExploits0
Huntr
Huntr
added 2025/07/03 12:04 p.m.11 views

Dependacy chain attack through hijacking broken github repository at https://github.com/huggingface/transformers/blob/main/src/\ntransformers/models/fuyu/\nconvert_fuyu_model_weights_to_hf.py

Description Type: Dependency Chain Attack through hijacking broken github repository Risk: High Allows arbitrary code execution in model conversion workflows Affected Asset: https://github.com/adept-ai-labs/adept-inference Broken URL in Hugging Face Transformers Root Cause The Hugging Face...

6.5AI score
SaveExploits0
Huntr
Huntr
added 2025/06/13 3:14 p.m.11 views

Brotli decompression bomb DoS

Description urllib3 can not stream brotli-encoded responses properly unlike the way it handles gzip responses. It always loads entire decompressed response body into memory when reading brotli-encoded response, which allows malicious servers to perform DoS attack by responding with decompression...

8.9CVSS6.8AI score0.00682EPSS
SaveExploits0
Huntr
Huntr
added 2025/04/03 1:06 a.m.11 views

Denial of Service via `Uncontrolled Recursive` JSON Parsing in `JSONReader`

Description The JSONReader in llamaindex is vulnerable to stack overflow when processing deeply nested JSON, leading to a RecursionError. Attackers can exploit this to trigger Denial of Service DoS by submitting malicious JSON, crashing applications before input validation. This impacts...

6.5CVSS7.8AI score0.0034EPSS
SaveExploits1
Huntr
Huntr
added 2025/03/19 8:59 p.m.11 views

URL Parsing Issue

Repository: Hugging Face Transformers File: imageutils.py Line: 834 Code Snippet: if video.startswith"https://www.youtube.com" or video.startswith"http://www.youtube.com": Vulnerability Description: The current implementation checks if a video URL starts with "https://www.youtube.com" or...

3.5CVSS7.2AI score0.00357EPSS
SaveExploits1
Huntr
Huntr
added 2025/03/17 4:10 p.m.11 views

Regular expression Denial of Service - ReDoS

Description A regular expression denial of service ReDoS vulnerability has been identified in the Hugging Face Transformers library's dynamic module utilities. The vulnerability exists in the getimports function in dynamicmoduleutils.py, which uses a vulnerable regular expression pattern to filte...

5.3CVSS7.3AI score0.00435EPSS
SaveExploits1
Huntr
Huntr
added 2025/03/15 7:42 p.m.11 views

Regular expression Denial of Service - ReDoS

Description A regular expression denial of service ReDoS vulnerability has been identified in the Hugging Face Transformers library's configuration file resolution mechanism. The vulnerability exists in the getconfigurationfile function, which uses the vulnerable regular expression pattern...

5.3CVSS7AI score0.00435EPSS
SaveExploits1
Huntr
Huntr
added 2025/02/28 5:24 a.m.11 views

XML Entity Expansion vulnerability in Sitemap parser

Description There is an XML entity expansion billion laughs vulnerability in the sitemap parser. When accessing a malicious Sitemap XML, this results in a Denial of Service. Vulnerable class: import urllib.request import xml.etree.ElementTree as ET from typing import List from...

7.5CVSS7.1AI score0.00419EPSS
SaveExploits1
Huntr
Huntr
added 2024/12/14 4:48 a.m.11 views

Denial of Service(DOS) in LangChainLLM due to missing exception handler.

Summary The streamcomplete method of the LangChainLLM class executes the llm using a thread and retrieves the result of the llm via the getresponsegen method of the StreamingGeneratorCallbackHandler class. During this process, getresponsegen recursively detects the onllmerror and onllmend events...

7.5CVSS7.7AI score0.00815EPSS
SaveExploits1
Huntr
Huntr
added 2024/12/06 5:37 a.m.11 views

SQL Injection to RCE on FinanceChatLlamaPack

Summary The Finance Chat Llama Pack implements a hierarchical agent based on LLM for financial chat and information extraction. It includes an agent called 'database agent' for interacting with a PostgreSQL database. However, due to the lack of protections in the runsqlquery function on the...

10CVSS10AI score0.01444EPSS
SaveExploits1
Huntr
Huntr
added 2024/11/19 4:56 p.m.11 views

Admin Able to Create User Without Setting a Password

Description The application allows an admin to create a new user account without assigning a password. This could lead to security vulnerabilities, or the system might inadvertently create an account with a default or blank password, making it susceptible to unauthorized access. Proof of Concept ...

5.5CVSS7.2AI score0.00359EPSS
SaveExploits1
Huntr
Huntr
added 2024/11/16 6:58 a.m.11 views

Improper access of prompt data by another user.

Description Another user can able to see the prompts data of a particular users. Proof of Concept let promptid be the prompt id of user 1 visit http://127.0.0.1:8080/prompts/promptid from another users user 2 session user 2 can see the user 1 promptid's data. Previously it was reported by some on...

8.8CVSS6.8AI score0.00713EPSS
SaveExploits1
Huntr
Huntr
added 2024/11/12 10:24 a.m.11 views

SQL Injection in default_jsonalyzer via prompt injection leads to arbitrary file creation

Target Link Description defaultjsonalyzer function used in JSONalyzeQueryEngine execute a sqlite query that llm made. If the attacker control the sqlite query with prompt injection and execute a malicious sqlite query, then Denial-of-Service attack and arbitrary file creation is possible. Root...

7.1CVSS7.3AI score0.00512EPSS
SaveExploits1
Huntr
Huntr
added 2024/11/01 8:43 p.m.11 views

Denial of service by tracking large images

This report is not public...

7.5CVSS7.1AI score0.00632EPSS
SaveExploits1
Huntr
Huntr
added 2024/10/30 8:25 p.m.11 views

(Blind) Stored XSS through the debug_log.html generated by the Latex Proof-Reading Module

This report is not public...

5.4CVSS7.1AI score0.00395EPSS
SaveExploits1
Huntr
Huntr
added 2024/10/25 12:45 p.m.11 views

SSRF via Custom Tool Testing

This report is not public...

6.5CVSS7.1AI score0.00648EPSS
SaveExploits1
Huntr
Huntr
added 2024/10/25 4:34 a.m.11 views

Admin user account takeover due to password reset code not being checked on the backend

This report is not public...

8.1CVSS7.1AI score0.00651EPSS
SaveExploits1
Huntr
Huntr
added 2024/10/22 6:51 p.m.11 views

An user can view any others invite list

This report is not public...

4.3CVSS7.1AI score0.00539EPSS
SaveExploits1
Huntr
Huntr
added 2024/10/18 1:59 p.m.11 views

Denial of service through sshfs-client in tracking server

This report is not public...

5.9CVSS6AI score0.00473EPSS
SaveExploits1
Huntr
Huntr
added 2024/10/17 7:55 a.m.11 views

rar slip lead to remote code execution

This report is not public...

8.8CVSS7.1AI score0.01653EPSS
SaveExploits1
Huntr
Huntr
added 2023/10/11 4:58 p.m.11 views

2 FPE in MP4Box

Description 2 FPE in MP4Box Version $ ./MP4Box -version MP4Box - GPAC version 2.3-DEV-rev566-g50c2ab06f-master Platform $ uname -a Linux user-GE40-2PC-Dragon-Eyes 6.2.0-33-generic 3322.04.1-Ubuntu SMP PREEMPTDYNAMIC Thu Sep 7 10:33:52 UTC 2 x8664 x8664 x8664 GNU/Linux Reproduce ./MP4Box -dash 100...

6.9AI score
SaveExploits0
Huntr
Huntr
added 2023/08/08 10:47 a.m.11 views

Self XSS in "Content Types / Add Content Type"

Description Add payload to field System name: Proof of Concept https://drive.google.com/file/d/1xJ24a3HveP4dpKXF5zmtsNIa2-wweoA/view?usp=sharing...

6.9AI score
SaveExploits0References1
Huntr
Huntr
added 2023/06/28 6:36 p.m.11 views

Improper Authorization in add role function leads to privilege escalation

Description The application improperly performs user authorization, resulting in a user with the user management role being able to modify their own permissions or those of others. Proof of Concept Step1: The highest-level administrator or an administrator with the permission to create roles...

6.7AI score
SaveExploits0
Huntr
Huntr
added 2023/06/28 12:48 p.m.11 views

Stored XSS on Survey "Notification and data function"

Description Users with edit and update survey permission can perform an XSS Proof of Concept Log in with any user with this permission Update the "Send basic admin notification email to" field with this value test" Access the survey and the payload will be triggerred...

6.8AI score
SaveExploits0
Huntr
Huntr
added 2023/06/17 11:01 a.m.11 views

An agent without permission has the ability to update, add, or delete FAQ items

Description I discovered a vulnerability in the osticket application. When an administrator creates a category and adds some FAQ items, they have the ability to grant update, delete, and add permissions to agents. Once granted access, an agent can login and edit, delete, or add FAQs and record...

7.1AI score
SaveExploits0
Huntr
Huntr
added 2023/06/15 3:49 p.m.11 views

Leak Secret tokens by changing baseURL

Description nuxt-api-party allows developers to easily hook up APIs. You can configure API URLs and Credentials to be sent on requests. It is suggested in the documentation that this plugin is capable of handling sensitive data. There is a design flaw that could allow an attacker to extract priva...

6.7AI score
SaveExploits0
Huntr
Huntr
added 2023/06/15 3:47 p.m.11 views

Stored XSS on entire Client site

Description Admin or Staff with "System" permission can produce a store XSS on entire Client site Proof of Concept Edit the "Signature" field to this value "FOSSBilling.org - Client Management, Invoice and Support Software"" Then it will trigger in every Client screens Seems like it was rendered ...

6.2AI score
SaveExploits0
Huntr
Huntr
added 2023/06/15 10:41 a.m.11 views

Improper Authorization leads to privilege escalation

Description The application improperly performs user authorization, resulting in a user with the user management role being able to modify their own permissions or those of others. Proof of Concept Step1: The highest-level administrator or an administrator with the permission to create roles...

6.7AI score
SaveExploits0
Huntr
Huntr
added 2023/05/25 9:47 a.m.11 views

Partial Local file inclusion

Description An authenticated user can extend the range of the web application's folder context and can dig out to OS level. To reproduce the issue, please authenticate to the web application, and simply open the following URL in the browser:...

6.8AI score
SaveExploits0
Huntr
Huntr
added 2023/05/13 4:52 p.m.12 views

Cross-site Scripting in Preview function bypass CSP

Description In text.js plugins, the user have Extract Text from the graph, so this function will extract all text and as we can see, the user can preview text above and since the server doesn't clean up the text before rendering, it results in XSS. Proof of Concept html ' Step to reproduce Drag a...

6.9AI score
SaveExploits0References1
Huntr
Huntr
added 2023/03/22 6:20 a.m.11 views

IDOR Vulnerability Allow the owner of one Organization can disable users that belong to other oggainzation

1 first, we create two organizations: org1 and org2. The owner of them is user1 and user2 corresponding. 2 we login as user1 and click disable , then we use burpsuit to get the post. 3 The post can be like : POST /admin/api/users/2/enable/false HTTP/1.1 5 we replace user id 2 to 3. 6 check the...

6.6AI score
SaveExploits0
Huntr
Huntr
added 2023/02/20 3:45 p.m.11 views

XSS in Library Description and Synopsis

Description The 'description' and 'synopsis' fields of libraries are vulnerable to stored XSS injection. If a user sets the synopsis or description of a library to ''"' they can set a stored XSS payload that fires whenever someone visits the /libraries page. Normally libraries are only editable b...

1AI score
SaveExploits0
Huntr
Huntr
added 2023/02/20 10:17 a.m.11 views

Stored XSS in "Import" Module

Description When loading a CSV or XLSX file to preview before importing Step 4, no sanitization of the first line label, allows authenticated attacker to inject malicious XSS payload into the to import file, and store it on the target webserver. If any admin reuse the malicious uploaded importing...

6.2AI score
SaveExploits0
Huntr
Huntr
added 2023/02/16 8:42 p.m.12 views

stored xss

Description stored xss bug SUMMURY here i uses demo installation https://demo.limesurvey.org/ in firefox browser Proof of Concept login into any user account who has permission to view the survey and visit url...

6.9AI score
SaveExploits0
Huntr
Huntr
added 2022/12/19 12:26 p.m.11 views

SNMP location XSS vulnerability

Description By including some HTML in the "Location" field of the snmpd configuration of a managed device, an attacker can inject HTML into the LibreNMS "Devices" tab, which then gets rendered when the page is viewed. EDIT: I'm having difficulties developing a proper exploit for this beyond the...

6.7AI score
SaveExploits0References1
Huntr
Huntr
added 2022/11/23 11:55 a.m.12 views

Stored XSS in kiwiTCMS

Description Stored XSS, also known as persistent XSS, is the more damaging of the XSS. It occurs when a malicious script is injected directly into a vulnerable web application. Due to a sanitization problem it is possible to perform a Stored XSS. The problem is that the upload function permit...

5.6AI score
SaveExploits0
Huntr
Huntr
added 2022/11/22 4:09 p.m.11 views

DOM-based Cross-site Scripting (DXSS) Vulnerability

Description Two CalendarXP products have DXSS vulnerability in common parts of HTML files. CalendarXP FlatCalendarXP through 10.0.1 has DXSS vulnerability in iflateng.htm and nflateng.htm, and CalendarXP PopCalendarXP through 10.0.1 has DXSS vulnerability in ipopeng.htm and npopeng.htm. Proof of...

0.3AI score
SaveExploits0
Huntr
Huntr
added 2022/11/21 8:28 a.m.11 views

heap-buffer-overflow in gf_isom_box_write_header

Description heap-buffer-overflow in gfisomboxwriteheader at isomedia/boxfuncs.c:408. version info git log commit 68064e10172675e0853d6f429fb2055112835602 grafted, HEAD - master, origin/master, origin/HEAD Author: jeanlf Date: Fri Nov 18 10:36:10 2022 +0100 fixed build without http2 support ./MP4B...

7AI score
SaveExploits0
Huntr
Huntr
added 2022/09/27 7:28 p.m.12 views

Add Client function is vulnerable to stored HTML injection

Description HTML Injection also termed as “virtual defacements” is one of the most simple and the most common vulnerability that arises when the web-page fails to sanitize the user-supplied input or validates the output, which thus allows the attacker to craft his payloads and injects the malicio...

0.7AI score
SaveExploits0
Total number of security vulnerabilities4084