Lucene search
K

4058 matches found

Huntr
Huntr
added 2022/03/04 11:39 a.m.14 views

protocol spoofing

Description I found a vulnerability that incorrectly parses the protocol when using a javascript scheme. javascript location.href = 'javasript:https://google.com/%0aalert1' First, you can check that the above URL executes the script normally through the above code. txt - node.js ❯ node -e...

Exploits0
Huntr
Huntr
added 2022/03/04 10:29 a.m.21 views

hostname spoofing via javascript

Description If use parse-url for security check on url, it is dangerous because hostname spoofing through JavaScript scheme is possible. It also occurred in url.parse of node.js in 2018, and node.js acknowledged the vulnerability for this. So Node.js has patched it, and there are cases where a CV...

0.6AI score0.03942EPSS
Exploits0References2
Huntr
Huntr
added 2022/03/03 7:29 a.m.16 views

Use After Free in r_reg_get_name_idx

Description heap use after free in rreggetnameidx. ASAN report: ================================================================= ==1710816==ERROR: AddressSanitizer: heap-use-after-free on address 0x6020001dff50 at pc 0x7fa7c085d87c bp 0x7ffc21731ac0 sp 0x7ffc21731ab0 READ of size 1 at...

4.3CVSS0.3AI score0.00254EPSS
Exploits1References1
Huntr
Huntr
added 2022/03/03 3:38 a.m.20 views

Cross-site Scripting (XSS) - Reflected

Description Please enter a description of the vulnerability. Proof of Concept xss in function add domain POST /add/web v-custom-doc-domain=alert1 https://drive.google.com/file/d/1EeoOX7Pmn5ptuweine4Cgcy1fyd6qEzJ/view?usp=sharing Impact...

4.3CVSS0.6AI score0.00914EPSS
Exploits1
Huntr
Huntr
added 2022/03/02 11:30 p.m.17 views

Server-Side Request Forgery (SSRF)

Description youtube-downloader takes an URL from the url query parameter, passes it directly to curl and streams the response to the browser. This makes it vulnerable to an SSRF attack if someone passes an URL containing an internal hostname, as it will stream internal resources to the browser...

1AI score
Exploits0
Huntr
Huntr
added 2022/03/02 8:56 p.m.18 views

Code Injection

Description The attacker can execute commands on the target OS running the operating system by setting the PLTRAINERGPUS when using the Trainer module. Proof of Concept bash $ pip3 install pytorch-lightning python import os from pytorchlightning import Trainer from...

10CVSS1AI score0.00272EPSS
Exploits1References1
Huntr
Huntr
added 2022/03/02 8:25 p.m.10 views

Improper Authorization

Description When veyon is used in a Linux environment and is configured to use PAM as authentication method, The authorization of an account validity is missing. Therefore expired accounts or accounts with expired passwords can still login. This bug is in the provided tool veyon-auth-helper - aft...

0.5AI score
Exploits0References1
Huntr
Huntr
added 2022/03/02 3:26 p.m.40 views

Improper Authorization

Description When configuring cobbler-web to authentificate via PAM. The authorization of a account validity is missing. Therefore expired accounts can still login. Proof of Concept Enable authnpam in the modules.conf Create a testuser to login $ useradd expireduser $ passwd expireduser 12345 $...

6.4CVSS2.1AI score0.00743EPSS
Exploits1References1
Huntr
Huntr
added 2022/03/02 2:30 p.m.31 views

Cross-site Scripting (XSS) - Stored

Description Autolab is vulnerable to stored cross-site-scripting in the upload files functionality in courses feature, this can be used to execute XSS attack against the victim who is a student/teacher. Steps to Reproduce PoC 1 login to autolab 2 go to...

3.5CVSS0.00195EPSS
Exploits1References1
Huntr
Huntr
added 2022/03/01 2:11 p.m.33 views

Open Redirect

Description bypass https://huntr.dev/bounties/f53d5c42-c108-40b8-917d-9dad51535083/ urijs fix CVE-2022-0613 , however attacker can bypass to exploit this issue Proof of Concept // PoC.js var URI = require'urijs'; var url = new URI"https::\\github.com/foo/bar"; console.logurl; output: URI string:...

5.8CVSS0.1AI score0.00324EPSS
Exploits2
Huntr
Huntr
added 2022/03/01 9:35 a.m.18 views

Cross-site Scripting (XSS) - Stored

