Lucene search
+L
HuntrMost viewed

4084 matches found

Huntr
Huntr
•added 2021/05/18 1:29 p.m.•19 views

Cross-site Scripting (XSS) - Stored in changeweb/unifiedtransform

✍️ Description Stored Cross Site Scripting in the message/all.blade.php. 🕵️‍♂️ Proof of Concept As a teacher, click on "My Courses" and then "message students". CKEditor hides the underlying where we can add tag or capture the request in a proxy like burpsuite and edit the HTTP POST request. Select...

SaveExploits0
Huntr
Huntr
•added 2021/04/03 3:30 a.m.•19 views

Cross-site Scripting (XSS) - Stored in octobercms/library

✍️ Description OctoberCMS uses october/rain library to handle file uploads. Previously it was possible to upload malicious files with HTML content to the CMS via its Media upload feature. This security issue marked as CVE-2020-15249 was fixed in 1.0.469. But it is still possible to upload XML...

0.8AI score0.00465EPSS
SaveExploits0References3
Huntr
Huntr
•added 2021/03/17 1:24 p.m.•19 views

Prototype Pollution in aheckmann/mquery

✍️ Description mquery is aware of the risk of prototype pollution in its exported functions cloneObject and merge and readily present protection by checking the key in var specialProperties = 'proto', 'constructor', 'prototype'. However, the current protection misses to protect another exported...

1.3AI score
SaveExploits0
Huntr
Huntr
•added 2021/03/10 4:11 p.m.•19 views

Code Injection in antoinestudio/dok

✍️ Description Dok is a documentation tool/system that converts an architecture of folders and files into a static website that anyone can explore. It can be seen as a personal assistant, it invites you to write, organize and then publish your personal knowledge online. , which is vulnerable to...

2.7AI score
SaveExploits0References1
Huntr
Huntr
•added 2021/02/04 12:00 a.m.•19 views

Prototype Pollution in kettek/dot-dotty

Description dot-dotty is vulnerable to Prototype Pollution. Proof of Concept 1. Create the following PoC file: // poc.js const DotDotty = require'dot-dotty' let obj = a: 1 let dot = DotDottyobj console.log"Before : " + .polluted; dot'proto.polluted' = 'Yes! Its Polluted'; console.log"After : " +...

2AI score
SaveExploits0
Huntr
Huntr
•added 2021/01/28 12:00 a.m.•19 views

Code Injection in tensorflow/tfx

Description TensorFlow Extended TFX is a Google-production-scale machine learning platform based on TensorFlow. It provides a configuration framework to express ML pipelines consisting of TFX components. Vulnerability Vulnerable to YAML deserialization attack caused by unsafe loading. Proof of...

2.5AI score
SaveExploits0References1
Huntr
Huntr
•added 2021/01/10 12:00 a.m.•19 views

Prototype Pollution in xiaoyifan6/json-glat

Description json-glat is vulnerable to Prototype Pollution. Proof of Concept 1. Create the following PoC file: // poc.js var jsonGlat = require"json-glat" console.log"Before : " + .polluted; jsonGlat.parse'proto.polluted': 'Yes! Its Polluted'; console.log"After : " + .polluted; 2. Execute the...

2AI score
SaveExploits0
Huntr
Huntr
•added 2021/01/04 12:00 a.m.•19 views

Prototype Pollution in ionicabizau/obj-def

Description obj-def is vulnerable to Prototype Pollution. Proof of Concept 1. Create the following PoC file: // poc.js var objDef = require"obj-def" var obj = console.log"Before : " + .polluted; objDefobj, "proto", .polluted ='Yes! Its Polluted'; console.log"After : " + .polluted; 2. Execute the...

2.3AI score
SaveExploits0
Huntr
Huntr
•added 2020/10/23 12:00 a.m.•19 views

Prototype Pollution in coderaiser/nessy

Description nessy is vulnerable to Prototype Pollution. This package allowing for modification of prototype behavior, which may result in Information Disclosure/DoS/RCE. Proof of Concept 1. Create the following PoC file: js // poc.js var nessy = require"nessy" var obj = console.log"Before : " +...

1.8AI score
SaveExploits0
Huntr
Huntr
•added 2020/09/13 12:00 a.m.•19 views

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

