Lucene search
+L
HuntrMost viewed

4084 matches found

Huntr
Huntr
•added 2022/04/28 10:33 a.m.•44 views

Cross-site Scripting (XSS)

Proof of Concept Steps to reproduce: Naviagate the below URL URL: https://demo.contao.org/contao/" Here Some Image POC Attached...

4.3CVSS0.2AI score0.04478EPSS
SaveExploits0
Huntr
Huntr
•added 2022/04/06 3:10 p.m.•44 views

FULL read SSRF

Description there is two bypass method for previous fixes of SSRF in gogs The first is to utilize SSRF attack with a DNS rebinding feature. The second is to use redirection to a localhost URL. Proof of Concept 1- go to the webhooks section and create a gogs webhook. 2- enter an URL that redirects...

4.3CVSS6.6AI score0.01078EPSS
SaveExploits1
Huntr
Huntr
•added 2022/03/19 3:51 p.m.•44 views

Stored XSS viva .svg file upload

Description The application allows .svg files to upload which lead to stored XSS Proof of Concept 1.Download the payload from this link:- https://drive.google.com/file/d/1c1BP5bxXBxtwLfRJTrEPgMWK1yVFDF2R/view?usp=sharing and upload it on your profile. 2.Now open the path of the uploaded image...

3.5CVSS0.9AI score0.01561EPSS
SaveExploits1
Huntr
Huntr
•added 2022/03/07 2:41 p.m.•44 views

NULL Pointer Dereference

Description There is a NULL Pointer Dereference in mrbvmexec vm.c:1929. This bug has been found on mruby lastest commit hash c2f7ed514dfa0fcae2e7e72d51f25be3d3d6d72c on Ubuntu 20.04 for x8664/amd64. Proof of Concept 1- Clone repo and build with ASAN using MRUBYCONFIG=buildconfig/clang-asan.rb rak...

7.1CVSS0.3AI score0.00827EPSS
SaveExploits1
Huntr
Huntr
•added 2022/03/02 3:26 p.m.•44 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.02256EPSS
SaveExploits1References1
Huntr
Huntr
•added 2021/12/12 8:29 p.m.•44 views

in pytorchlightning/pytorch-lightning

Description There is untrusted YAML Deserialization vulnerability on PyTorchLightning Github repository. PyTorchLightning's saving.py core.saving.loadhparamsfromyaml functionality is calling "yaml.UnsafeLoader" from pyyaml Python library which is not secure method. Because of that, maliciously...

6.8CVSS1AI score0.00978EPSS
SaveExploits1References1
Huntr
Huntr
•added 2021/03/30 8:12 a.m.•44 views

Server-Side Request Forgery (SSRF) in frenchbread/private-ip

āœļø Description Private-ip is an NPM module that is used to check if the input IP address is private or not, so as to prevent SSRF attacks. It has 12k downloads every week on NPM However, I found that by crafting a malicious IP, an attacker can easily bypass this check. šŸ•µļøā€ā™‚ļø Proof of Concept First...

7.5CVSS1.5AI score0.02949EPSS
SaveExploits0
Huntr
Huntr
•added 2021/01/10 12:0 a.m.•44 views

Prototype Pollution in lukeed/dset

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

7.5CVSS1.8AI score0.02944EPSS
SaveExploits1
Huntr
Huntr
•added 2020/02/21 12:0 a.m.•44 views

Code Injection in commenthol/safer-eval

Overview safer-eval is a safer approach for eval in node and browser. Affected versions of this package are vulnerable to Arbitrary Code Execution via generating a RangeError: Maximum call stack size exceeded. Proof of Concept Credit: Jonathan Leitschuh js const theFunction = function const f =...

7.5CVSS1.5AI score0.02574EPSS
SaveExploits1References3
Huntr
Huntr
•added 2023/08/10 6:38 p.m.•43 views

SSRF Blind in the image upload module via url