Description SVG sanitizer cloud be bypassed via flowing SVG file that leads to stored XSS Proof of Concept Upload the above SVG file in your profile, view it, and click anywhere on the page then XSS will be triggered : Impact This vulnerability is capable of performing arbitrary actions on behalf...

3.5CVSS2AI score0.00384EPSS
Exploits1
Huntr
Huntr
added 2022/02/28 7:32 p.m.13 views

OS Command Injection

Description npm-lockfile before 2.0.4 does not santize unsafe external input and invoke sensitive command execution API with the input, causing command injection vulnerability. Proof of Concept // npm i [email protected] const getLockfile = require'npm-lockfile/getLockfile';...

10CVSS3AI score0.00461EPSS
Exploits1
Huntr
Huntr
added 2022/02/28 2:48 p.m.34 views

Improper Resolution of Path Equivalence

DESCRIPTION Open redirection vulnerabilities arise when an application incorporates user-controllable data into the target of a redirection in an unsafe way. An attacker can construct a URL within the application that causes a redirection to an arbitrary external domain. This behavior can be...

5.8CVSS0.2AI score0.01645EPSS
Exploits1References4
Huntr
Huntr
added 2022/02/28 12:49 p.m.25 views

Code Injection

Description Improper php function sanitization, lead to an ability to inject arbitrary PHP code and run arbitrary commands on file system. In the function "doleval" in file "dolibarr/htdocs/core/lib/functions.lib.php" dangerous PHP functions are sanitized using "strreplace" and can be bypassed...

6.5CVSS0.3AI score0.01735EPSS
Exploits1
Huntr
Huntr
added 2022/02/27 3:46 p.m.8 views

File Descriptor Leak

Possible sensitive files Vulnerability description: A possible sensitive file has been found. This file is not directly linked from the website. This check looks for common sensitive resources like password files, configuration files, log files, include files, statistics data, database dumps. Eac...

6.8AI score
Exploits0References2
Huntr
Huntr
added 2022/02/27 3:39 p.m.18 views

Improper Preservation of Permissions

Git repository found Description: Git metadata directory .git was found in this folder. An attacker can extract sensitive information by requesting the hidden metadata directory that version control tool Git creates. The metadata directories are used for development purposes to keep track of...

Exploits0References1
Huntr
Huntr
added 2022/02/27 10:55 a.m.27 views

Cross-site Scripting (XSS) - Stored

Description pimcore is vulnerable to Stored XSS at Key field in the Navigation & Properties tab of a Document page. Payload " Step to reproduce 1.Go to https://demo.pimcore.fun/admin/ and login. 2.Click on any document Home, de,... in the Documents 3.Go to Navigation & Properties tab, in the Key...

3.5CVSS0.4AI score0.00151EPSS
Exploits1
Huntr
Huntr
added 2022/02/27 10:28 a.m.51 views

Insecure Storage of Sensitive Information

Vulnerability name: EXIF Geolocation Data Not Stripped From Uploaded Images vulnerability Description:- When the user uploads his profile picture, the uploaded image’s EXIF Geolocation Data does not get stripped. As a result, anyone can get sensitive information of microweber users like their...

4CVSS0.4AI score0.00518EPSS
Exploits1References3
Huntr
Huntr
added 2022/02/27 2:50 a.m.34 views

Protocol/Hostname spoofing via Improper Input Validation

Description The uri.js doesn't remove whitespace characters from the beginning of the protocol, so it doesn't parse URLs properly. Several methods, including http.get, location.href, and fetch, strip the whitespace character in front of the protocol before sending the request. Proof of Concept...

5CVSS0.6AI score0.00491EPSS
Exploits1
Huntr
Huntr
added 2022/02/26 2:7 p.m.30 views

Prototype Pollution

Description fullPage utils are available to developers using window.fputils. They can use these utils for their own use-case other than fullPage as well. However, one of the utils deepExtend is vulnerable to Prototype Pollution vulnerability. Javascript is "prototype" language which means when a...

7.5CVSS0.00579EPSS
Exploits1References1
Huntr
Huntr
added 2022/02/26 5:57 a.m.30 views

Server-Side Request Forgery (SSRF)

Description Alltube takes URL from the query parameter and directly uses it in the youtube-dl command, It makes any unauthenticated attacker can perform an SSRF attack and pass internal hostnames in the URL parameter and obtain information about that service from the response. Proof of Concept GE...

6.4CVSS0.4AI score0.00847EPSS
Exploits1
Huntr
Huntr
added 2022/02/25 11:36 a.m.30 views

Weak Password Recovery Mechanism for Forgotten Password