Description ForkCMS is an easy to use open source CMS using Symfony Components this package is vulnerable to Stored Cross-Site Scripting XSS. https://github.com/forkcms/forkcms Steps To Reproduce-: 1 install https://github.com/forkcms/forkcms locally or https://demo.fork-cms.com/private/ use demo...

6.4AI score
SaveExploits0References1
Huntr
Huntr
•added 2020/09/01 12:00 a.m.•19 views

OS Command Injection in adrieankhisbe/bundle-phobia-cli

Description BundlePhobia is a tool to help you find the cost of adding a npm package to your bundle. It enables you to query package sizes. The npm-utils.js has a unsanitized exec function which leads to Arbitrary code execution Proof-of-concept const util = require'./npm-utils.js'; let a =...

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

Path Traversal in rwson/server-static

Overview server-static is a static file server, this package is vulnerable to Directory Traversal, which may allow access to sensitive files and data on the server. For example, requesting the following URL: /../../etc/passwd would result in /etc/passwd leaking...

4.1AI score
SaveExploits0References1
Huntr
Huntr
•added 2026/05/01 2:16 p.m.•18 views

Patched get_file tar traversal remains exploitable on supported Python 3.11

Description Keras previously fixed keras.utils.getfile..., extract=True tar archive path traversal in GHSA-hjqc-jx6g-rwp9 / CVE-2025-12060 by routing archive extraction through extractopenarchive and using Python's tarfile.extractallfilter="data" protection for tar files. The remediation is...

8.9CVSS7.2AI score0.00589EPSS
SaveExploits0
Huntr
Huntr
•added 2026/02/11 9:16 a.m.•18 views

Improper Origin Validation in MLflow Assistant /ajax-api Endpoints Enables Browser-Mediated Local Command Execution

Description Analyzed project version: MLflow 3.9.0 /version, commit 6e61043b0ff5d845bea479d7e7ea24dcd4b2c629. In MLflow 3.9.0, a new feature called MLflow Assistant was introduced, intended only for local development and designed to integrate with Claude Code accepting requests only from loopback...

9.6CVSS7.9AI score0.00414EPSS
SaveExploits1
Huntr
Huntr
•added 2025/12/29 5:46 p.m.•18 views

Content-Type Spoofing in LollMS Image Upload

Executive Summary A security vulnerability has been identified in LollMS that allows authenticated users to bypass file type validation by spoofing the Content-Type header. The /api/upload/chatimage endpoint only validates the HTTP header, not the actual file content, allowing malicious files to ...

6AI score
SaveExploits0
Huntr
Huntr
•added 2025/08/27 12:00 a.m.•18 views

Account takeover due to missing oauth audience verification in google sign in

Description The web application integrates Google OAuth for user authentication. Upon successful Google sign-in and user consent, the application receives a token from Google. This token is used by the web application to fetch user profile information such as email and name and complete the login...

9.3CVSS6AI score0.00472EPSS
SaveExploits2
Huntr
Huntr
•added 2025/06/29 4:34 p.m.•18 views

Insecure Temporary File Handling Vulnerability in llama-index-core

Description The getcachedir function in llama-index-core uses a predictable, hardcoded directory path /tmp/llamaindex on Linux systems without proper security controls. This vulnerability allows attackers on multi-user systems to steal proprietary models, poison cached embeddings, or conduct...

7.3CVSS7.1AI score0.00147EPSS
SaveExploits0
Huntr
Huntr
•added 2025/06/14 10:45 a.m.•18 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 MarianTokenizer. The vulnerability exists in the removelanguagecode method of the MarianTokenizer class, which processes text to remove language codes. The method...

7.5CVSS6.2AI score0.00529EPSS
SaveExploits1
Huntr
Huntr
•added 2025/06/09 5:02 p.m.•18 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 CLVP number normalizer. The vulnerability exists in the normalizenumbers method of the EnglishNormalizer class, which converts numeric strings to their English wor...

5.3CVSS6.2AI score0.00382EPSS
SaveExploits1
Huntr
Huntr
•added 2025/03/25 8:42 p.m.•18 views