Description Web application with the function of uploading images through a link provided by the user . This access error leads to RCE and scanning of intranet ports Proof of Concept Link video Poc https://drive.google.com/file/d/17fksa8odZAqCuqRQbOCutc9I7eoNun-/view?usp=sharing Steps 1 . Use a...

5.5CVSS6.9AI score0.00349EPSS
SaveExploits1
Huntr
Huntr
•added 2023/06/15 1:14 p.m.•43 views

Desktop APP XSS to RCE

šŸ”’ļø Requirements The user must load the malicious configuration and click on the buttons. šŸ“ Description This exploitation relies on several issues which chained together lead to an RCE. In the following subsection, I will try to explain it as best I can. šŸ’‰ Not sanitized HTML injection In the...

7.5CVSS6.4AI score0.02348EPSS
SaveExploits1
Huntr
Huntr
•added 2023/01/18 7:26 p.m.•43 views

heap-buffer-overflow in same_leader and utfc_ptr2len

Description Heap-based Buffer Overflow in function sameleader at textformat.c:558 Heap-based Buffer Overflow in function utfcptr2len at mbyte.c:2138 Vim Version git log commit f97a295ccaa9803367f3714cdefce4e2283c771d HEAD - master, tag: v9.0.1221, origin/master, origin/HEAD Able to replicate the...

4.4CVSS7.7AI score0.00555EPSS
SaveExploits1References2
Huntr
Huntr
•added 2023/01/04 5:10 a.m.•43 views

Lack of Input Sanitazion lead to RCE

Description This vulnerability occur because there is no sanitation on user controlled input during the update configuration process. The input later , written to another .php file and this could lead to RCE. Proof of Concept 1. Go to Config then go to Mail Settings 2. Change the From Email Addre...

6.5CVSS8.4AI score0.32278EPSS
SaveExploits2References1
Huntr
Huntr
•added 2023/01/03 2:5 p.m.•43 views

Heap-based Buffer Overflow in function msg_puts_printf

Description Heap-based Buffer Overflow in function msgputsprintf at message.c:3058 vim version git log commit ea720aea851e645f4c8ec3b20afb27c7ca38184c HEAD - master, tag: v9.0.1137, origin/master, origin/HEAD POC ./vim -u NONE -i NONE -n -m -X -Z -e -s -S ./pochbo01s.dat -c :qa!...

4.4CVSS7.7AI score0.00518EPSS
SaveExploits1
Huntr
Huntr
•added 2022/10/12 8:37 a.m.•43 views

heap-buffer-overflow in function skipwhite

Description heap-buffer-overflow in function skipwhite at charset.c:1706:12 vim version shell git log commit 56564964e6d0956c29687e8a10cb94fe42f5c097 HEAD - master, tag: v9.0.0719, origin/master, origin/HEAD Proof of Concept shell /home/mist/fuzz/vim/vim/src/vim -u NONE -X -Z -e -s -S poc1 -c :qa...

4.4CVSS7.9AI score0.00496EPSS
SaveExploits1
Huntr
Huntr
•added 2022/09/06 10:15 p.m.•43 views

XSS at app.diagrams.net

Description The application allows the "use" tag to pass on dompurify, which leads to XSS. A strange behaviour bypasses the csp on app.diagrams.net when it has a "?" before the "U" import. Proof of Concept POC diagram: use...

5.8CVSS5.7AI score0.00557EPSS
SaveExploits1References1
Huntr
Huntr
•added 2022/06/28 7:1 a.m.•43 views

Multiple Reflected XSS Vulnerabilities in error handlers

Description Multiple routing error handlers are vulnerable to reflected XSS. Proof of Concept Deploy trilium server and access to these endpoint will execute the alert js function. http://localhost:8080/custom/%3Cscript%3Ealert1%3C/script%3E...

4.3CVSS1.3AI score0.03096EPSS
SaveExploits1
Huntr
Huntr
•added 2022/05/19 11:52 p.m.•43 views

Bypass Restriction and File Upload Leads to XSS Stored - TXT to HTML