Description: There is no rate limit sent unlimited email victim or any email address. Proof of Concept: There is no rate limit return-password , attacker to send unlimited email to victim or any email address. Impact: Attacker can sent unlimited email to any mail address . Solution: Add 'throttle...

5CVSS1.9AI score0.00509EPSS
Exploits1References1
Huntr
Huntr
added 2022/02/25 6:35 a.m.15 views

Improper Authorization in User Management to Vertical Privilege Escalation

Description Pandora FMS v7.0NG.759 allows improper authorization in User Management where any authenticated user with access to the User Management module could create, modify, delete any user with full admin privilege. The impact could lead to vertical privilege escalation to access the privileg...

6.5CVSS1.8AI score0.00303EPSS
Exploits0References1
Huntr
Huntr
added 2022/02/25 5:2 a.m.19 views

Server-Side Request Forgery (SSRF)

Description The SSRF Protection is incomplete and can be bypassed via an HTTP redirect, the python-requests library will follow redirections by default can be disabled byallowredirects=False. An attacker can set up their HTTP server to respond with a 302 redirect to redirect the request to...

7.5CVSS0.4AI score0.00197EPSS
Exploits1References1
Huntr
Huntr
added 2022/02/25 4:31 a.m.21 views

Cross-site Scripting (XSS) - Stored

Description pimcore is vulnerable to Stored XSS at Title field in the SEO & Settings tab of a Document page. Payload " Step to reproduce 1.Go to https://demo.pimcore.fun/admin/ and login. 2.Click on any document Home, de,... in the Documents 3.Go to SEO & Settings tab, in the Title field, input...

3.5CVSS0.2AI score0.00208EPSS
Exploits1
Huntr
Huntr
added 2022/02/25 2:32 a.m.28 views

Cross-site Scripting (XSS) - Stored

Description Stored XSS via upload attachment with format .xml in File Library. Detail When opening the attachment, some format files will be rendered and loaded on the browser. So it allows executing arbitrary javascript code that was injected into attachment before. Proof of Concept PoC.xml...

3.5CVSS0.3AI score0.00304EPSS
Exploits1
Huntr
Huntr
added 2022/02/24 6:18 p.m.10 views

Improper Input Validation

Description If an attacker inserts a null byte at the beginning of the javascript scheme, parse will not parse the javascript scheme properly. Therefore, all null bytes must be removed before parsing. Proof of Concept javascript const parseUrl = require"parse-url" url =...

0.6AI score
Exploits0References1
Huntr
Huntr
added 2022/02/24 5:31 p.m.38 views

Improper Authorization

Description A low-privilege user I tested it with Editor priv user can create any role in the application. Proof of Concept Make a POST request to /Admin/Roles/Create using low-priv user's cookie and RequestVerificationToken A new role will be created with the specified name. Impact A low-priv us...

4CVSS1.7AI score0.00221EPSS
Exploits1
Huntr
Huntr
added 2022/02/24 3:25 a.m.23 views

Business Logic Errors

Description Product status of product is unpublished has been deleted by admin in Trash folder but user can still add to cart and make purchases Proof of Concept Step 1: Admin go to Shop Products: Unpublish product and Delete product Step 2: User add product to cart by request POST...

4CVSS4.6AI score0.00221EPSS
Exploits1
Huntr
Huntr
added 2022/02/23 10:19 p.m.22 views

Denial of Service

Description R2 will hang for several crafted binaries. Proof of Concept bash printf "%s" "AAA4AAAAAB4=" | base64 -d /tmp/a printf "%s" "z/rt/gwAAAEuAAB//wAAAACe2QEaAAAG+s8yAOH/AQAAAA==" | base64 -d /tmp/a printf "%s"...

4.3CVSS1.7AI score0.00324EPSS
Exploits1
Huntr
Huntr
added 2022/02/23 10:15 p.m.8 views

Improper Input Validation

Description If hostname is not entered as in the following PoC, Open Redirect and SSRF occur because hostname is empty. Proof of Concept javascript // PoC : http:@127.0.0.1 const parseUrl = require"parse-url" const http = require"http" url = parseUrl"http:@127.0.0.1" console.logurl...

0.1AI score
Exploits0
Huntr
Huntr
added 2022/02/23 4:46 p.m.18 views

Server-Side Request Forgery (SSRF)

Description There is a Blind SSRF in fetching remote images in /uploaddocimg/ endpoint. It's because it does not check hostname before sending HTTP Request to it and only if the content-type be a valid image it will save the response. However, we do not have a full SSRF but there is still a blind...