SSRF Vulnerability in RequestsToolkit in langchain-community in langchain-ai/langchain

Description Vulnerability Description RequestsToolkit enables AI agents to perform HTTP requests GET, POST, PATCH, PUT, DELETE via LangChain workflows. However, a Server-Side Request Forgery SSRF vulnerability exists in the RequestToolkit component of the langchain-community package specifically,...

10CVSS6.9AI score0.21019EPSS
SaveExploits1
Huntr
Huntr
•added 2025/02/15 8:25 a.m.•18 views

A malicious manifests can lead to DoS due to unchecked array bound access via network in ollama/ollama

This report is not public...

7.5CVSS7.7AI score0.00499EPSS
SaveExploits1
Huntr
Huntr
•added 2024/11/12 7:10 p.m.•18 views

Denial of service through batched queries in GraphQL

This report is not public...

7.5CVSS7.1AI score0.11033EPSS
SaveExploits1
Huntr
Huntr
•added 2024/11/09 4:40 a.m.•18 views

Remote Code Execution via Model Deserialization on /api/v2/models/install API

Summary I have identified a critical vulnerability leading to remote code execution in the /api/v2/models/install API through unsafe model deserialization. The API allows users to specify a model URL, which is downloaded and loaded server-side using torch.load without proper validation. This...

9.8CVSS10AI score0.05983EPSS
SaveExploits5
Huntr
Huntr
•added 2024/10/31 9:19 p.m.•18 views

Ollama server is vulnerable to OOM DoS attacks when using `makeRequestWithRetry` and `getAuthorizationToken` functions

This report is not public...

7.5CVSS7.7AI score0.00719EPSS
SaveExploits2
Huntr
Huntr
•added 2024/10/10 5:39 a.m.•18 views

Patch bypass (Insufficient Patch) of CVE-2024-8736 leads to DoS

This report is not public...

7.5CVSS7.1AI score0.00626EPSS
SaveExploits2
Huntr
Huntr
•added 2023/09/21 9:17 a.m.•18 views

IDOR - Users can change Administrator information (User ID = 1 )

Description IDOR - Users can change Administrator information User ID = 1 Proof of Concept 1 .Create an account with all rights. 2 .Detect default the administrator user ID = 1 information cannot be changed. 3 .Broken access control, can change administrator information user ID = 1 Video Poc...

7AI score
SaveExploits0
Huntr
Huntr
•added 2023/08/18 2:13 a.m.•18 views

Stored Cross-site Scripting

Description Stored XSS attack, the attacker typically injects malicious code, such as JavaScript, into a web form or other input field on a vulnerable web application. This code is then stored on the server and may be displayed to other users who visit the affected page, allowing the attacker to...

7AI score
SaveExploits0
Huntr
Huntr
•added 2023/08/09 7:38 a.m.•18 views

Store XSS via Upload Photos in album

Description The application does not check the file upload and content file extension. This results in an attacker being able to upload a malicious file that leads to xss. Proof of Concept Video POC: https://drive.google.com/file/d/1QZSCvgrmdXaZb7xoD-eA0iLlL7vDPKYw/view?usp=sharing Payload...

4.9CVSS6.9AI score0.00506EPSS
SaveExploits1References1
Huntr
Huntr
•added 2023/07/18 2:27 a.m.•18 views

Vim's embedded terminal allows injection via DECRQSS response

Description DECRQSS is a terminal response that replies with certain information about the terminal. Various terminals have bugs where a piece of data from the request i.e. data that the terminal receives is echoed back in the reply. In some cases this is enough to make it so if untrusted data...

7.1AI score
SaveExploits0References2
Huntr
Huntr
•added 2023/07/17 1:50 a.m.•18 views

Reflected XSS at upload file

Description 1/ Access to the demo website and login at this case I used user admin 2/ At function upload photo to an album, try upload a file with the name is payload XSS. 3/ The payload will be triggered at error content. Proof of Concept Video PoC:...

7AI score
SaveExploits0
Huntr
Huntr
•added 2023/06/27 5:32 p.m.•18 views

Exposure version installed on the system

Description Users can check the version of Admidio installed on the system. Proof of Concept Go to http:///admprogram/modules/preferences/updatecheck.php?mode=2 Acknowledge Tran Van Nhan from bl4ckh0l3 of GalaxyOne...