Description Unrestricted file upload allowed the attacker to manipulate the request and bypass the protection of HTML files using a text file, XSS Stored was obtained when uploading the HTML file. Proof of Concept POST /admin/resources/upload HTTP/1.1 Host: demo-publify.herokuapp.com Cookie:...

3.5CVSS5.5AI score0.00753EPSS
SaveExploits1References3
Huntr
Huntr
•added 2022/04/28 8:53 p.m.•43 views

Use after free in append_command

āœļø Description When fuzzing vim commit fc78a0369 works with latest build and latest commit 202b4bd3a per this time of this report with clang 13 and ASan, I discovered a buffer overflow. Proof of Concept Here is the poc bash...

6.8CVSS0.1AI score0.02735EPSS
SaveExploits1
Huntr
Huntr
•added 2022/03/11 3:27 p.m.•43 views

Remote Command Execution in uploading repository file

Description When uploading a file to the repository in Gogs, the treepath parameter is not been validated. The attacker can set treepath=/.git/ to upload file into the .git directory. Rewrite .git/config file and set core.sshCommand, which leads to remote command execution vulnerability. Proof of...

6.5CVSS0.5AI score0.65237EPSS
SaveExploits1References1
Huntr
Huntr
•added 2022/02/12 5:7 p.m.•43 views

Exposure of Sensitive Information to an Unauthorized Actor in node-fetch/node-fetch

Description The Authorization header leaks from same hostname https-http redirect. If https://example.com redirects to http://example.com, then an attacker who can listen in on the wire or perform a MITM attack will be able to receive the Authorization header due to the use of the insecure HTTP...

6.7AI score0.07443EPSS
SaveExploits2References1
Huntr
Huntr
•added 2022/01/24 10:8 a.m.•43 views

Heap-based Buffer Overflow in vim/vim

Description 2 Heap-buffer-overflow on write in vim 1 Heap-buffer-overflow on read in vim Heap-buffer-overflow on write in vim 1 Proof of Concept Steps to reproduce: echo -n cmV0ODAwCnMvXHYvCQpzZSBhaQpzaWwwbm9ybTppDQ== | base64 -d heapowpoc1 vim -u NONE -i NONE -n -X -Z -e -m -s -S heapowpoc1 -c...

6.8CVSS8.3AI score0.01339EPSS
SaveExploits1References1
Huntr
Huntr
•added 2022/01/16 8:0 p.m.•43 views

Static Code Injection in playframework/play-samples

Description "play-samples" project uses the vulnerable log4j library 2.17.0. This can cause potential RCE vulnerability on the project. Vulnerability: CVE-2021-44832 Remote Code Execution. Another reference from Apache for CVE-2021-44832. You should upgrade the log4j library to latest version...

3.8AI score0.97906EPSS
SaveExploits9
Huntr
Huntr
•added 2022/01/08 3:24 p.m.•43 views

Heap-based Buffer Overflow in vim/vim

Description Heap-buffer-overflow in vim Command ./vim -u NONE -X -Z -e -s -S minpoc -c :qa! Proof of Concept minpoc is here. bt Program received signal SIGABRT, Aborted. GIraise sig=sig@entry=6 at ../sysdeps/unix/sysv/linux/raise.c:50 50 ../sysdeps/unix/sysv/linux/raise.c: No such file or...

6.8CVSS1.2AI score0.01687EPSS
SaveExploits1
Huntr
Huntr
•added 2021/11/20 12:39 p.m.•43 views

Cross-site Scripting (XSS) - Stored in kunstmaan/kunstmaanbundlescms

Description In kunstmaan / kunstmaanbundlescms, menu form slug field is vulnerable to cross site scripting Proof of Concept 1. login to demo page 2. go to pages, open any page 3. go to menu , in slug feild place the payload and save, it will trigger. payload : " Impact This vulnerability is capab...

1AI score
SaveExploits0References1
Huntr
Huntr
•added 2021/11/02 2:6 a.m.•43 views

OS Command Injection in ohmyzsh/ohmyzsh

Description In Oh My Zsh, there is a function called omzurldecode, which is used to decode URLs. Since this function is using eval with user inputs without any sanitization, it's possible to inject arbitrary commands into the eval context, which allows an attacker to achieve the command injection...