7.1AI score
Exploits0
Huntr
Huntr
added 2022/02/23 12:52 p.m.28 views

Improper Access Control

Description It was found that if a user is not having access to the requested items module, a normal user with no access can still access and view the requested content. It is a more detailed explanation of the given report where it was marked as invalid :...

4CVSS1.3AI score0.00255EPSS
Exploits1
Huntr
Huntr
added 2022/02/22 5:15 p.m.20 views

Cross-site Scripting (XSS) - Stored

Description I found a Stored XSS vulnerability at admin page: https://demo.microweber.org/demo/admin/view:settingsoptiongroup=files Proof of Concept Step 1: Go to Settings Website settings Files Step 2: Create new folder with folder name : // Request --------------------------------------- POST...

3.5CVSS4.4AI score0.00235EPSS
Exploits1
Huntr
Huntr
added 2022/02/22 3:9 p.m.32 views

Improper Access Control (IDOR)

Description Dolibarr v14.0.5 allows improper access control issues in the userphoto modulepart. The impact could lead to data exposure as the attached files and documents may contain sensitive information of relevant parties such as contacts, suppliers, invoices, orders, stocks, agenda, accountin...

4CVSS0.7AI score0.00135EPSS
Exploits1
Huntr
Huntr
added 2022/02/22 12:50 p.m.16 views

Business Logic Errors

Description In Dolibarr v14.0.5, any low privileged users could update their login name which should only be updated by admin. Proof of Concept POST /dolibarr/user/card.php?id=2 HTTP/1.1 Host: localhost User-Agent: Mozilla/5.0 Windows NT 10.0; Win64; x64; rv:97.0 Gecko/20100101 Firefox/97.0...

4CVSS4.6AI score0.00215EPSS
Exploits1
Huntr
Huntr
added 2022/02/21 5:48 p.m.36 views

Server-Side Request Forgery (SSRF)

Description Bypass of this report: https://huntr.dev/bounties/499688c4-6ac4-4047-a868-7922c3eab369/ Proof of Concept Blacklist does not check for 0.0.0.0 PAYLOAD: http://0.0.0.0 This payload will be resolved to localhost python import socket from urllib.parse import urlparse PAYLOAD =...

7.5CVSS0.5AI score0.00288EPSS
Exploits1
Huntr
Huntr
added 2022/02/21 5:9 p.m.28 views

Heap-based Buffer Overflow

Description Heap overflow occurs in winlbrchartabsize. commit :592f6250017c31c8996325403e511f4502077ba5 Proof of Concept poc $ echo -ne "c2UgZW5jb2Rpbmc9aXNvODg1OQpub3JtOnNlIAEbCnNlIHZhcnRhYnN0b3A9NDAwCm5vcm0waTAw CQQ=" | base64 -d poc Valgrind $ /valgrind/vg-in-place -s /vim-debug/src/vim -u NON...

4.3CVSS0.5AI score0.01207EPSS
Exploits1
Huntr
Huntr
added 2022/02/21 10:38 a.m.18 views

Out-of-bounds Read

Description OOB read occurs in mrbarypush. commit : 5d9239c2c4644fa8a59d9f5159b4950569dd5e0e Proof of Concept poc $ echo -ne "WzpfXVswLDAsMCwwLDAsMCwwLDAsMCwwLDAsMCwwLDBdPTpO" | base64 -d poc ASAN $ ./bin/mruby poc AddressSanitizer:DEADLYSIGNAL...

6.4CVSS1.2AI score0.00216EPSS
Exploits1
Huntr
Huntr
added 2022/02/21 8:0 a.m.31 views

Use of Out-of-range Pointer Offset

Description This issue occur in the v8.2.4428 version. Proof of Concept sh $ echo "dnMgIDPKKSAwMGNtZGxicmVh4OvbmfsA3ykA3/8wAMQAAAAAAAAAAAAAAAAAAAAAAAAAAAAhAAAA AAAAAODr3/f/fwAAAAAAAAAAAPZRIwAAAAAAa3N5bWxpbmsgCmJcJlx6cypcenMqQGU=" | base64 -d poc $ /valgrind/vg-in-place -s ./src/vim -u NONE -i NON...

6.5CVSS0.8AI score0.00464EPSS
Exploits1
Huntr
Huntr
added 2022/02/21 5:28 a.m.14 views

NULL Pointer Dereference