6.9AI score
SaveExploits0
Huntr
Huntr
•added 2023/06/08 6:35 p.m.•18 views

Stored XSS vulnerability

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 1 Step1: The user has the right to access and perform the creation of surveys, with the payload...

6.8AI score
SaveExploits0
Huntr
Huntr
•added 2023/06/03 10:45 p.m.•18 views

HTML Injection / Possible XSS

Description In pimcore I was able to identify a Unauthenticated HTML Injection / XSS Possible. Conditions: 2 factor authentication must not set before Vulnerable Endpoint: http://localhost/admin/login/2fa-setup Vulnerable Param: error= How it works, So basically any admin, who has not setup 2...

7.5AI score
SaveExploits0References1
Huntr
Huntr
•added 2023/04/15 5:57 a.m.•18 views

Account Owner Email Adrress Leakage Lead To Improper Access Control

Description hi team, when i try to create users for on https://public.tenant.kiwitcms.org/admin/auth/user//change/ i see that the users are not properly authenticated. i can create users with the same firstname,lastname, and email. normally, when we create the same users it should error with the...

6.8AI score
SaveExploits0
Huntr
Huntr
•added 2023/04/12 7:23 a.m.•18 views

Able to change admin email and password without current password validation.

Description Able to change admin email and password without current password validation. Change the User%5Buid%5D for the User UID of the current admin user. for the example: uid of the current admin is 1. Then change the other info like User%5Bemail%5D,User%5Bpassword%5D and passwordrepeat for...

7AI score
SaveExploits0
Huntr
Huntr
•added 2023/04/04 2:50 p.m.•18 views

Broken Access Control in Vote/Friend Function

Description Unauthorized conduct by modifying, closing/re open a poll created by someone else. Delete friend of other account via id Proof of Concept Step 1: Use account 1 to create a poll\ \ account 2 not have perrmison edit/close/open on poll \ Step 2: Intercept request when account 1 edit,...

6.7AI score
SaveExploits0References1
Huntr
Huntr
•added 2023/03/01 8:22 p.m.•18 views

SQL Injection in 'core/ajax/ajax_data.php'

Description There exists an SQL injection affecting the edition parameter located in the file core/ajax/ajaxdata.php php $productEditionFilter = isset$GET"edition" and !empty$GET"edition" ? " productedition = '$GET"edition"' " : " producttype != 'Child' "; We see that $GET"edition" is appended...

7.8AI score
SaveExploits0
Huntr
Huntr
•added 2023/02/21 2:44 a.m.•18 views

Bootstrap-switch 3.3.2 in use which is vulnerable to XSS

Description Bootstrap-switch 3.3.2 in use which is vulnerable to XSS Proof of Concept 1 Go to https://demo.limesurvey.org/tmp/assets/12fba870/js/bootstrap-switch.min.js and note that Bootstrap-switch is using 3.3.2 2 Check...

1.4AI score
SaveExploits0
Huntr
Huntr
•added 2023/01/24 9:07 p.m.•18 views

Stored/Reflected XSS in identities leads chained store XSS in logs

Description The XSS playload injected in the identities to create a new account leads to stored and reflected XSS in identities page and also in the logs page. Steps to Reproduce 1. Go to admin/identities 2.Enter the payload in the username, first name and last name as these fields are not...

4.9CVSS5.2AI score0.00502EPSS
SaveExploits1
Huntr
Huntr
•added 2023/01/23 11:32 p.m.•18 views

stored HTML-Injection throuth the Question Form

Dear Ladies and Gentlemen, First of all, thank you for your time and effort in reading my Report. While doing the Penetration Test my Brother Josef Hassan [email protected] and I were able to identify another stored HTML-Injection Vulnerability in the Question Form. The Process of the...

7.5CVSS9AI score0.00886EPSS
SaveExploits0References1
Huntr
Huntr
•added 2023/01/03 6:06 a.m.•18 views

Cookie without Secure attribute

Description The Secure attribute for sensitive cookies in HTTPS sessions is not set, which could cause the user agent to send those cookies in plaintext over an HTTP session. Proof of Concept http HTTP/1.1 200 OK Content-Type: application/json Content-Length: 107 Vary: Accept-Encoding Set-Cookie:...