5.1CVSS0.4AI score0.00598EPSS
SaveExploits0
Huntr
Huntr
•added 2021/10/07 6:16 p.m.•43 views

Sensitive Cookie Without 'HttpOnly' Flag in pkp/ojs

āœļø Description HTTPOnly attribute is not set for session cookies "OJSSID" in the application. Proof of Concept Check this for POC: Image Impact When a cookie doesn’t have an HttpOnly flag, it can be accessed through JavaScript, which means that an XSS could lead to cookies being stolen. These...

0.9AI score
SaveExploits0
Huntr
Huntr
•added 2021/07/10 1:39 a.m.•43 views

Cross-site Scripting (XSS) - Reflected in swiftyspiffy/twitch-token-generator

āœļø Description An almost XSS exists in this repository that, if not for the WAF used on https://twitchtokengenerator.com; would have resulted in reflected XSS. Despite this, it is possible to inject HTML onto the page, making some attack scenarios possible. šŸ•µļøā€ā™‚ļø Proof of Concept - Navigate to...

0.3AI score
SaveExploits0
Huntr
Huntr
•added 2021/02/06 12:0 a.m.•43 views

Cross-site Scripting (XSS) - Generic in ciur/papermerge

:book: Description Papermerge is an open source document management system DMS primarily designed for archiving and retrieving your digital documents. Instead of having piles of paper documents all over your desk, office or drawers - you can quickly scan them and configure your scanner to directl...

4.3CVSS6.2AI score0.0154EPSS
SaveExploits0
Huntr
Huntr
•added 2023/08/17 7:46 a.m.•42 views

Heap-use-after-free in function buflist_altfpos in vim

Description Heap-use-after-free in function buflistaltfpos at buffer.c:3703 Proof of Concept ./vim -u NONE -i NONE -n -m -X -Z -e -s -S ./pochuaf -c :qa! ==1404==ERROR: AddressSanitizer: heap-use-after-free on address 0x625000011940 at pc 0x0000004a4dbe bp 0x7ffc6204d090 sp 0x7ffc6204d080 READ of...

4.4CVSS7.1AI score0.00537EPSS
SaveExploits1
Huntr
Huntr
•added 2023/01/29 2:39 a.m.•42 views

Incorrect Calculation of Buffer Size in function yank_copy_line

Description Incorrect Calculation of Buffer Size in function yankcopyline at register.c:1468 vim version git log commit 657aea7fc47fb919ce76fad64ba0ec55a1af80f1 HEAD - master, tag: v9.0.1249, origin/master, origin/HEAD POC ./vim -u NONE -i NONE -n -m -X -Z -e -s -S ./pocnsp01s.dat -c :qa!...

4.4CVSS6.9AI score0.00438EPSS
SaveExploits1
Huntr
Huntr
•added 2022/06/19 2:34 a.m.•42 views

NULL Pointer Dereference in function _appendStartNsEvents

Description NULL Pointer Dereference in function vimappendStartNsEvents at src/lxml/iterparse.pxi:435 allows attackers to cause a denial of service or application crash. Proof of Concept python from io import StringIO from lxml import etree firstinput = """ """ secondinput = """ """ def...

5CVSS1.3AI score0.02462EPSS
SaveExploits1
Huntr
Huntr
•added 2022/05/23 4:16 p.m.•42 views

Meta Data Is Not Stripped From images

Hey team, while uploading site/page logo as an administrator, The meta data of the image like geolocation, device information, version, name etc is not getting stripped, as a result the attacker can collect all the meta data information of the image by using tools like exif tool, metadata...

5CVSS0.1AI score0.00805EPSS
SaveExploits1References1
Huntr
Huntr
•added 2022/05/19 8:10 p.m.•42 views

SQL injetction

Description SQL injection exists in the camptocamp/terraboard. Among all APIs there is an API routed to /api/search/attribute, whose corresponding method is api.SearchAttribute. In the api.SearchAttribute method, the program takes the request parameters and passes them into the db.SearchAttribute...