Description NULL Pointer Dereference in MP4BOX Command MP4Box -info POC6 POC6 is here. ASAN result iso file Unknown box type url@ in parent dref iso file Unknown box type traj in parent moov iso file Unknown box type 80rak in parent moov iso file Incomplete box mdat - start 11495 size 901165 iso...

0.4AI score
Exploits0
Huntr
Huntr
added 2022/02/21 12:52 a.m.12 views

Multiple Open Redirect

Description In the /user/login endpoint, it doesnt check the value of the next parameter when the user is logged in and pass it directly to redirect which result to open redirect. The bug also exist in /user/logout, /user/register, /user/login, /user/resend-activation. Proof of Concept 1. Go to...

5.8CVSS5.2AI score0.07594EPSS
Exploits1
Huntr
Huntr
added 2022/02/20 9:2 p.m.31 views

Unrestricted Upload of File with Dangerous Type

Description In recent Crater version bed05fc2 tag: 6.0.4 privileged user can upload PHP file as expense receipt. Proof of Concept POST /api/v1/expenses/59/upload/receipts HTTP/1.1 Host: 172.17.0.1:8888 User-Agent: Mozilla/5.0 X11; Linux x8664; rv:98.0 Gecko/20100101 Firefox/98.0 Accept: /...

6.5CVSS7.5AI score0.00322EPSS
Exploits1References1
Huntr
Huntr
added 2022/02/20 8:8 p.m.5 views

Classic Buffer Overflow in john

Description For 1Password Cloud Keychain plugin, the length of inputs are not properly checked. Then inputs are copied to fixed length buffers. For example, creating a salt with a larger length allow a buffer overflow. Proof of Concept Using the cloudkeychain.hash file: $ ./run/john...

0.4AI score
Exploits0
Huntr
Huntr
added 2022/02/20 7:41 p.m.12 views

Heap-based Buffer Overflow in john

Description For PEM plugin, the length of the ciphertext is not properly checked. Then the ciphertext is copied to a fixed length buffer. Creating a ciphertext with a larger length allow a heap overflow. Proof of Concept Using the following file pem.hash bash $ ./congigure -enable-asan; make -j4;...

7.9AI score
Exploits0
Huntr
Huntr
added 2022/02/20 5:33 p.m.18 views

Cross-site Scripting (XSS) - Stored

Description Stored cross-site scripting also known as second-order or persistent XSS arises when an application receives data from an untrusted source and includes that data within its later HTTP responses in an unsafe way. Proof of Concept Steps to Reproduce:- = Install the WebApp and Setup it =...

3.5CVSS5.2AI score0.00626EPSS
Exploits4References2
Huntr
Huntr
added 2022/02/20 5:12 p.m.8 views

Improper Access Control in File Manager module

Description In Webmin 1.984, any authenticated low privilege user who did not have access to the File Manager module could interact with a variety of file manager capabilities such as modifying file ownership chown, viewing file properties, listing or deleting files and directories on the server...

0.8AI score
Exploits0References1
Huntr
Huntr
added 2022/02/20 4:15 p.m.12 views

Relative Path Traversal to Remote Code Execution

Description Pandora FMS v7.0NG.759 allows relative path traversal in File Manager where a privileged user could upload a .php file outside the intended images directory which is restricted to execute the .php file. The impact could lead to Remote Code Execution with running application privilege...

5.8CVSS2.9AI score0.0108EPSS
Exploits0References1
Huntr
Huntr
added 2022/02/20 10:14 a.m.27 views

Heap-based Buffer Overflow

Description heap-buffer-overflow /home/ubuntu/fuzz/radare2/libr/include/rendian.h:176 in rreadle32 Environment Distributor ID: Ubuntu Description: Ubuntu 20.04 LTS Release: 20.04 Codename: focal radare2 5.6.3 27472 @ linux-x86-64 git.5.6.2 commit: d24dbb9fbb0b398a6a739847008ccef3ea7e687c ASAN...

5.8CVSS5.8AI score0.0033EPSS
Exploits1
Huntr
Huntr
added 2022/02/20 9:27 a.m.27 views

NULL Pointer Dereference

Description NULL pointer dereference in binsymbols.c Environment bash Distributor ID: Ubuntu Description: Ubuntu 20.04 LTS Release: 20.04 Codename: focal radare2 5.6.3 27472 @ linux-x86-64 git.5.6.2 commit: d24dbb9fbb0b398a6a739847008ccef3ea7e687c POC radare2 -AA -qq ./poc poc ASAN...

7.1CVSS1.5AI score0.00241EPSS
Exploits1
Total number of security vulnerabilities4058