5CVSS5.4AI score0.00439EPSS
SaveExploits1
Huntr
Huntr
•added 2022/12/20 3:46 p.m.•18 views

Lack of sanitisation of characters in SSH key name could allow attacker to inject a hyperlink injection

Description Lack of sanitisation of characters in SSH key name could allow attacker to inject a hyperlink injection that could allow attacker to redirect victim to malicious websites Proof of Concept 1 Go to https://rdiffweb-dev.ikus-soft.com/prefs/sshkeys 2 Add SSH key 3 Enter the name evil.com ...

5.8CVSS1.6AI score0.00485EPSS
SaveExploits1
Huntr
Huntr
•added 2022/12/18 3:29 a.m.•18 views

Multiple Blind SQL Injection Vulnerabilities in Reports

Description SQL injection typically allows an attacker to extract the entire database from the vulnerable website, including user information, encrypted passwords, and business data. This can subsequently lead to mass compromise of user accounts, data being encrypted and held to ransom, or stolen...

7.8AI score
SaveExploits0References1
Huntr
Huntr
•added 2022/11/10 10:32 a.m.•18 views

HTML injection possible via LLDP

Description An unmanaged/foreign neighbouring device that is advertising its presence with LLDP can inject malicious HTML code into LibreNMS by setting its System Name TLV to whatever snippet is to be injected. This is assuming that a device that is managed by LibreNMS has LLDP and the...

6.2AI score
SaveExploits0
Huntr
Huntr
•added 2022/11/02 6:12 p.m.•18 views

SQL Injection via lang parameter/RCE when PostgreSQL is used

Description There is a SQL injection vulnerability in the lang parameter of phpmyfaq/ajaxservice.php?action=savefaq endpoint. Vulnerable code starts at ajaxservice.php line 369, specifically the isnull$faqId && !isnull$categories'rubrik' part: php if !isnull$author && !isnull$email &&...

0.2AI score
SaveExploits0References1
Huntr
Huntr
•added 2022/11/02 7:22 a.m.•18 views

Reflected XSS on multiple locations and parameters

Description The user input is not being sanitized properly on multiple locations and on different parameters leading to XSS. Proof of Concept https://demo.bumsys.org/reports/sales-report/?salesDate=" Payload "...

0.8AI score
SaveExploits0
Huntr
Huntr
•added 2022/11/01 5:47 p.m.•18 views

Reflected Cross Site Scripting leading to session hijacking

Description Basic XSS: XSS Cross-Site Scripting vulnerabilities arise when untrusted data gets interpreted as code in a web context. XSS attacks effectively make the attacker logged in as the target user, with the nasty addition of tricking the user into giving some information such as their...

6.3AI score
SaveExploits0
Huntr
Huntr
•added 2022/09/30 3:04 p.m.•18 views

Weak password policy : Old password can be set as new password

Description Rdiffweb has a weak password implementation , where a new password set by the user can be same to the old password Proof of Concept 1 Go to https://rdiffweb-demo.ikus-soft.com/prefs/general end point 2 Change your password Set your new password similar to old password you will notice...

5CVSS4.6AI score0.00749EPSS
SaveExploits1References1
Huntr
Huntr
•added 2022/09/21 7:23 p.m.•18 views

Insufficient Session Expiration

Description Active user sessions are not invalidated when that user is disabled. Proof of Concept Steps to reproduce: 1. Log in with an admin account. 2. Create a test user with the user role Normal & enable that user 3. Log in with the test user in a separate browser or private browser window 4...

7.5CVSS0.9AI score0.00649EPSS
SaveExploits0References1
Huntr
Huntr
•added 2022/09/20 1:41 p.m.•18 views

Secure token is missed when ivalid URL is entered

Description The cookie sessionid does not have secure attribute when the URL is invalid Proof of Concept 1.Login into the application. 2.Send the request https://rdiffweb-demo.ikus-soft.com/browse/admin/MyWindowsLaptop/D/TC3080/test...

5CVSS0.7AI score0.00545EPSS
SaveExploits1
Total number of security vulnerabilities4084