6.5CVSS0.1AI score0.0676EPSS
SaveExploits1References1
Huntr
Huntr
•added 2022/05/16 1:43 p.m.•42 views

Out-of-bounds write in function vim_regsub_both

Description Out-of-bounds write in function vimregsubboth at regexp.c:1954 vim version git log commit 5a8fad32ea9c075f045b37d6c7739891d458f82b HEAD - master, tag: v8.2.4962, origin/master, origin/HEAD POC ./vim -u NONE -i NONE -n -m -X -Z -e -s -S /mnt/share/max/fuzz/poc/vim/pocobws.dat -c :qa!...

4.6CVSS7.5AI score0.00494EPSS
SaveExploits1
Huntr
Huntr
•added 2022/05/08 4:1 a.m.•42 views

Buffer Over-read in function find_next_quote

Description Buffer Over-read in function findnextquote at textobject.c:1663 POC ./vim -u NONE -X -Z -e -s -S ./poch4s.dat -c :qa! ================================================================= ==1740874==ERROR: AddressSanitizer: heap-buffer-overflow on address 0x60200000741a at pc 0x0000010f50...

6.8CVSS7AI score0.01927EPSS
SaveExploits1
Huntr
Huntr
•added 2022/04/28 2:42 a.m.•42 views

NULL Pointer Dereference in function vim_regexec_string at regexp.c:2729

Description NULL Pointer Dereference in function vimregexecstring at regexp.c:2729 allows attackers to cause a denial of service application crash via a crafted input. POC ./vim -u NONE -X -Z -e -s -S ./pocn.dat -c :qa! Segmentation fault pocn.dat GDB ─── Output/messages...

5CVSS1.7AI score0.01607EPSS
SaveExploits1
Huntr
Huntr
•added 2022/04/11 8:0 p.m.•42 views

stored xss due to unsantized anchor url

BUG ====== stored xss due to unsantized anchor url SUMMURY ========= using fullpage.js you can create a anchor tag . But when put href in anchor then it does not sanitize the url which allow to break context of anchor element and can add our new element . I see main javascript or other javascript...

3.5CVSS5.9AI score0.00812EPSS
SaveExploits1
Huntr
Huntr
•added 2022/04/06 12:1 a.m.•42 views

XSS vulnerability with default `onCellHtmlData` function

Description If you can jam some nasty code into a table-cell, you can force this script to perform arbitrary javascript when someone tries to export the table using this library. An example used against us was: " It looks like, if you don't specify an onCellHtmlData function, the default one is...

3.5CVSS5.9AI score0.00723EPSS
SaveExploits1References1
Huntr
Huntr
•added 2022/03/13 2:20 p.m.•42 views

File Upload Restriction Bypass leading to Stored XSS Vulnerability

Description File Upload Restriction Bypass leading to Stored XSS Vulnerability, by leveraging file extension vbhtm, vbhtml, soap, even any extension ends with html e.g. aahtml, bbhtml Proof of Concept Step 1 Access https://www.showdoc.com.cn/attachment/index Step 2 Prepare a file with content bel...

4.3CVSS6.2AI score0.00884EPSS
SaveExploits1
Huntr
Huntr
•added 2022/03/12 3:45 p.m.•42 views

Heap-based Buffer Overflow occurs in vim

Description Heap-based Buffer Overflow occurs in suggesttrychange. commit : d0b7bfa95798f5ec743d8afffbffb83aeac823da Proof of Concept $ echo -ne "c2UgZW5jb2Rpbmc9aXNvODg1OQpub3JtMFIwMDAwMDAwMDAwMApzaWwwbm9ybRYwCmZ1IFIoKQpz aWwhbm9ybRZpMDAwMDApCmNhbCBSKCkKbm9ybTF6PQplbmRmCmNhbCBSKCk=" | base64 -d...

4.6CVSS7.7AI score0.00698EPSS
SaveExploits1
Huntr
Huntr
•added 2022/02/24 5:31 p.m.•42 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.0074EPSS
SaveExploits1
Huntr
Huntr
•added 2022/01/25 8:57 a.m.•42 views

Improper Authorization in janeczku/calibre-web

Description With default settings, low-level users will not have permission to edit the sort order of books in private shelf of another user. However, due to incorrect checking, the application does not work as intended. Proof of Concept - Step 1: Login with admin account and go to...

4CVSS0.00653EPSS
SaveExploits1
Huntr
Huntr
•added 2022/01/02 12:30 p.m.•42 views

Code Injection in microweber/microweber

Description HTML Injection is a vulnerability in which the attacker can inject malicious html content in the webpage. Proof of Concept 1 Admin has enabled Comments module, so that people can comment on a blog post. 2 Attacker post the following comment: SOMETHING+SOMETHING Now, observe the change...

5CVSS1.4AI score0.01376EPSS
SaveExploits1
Huntr
Huntr
•added 2021/12/20 8:43 p.m.•42 views

Command Injection in parse-community/parse-server

Description This is a Remote Code Execution vulnerability in the Parse Server. This vulnerability affects the Parse Server in the default configuration with MongoDB, probably a similar attack can affect the PostgreSQL storage as well. The main weakness that leads to RCE is the Prototype Pollution...

7.5CVSS0.2AI score0.49081EPSS
SaveExploits1References3
Huntr
Huntr
•added 2021/12/03 10:41 p.m.•42 views

None in vim/vim

āœļø Description When fuzzing vim commit 021ef351c works with latest build and latest commit 04b7b4b per this time of this report v8.2.3728, I discovered a use after free. This crash triggered with only clang 10 and ASan. And I'm testing with clang 13 it doesn't crash so I assume this crash doesn't...

6.8CVSS7.3AI score0.01293EPSS
SaveExploits1
Huntr
Huntr
•added 2021/11/07 6:32 p.m.•42 views

Heap-based Buffer Overflow in vim/vim

Description Team, trust you are doing well. As part of continues fuzzing VIM v8.2.3582 15d9890eee53afc61eb0a03b878a19cb5672f732 in persistence mode, I found a heap use-after-free mlappendint. Proof of Concept Affected version: v8.2.3582 Tested on: Linux s157903 4.15.0-106-generic 107-Ubuntu SMP T...

8.5CVSS8AI score0.02075EPSS
SaveExploits1
Huntr
Huntr
•added 2021/10/24 11:10 p.m.•42 views

Heap-based Buffer Overflow in vim/vim

Description Greetings, A Heap-based Buffer Overflow issue was discovered in Vim. The POC file is reduced to the absolute minimum to reproduce the problem. Please see sanitizer output and the "trimmed" POC file link below. System info OS version : Ubuntu 20.04.2 LTS + Clang 12 with ASan Vim Versio...

4.6CVSS7.5AI score0.00601EPSS
SaveExploits1References1
Huntr
Huntr
•added 2021/09/11 11:45 a.m.•42 views

None in vim/vim

āœļø Description Team, trust you are doing well. As part of continues fuzzing VIM v8.2.3425 in persistence mode, I found a heap use-after-free nvreplace. šŸ•µļøā€ā™‚ļø Proof of Concept Affected version: VIM v8.2.3425 Tested on: Linux s157903 4.15.0-106-generic 107-Ubuntu SMP Thu Jun 4 11:27:52 UTC 2020 x8664...

6.8CVSS7.5AI score0.01749EPSS
SaveExploits1References2
Huntr
Huntr
•added 2021/05/18 1:15 a.m.•42 views

Cross-site Scripting (XSS) - Stored in knadh/listmonk

šŸ’„ BUG Stored xss via file upload šŸ’„ SUMMURY uploaded file extension only checked in client-side javascript. It must be also checked in server side so that user cant upload html file instead of image . šŸ’„ STEP TO REPRODUCE 1. From your account goto http://localhost:9000/campaigns/media and upload a...

7AI score
SaveExploits0
Total number of security vulnerabilities4084