Lucene search
+L

4083 matches found

Huntr
Huntr
added 2022/10/13 12:19 p.m.27 views

Server Side Request Forgery Via DNS Rebinding

Description Appsmith below v1.8.1 was discovered to allow attackers to execute an authenticated Server-Side Request Forgery SSRF via DNS Rebinding technique to hit AWS internal metadata endpoint and for retrieving data. Proof of Concept...

4CVSS6.8AI score0.01435EPSS
SaveExploits1References2
Huntr
Huntr
added 2022/10/12 7:39 p.m.23 views

Moderators can perform Time based SQL injection attack.

The API endpoint /api/chat/users/setenabled POST is vulnerable to a Time based blind SQL injection attack via body parameter ‘userId’. It allows a Moderator to read, modify or delete the entries in the sqlite database. Moderator can leak the streamkey to access admin dashboard. Proof of concept...

7.5CVSS0.3AI score0.00903EPSS
SaveExploits0
Huntr
Huntr
added 2022/10/12 8:37 a.m.39 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/10/09 4:48 p.m.10 views

POST Based Reflected Cross Site Scripting in installation page

Description The installation page in Elgg ≤ v4.3.3 is vulnerable to Cross-Site Scripting attack via 'dataroot' parameter. Steps to Reproduce 1. Freshly install the Elgg in your web-server and proceed to "Database Installation Page". 2. Enter the following payload in "Data Directory" field and fil...

5.9AI score
SaveExploits0References1
Huntr
Huntr
added 2022/10/09 2:42 p.m.10 views

Multiple SQL Injections

Description User input is inserted directly into a SQL query in multiple places when duplicating contacts/leads. Proof of Concept For a PoC, we are going to use Leads, although the other vulnerabilities will probably work analagously. Since the input is not directly displayed to the user, we will...

7.6AI score
SaveExploits0
Huntr
Huntr
added 2022/10/09 2:34 p.m.17 views

Reflected Cross-Site Scripting due to Improper Sanitization

Description User Input that is reflected in a JavaScript Context is not properly sanitized. The User Input is reflected inside of a single-quoted string and single-quotes are encoded. However, there is an issue with the entity removing HTML tags that prevents single-quotes from being encoded. Thi...

6.6AI score
SaveExploits0
Huntr
Huntr
added 2022/10/08 3:5 p.m.23 views

Deserialization of arbitrary data leads to RCE

Description LibreNMS includes support for monitoring applications, one of which is memcached. When polling for memcached, the data returned by the agent to the LibreNMS server is not verified before it is deserialized. Because LibreNMS has quite a few dependencies, it is easy to find a working...

6.5CVSS2.8AI score0.00859EPSS
SaveExploits0References1
Huntr
Huntr
added 2022/10/07 4:16 p.m.31 views

Broken Access Controls in Patient Files

Description An authenticated user without document access has the ability to direct access any document in the system by using a url similar to this http://domain/openemr/controller.php?document&retrieve&patientid=2&documentid=19. The autoincrement identifier was also susceptible of being...

5.5CVSS8.1AI score0.00607EPSS
SaveExploits1
Huntr
Huntr
added 2022/10/07 1:40 p.m.24 views

File Upload Type Validation Error

Description The upload functionality does not properly validate the file content-type, allowing any authenticated user to bypass this security check by adding a valid signature p.e. GIF89 and sending any invalid content-type. This could allow an authenticated attacker to upload HTML files with JS...

6.5CVSS0.1AI score0.01057EPSS
SaveExploits1
Huntr
Huntr
added 2022/10/06 4:37 p.m.18 views

Improper Name Validation in Upload Document Form

Description The name of any uploaded document can be manipulated using the destination parameter, to include new line characters in its name, breaking the execution of JS code in "New Documents" section from "Miscellaneous" menu, that will be blank until the document is removed from DB. Proof of...

5CVSS0.1AI score0.00862EPSS
SaveExploits1
Huntr
Huntr
added 2022/10/06 4:17 p.m.21 views

Reflected Cross-Site Scripting in Front Payment CC

Description The frontpaymentcc.php was not properly encoding parameters cardHolderName and zip when the mode AuthorizeNet is sent. The response was a JSON string including unparsed values that will probably be sent using content-type header as text/html, leaving it vulnerable to XSS. Proof of...

5.8CVSS0.6AI score0.00578EPSS
SaveExploits1
Huntr
Huntr
added 2022/10/06 3:51 p.m.24 views

Multiple Reflected Cross-Site Scripting in Messages Module

Description The first occurrence affects messages.php file. The parameter stage was not properly encoded before being printed as HTML. This occurs when go parameter is set to setup value. The second instance affects save.php file. There was a POST parameter called parameter in JSON format that wa...

5.8CVSS6.5AI score0.00639EPSS
SaveExploits1
Huntr
Huntr
added 2022/10/06 9:26 a.m.26 views

Origin validation Bypass

In the following python script py if request.method in 'POST', 'PUT', 'PATCH', 'DELETE': origin = request.headers.get'Origin', None if origin and not origin.startswithrequest.base: raise cherrypy.HTTPError403, 'Unexpected Origin header' Explanation: In the above lines of code, The origin is being...

7.5CVSS0.1AI score0.00332EPSS
SaveExploits0
Huntr
Huntr
added 2022/10/05 2:49 p.m.25 views

Stored Cross Site Scripting (XSS) in parameter rp4wp[heading_text]

Description The Related Posts for WordPress plugin is vulnerable to stored XSS, specifically in the rp4wpheadingtext parameter because the user input is not properly sanitized, allowing the insertion of JavaScript code that can exploit the vulnerability. Proof of Concept 1 - Install and activate...

4.9CVSS5.5AI score0.01145EPSS
SaveExploits1
Huntr
Huntr
added 2022/10/04 1:47 p.m.20 views

Password Reset Poisoning

Description Elgg uses the HTTP Host-Header in a password reset request to generate the password reset link that is sent to the user in an email without any filters or checks. This allows an attacker to craft a password reset request using a manipulated host header, resulting in reset-token leakag...

7.2AI score
SaveExploits0References1
Huntr
Huntr
added 2022/10/04 1:44 p.m.12 views

Insufficient Session Expiration

Description Active sessions are not invalidated after a password change or after an admin resets the user's password. Proof of Concept Steps to reproduce: 1. Log in to Elgg with any user 2. Do the same in another browser or a private window, such that there are two different active sessions 3...

1.9AI score
SaveExploits0References1
Huntr
Huntr
added 2022/10/04 1:34 p.m.135 views

Php Remote file Inclusion and RCE

Description flatpresshas a feature to upload file "uploader" and display from "media manager". By uploading PHP files, the users can perform Php Remote file Inclusion attack and gain RCE. Copy the following code and save as test.Php note the uppercase. Proof of Concept test.Php test 1. login to...

7.5CVSS9.6AI score0.35435EPSS
SaveExploits1
Huntr
Huntr
added 2022/10/04 1:9 p.m.31 views

Stored XSS via SVG File

Description flatpresshas a feature to upload file "uploader" and display from "media manager". By uploading SVG files, the users can perform Stored XSS attack. Copy the following code and save as filename.svg. Proof of Concept alertdocument.domain 1. login to...

4.9CVSS5.8AI score0.00535EPSS
SaveExploits1
Huntr
Huntr
added 2022/10/03 12:40 p.m.23 views

Using application logic to create an email spam attack

Description On every 3 invalid attempts the application sends a new code to the email associate with the account . An attacker can misuse this functionality of the code to create a spam attack Proof of Concept Pre-Requisites: 2FA must be enabled for your account 1 Go to...

7.5CVSS0.6AI score0.00355EPSS
SaveExploits0
Huntr
Huntr
added 2022/10/03 12:22 p.m.10 views

2 FA bypass

Description An attacker is able to bypass 2FA due to a logic flaw on the application Proof of Concept 1 Go to https://rdiffweb-dev.ikus-soft.com/prefs/general 2 Your account is set to [email protected] as primary email 3 Go to https://rdiffweb-dev.ikus-soft.com/prefs/mfa and click on "Enable 2FA" 4 A...

0.3AI score
SaveExploits0
Huntr
Huntr
added 2022/10/03 11:10 a.m.218 views

Stored XSS and possible RCE/LFI in case of misconfiguration

Description phpmyfaq has a feature to restore from a backup the entire application. An attacker with admin grant can export the configuration and re-upload the same file bypassing all the backend sanitization and controls. Proof of Concept XSS 1. - login as admin 2. - go to backup page 3. - Creat...

5.4CVSS0.3AI score0.00918EPSS
SaveExploits1
Huntr
Huntr
added 2022/10/03 8:29 a.m.11 views

XSS on external links

Description This vulnerability allow for an administrator to create an evil external link. Proof of Concept As an admin user - Go to http://172.16.128.131/front/link.form.php?id=1 - Create an external link and put has value for the link javascript:alert1 - Assign this link to budgets example As a...

0.1AI score
SaveExploits0
Huntr
Huntr
added 2022/10/02 6:56 p.m.27 views

SSRF in feeds

Description By looking at this URL : https://github.com/glpi-project/glpi/security/advisories/GHSA-rqgx-gqhp-x8vv, I understand that a SSRF was possible in the URL of the RSS feed, and in fact, this has been fix. Howerver, I found a bypass to CVE-2022-36112. Proof of Concept To trigger the bug,...

0.00477EPSS
SaveExploits0
Huntr
Huntr
added 2022/10/01 4:40 a.m.54 views

Path Traversal (CWE-22) leak sensitive data

Description Path Traversal successful exploitation could allow an attacker to traverse the file system to access files or directories that are outside of the restricted directory on the remote server. Proof of Concept Note: If you can not see the poc image , you can follow this link...

5CVSS2.3AI score0.01026EPSS
SaveExploits1
Huntr
Huntr
added 2022/09/30 3:4 p.m.16 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.00692EPSS
SaveExploits1References1
Huntr
Huntr
added 2022/09/29 7:45 p.m.33 views

No limit in length of "Token name" parameter results in DOS attack /memory corruption

Proof of Concept 1Go to https://rdiffweb-dev.ikus-soft.com/prefs/tokens endpoint . 2You will see a field called "Token name" 3Here you will see that there is no limit for the "Token name" parameter that allows a user to to set a very long string as long as 1 million characters . 4This may possibl...

5CVSS1.4AI score0.01012EPSS
SaveExploits1
Huntr
Huntr
added 2022/09/29 7:32 p.m.20 views

No limit in length of "Fullname" parameter results in DOS attack /memory corruption

Proof of Concept 1Go to https://rdiffweb-dev.ikus-soft.com/prefs/general endpoint . 2You will see a field called "Fullname" 3Here you will see that there is no limit for the "Fullname" parameter that allows a user to to set a very long string as long as 1 million characters . 4This may possibly...

5CVSS1.9AI score0.01004EPSS
SaveExploits1
Huntr
Huntr
added 2022/09/29 7:25 p.m.23 views

Attacker is able to bypass 2FA verification during 2FA disable due to application logic flaw

Description An attacker is able to bypass 2FA verification during 2FA disable function of user and restrict user from accessing his account due to a application logic flaw Proof of Concept First of all let us consider a scenario where a user has left his account open on a public device library or...

4.3CVSS1.1AI score0.00809EPSS
SaveExploits1
Huntr
Huntr
added 2022/09/29 7:7 p.m.17 views

No notification triggered on sensitive actions like 2FA enable/disable

Description 2FA enable/disable is a sensitive action . As the application triggers a notification on all sensitive actions like email change/password reset , 2FA is also an important security feature to be notified about Proof of Concept 1 Go to https://rdiffweb-dev.ikus-soft.com/prefs/mfa 2 Do a...

7.5CVSS1.3AI score0.0075EPSS
SaveExploits0
Huntr
Huntr
added 2022/09/29 7:0 p.m.19 views

Session does not expire on password reset

Description On changing password both session using which user changes password and old sessions in any other browser or device does not expire and remains active Proof of Concept 1.Go to https://rdiffweb-dev.ikus-soft.com/login/ and login into same account using browser A and B 2.From Browser B...

7.5CVSS7.8AI score0.00876EPSS
SaveExploits1References1
Huntr
Huntr
added 2022/09/29 6:36 p.m.30 views

No rate limit on email triggering during "resend email" action results in email flooding or a spam attack or a financial loss to the company itself

Description When a user is setting up 2FA , a verification code will be sent to the registered email . There is no rate limit on email triggering that will result in an email flood / does attack or will also increase the expenses on your mail server as an attacker can send 1 million emails throug...

7.5CVSS0.1AI score0.00625EPSS
SaveExploits0
Huntr
Huntr
added 2022/09/29 6:15 p.m.15 views

Hyperlink injection leads to redirect victim to malicious website

Description Hyperlink Injection it’s when attacker injecting a malicious link when sending an email invitation Proof of Concept 1 Go to https://rdiffweb-dev.ikus-soft.com/prefs/general 2 Set your full name as "Your account has been hacked please visit evil.com" 3 Save changes 4 Perform any activi...

5.8CVSS1.1AI score0.00506EPSS
SaveExploits1References2
Huntr
Huntr
added 2022/09/29 4:11 p.m.24 views

Xss vulnerability in Button module

Steps 1.Visit https://demo.microweber.org 2.Click option 'Modules' in the left list 3.Click and go into the 'Button' 4.Click the 'edit url' and Enter the following javascript alert1 Proof of Concept Video javascript https://1drv.ms/v/s!Ai0UEGpMIb9scRgdvmX1sBCQu4A...

4.9CVSS5.6AI score0.00519EPSS
SaveExploits1
Huntr
Huntr
added 2022/09/29 1:44 p.m.7 views

Stored XSS in Django Admin Portal

Description Django-treebeard suffers from a stored XSS in the TreeAdmin class when certain preconditions are met. The XSS it's triggered when a privileged user visit a page in the django admin portal. In order to successfully exploit this vulnerable, three pre-conditions should occur: 1. 1 a Djan...

0.2AI score
SaveExploits0
Huntr
Huntr
added 2022/09/27 7:28 p.m.8 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
Huntr
Huntr
added 2022/09/27 11:29 a.m.13 views

CSV Injection in CSV files generated by the backend

Description Formula Elements are not sanitized before adding to CSV reports. This leads to CSV formula injection. Proof of Concept Steps to reproduce: 1. Log in to Snipe-IT & create a new Asset with arbitrary values. For the Asset Tag enter =1+1 Screenshot 1 2. Got to Reports - Custom Asset Repor...

SaveExploits0References3
Huntr
Huntr
added 2022/09/27 8:53 a.m.27 views

Use After Free in function did_set_string_option

Description Use After Free in function didsetstringoption at optionstr.c:2456. vim version git log commit 8279af514ca7e5fd3c31cf13b0864163d1a0bfeb grafted, HEAD - master, tag: v9.0.0598, origin/master, origin/HEAD Proof of Concept ./vim -u NONE -i NONE -n -m -X -Z -e -s -S...

4.4CVSS7.8AI score0.00477EPSS
SaveExploits1
Huntr
Huntr
added 2022/09/26 11:44 p.m.10 views

Stored Cross-Site Scripting (XSS) in via direct link to attachments

Description The XSS is related to this previous report. The fix to prevent XSS in uploaded attachments is insufficient, as there is no mitigation when accessing attachments via a direct link. Proof of Concept Steps to reproduce: 1. Log in to Inventree 2. Click on Parts. Add a new Category and...

1.3AI score
SaveExploits0
Huntr
Huntr
added 2022/09/26 6:52 p.m.15 views

Bypassing application logic to set a blank password

Description As you many observe that rdiffweb strictly has a password policy where it prompts out that the password should be between 8 and 128 characters . But the application does not filter blank spaces used in a password Proof of Concept 1 Go to https://rdiffweb-demo.ikus-soft.com/prefs/gener...

4CVSS0.2AI score0.00566EPSS
SaveExploits1References1
Huntr
Huntr
added 2022/09/26 4:32 p.m.23 views

No password confirmation on sensitive action like email change

Description It is important to implement password checks on sensitive features like email change Proof of Concept 1 Go to https://rdiffweb-demo.ikus-soft.com/login/ 2 Use the credentials admin , admin123 and login into your account 3 Navigate to the endpoint...

7.5CVSS7AI score0.00749EPSS
SaveExploits0References1
Huntr
Huntr
added 2022/09/26 3:51 p.m.12 views

Stored XSS

Description openemr has a feature to customize the "Text in the login box " , due to a bad sanitization it allows to put some html tag like "form" scheme which allows to execute javascript code. 1. login as user glpi/glpi admin user 2. go to HOME-SETUP-GENERAL...

7.2AI score
SaveExploits0
Huntr
Huntr
added 2022/09/25 11:48 a.m.26 views

Stack-based Buffer Overflow in function win_redr_ruler

Description Stack Buffer Overflow in function winredrruler at drawscreen.c:799 . vim version git log commit ec1238b4068d0d6d9d02ac1a8e61720224a1be73 grafted, HEAD - master, tag: v9.0.0582, origin/master, origin/HEAD Proof of Concept poc download url:...

4.4CVSS7.7AI score0.00501EPSS
SaveExploits1
Huntr
Huntr
added 2022/09/24 11:47 a.m.23 views

No Limit in "title" length while adding SSH key , results in memory consumption/DOS attack

Description There must be a fixed length for user input parameters like "title" while adding SSH key. Allowing users to enter long strings may result in a DOS attack or memory corruption Proof of Concept 1Go to https://rdiffweb-demo.ikus-soft.com/prefs/sshkeys endpoint . 2Click on add SSH key...

5CVSS1.9AI score0.00951EPSS
SaveExploits1
Huntr
Huntr
added 2022/09/24 7:38 a.m.15 views

Stored Cross-Site Scripting (XSS) in the parameters "host", "desc", "group" and "newgroup" of the section "Webmin Servers Index"

Description In Webmin version 2.001 it was identified in the "Webmin Servers Index" section that the data collected from the user in the "host", "desc", "group" and "newgroup" parameters is not properly sanitized thus allowing potential attackers to insert JavaScript code that enables exploitatio...

1.4AI score
SaveExploits0
Huntr
Huntr
added 2022/09/24 5:36 a.m.16 views

No Limit in length of root directory name , results in memory consumption/DOS attack

Description There must be a fixed length for user input parameters like root directory name. Allowing users to enter long strings may result in a DOS attack or memory corruption Proof of Concept 1Go to https://rdiffweb-demo.ikus-soft.com/admin/users endpoint . 2Click on add user 3Here you will se...

5CVSS2.6AI score0.00943EPSS
SaveExploits1
Huntr
Huntr
added 2022/09/23 2:25 p.m.16 views

Stored XSS in Notifications

Description It is possible to create a notification with stored XSS which can result in the JavaScript code execution. Notifications can only be created while logged in on user with admin privileges, but once notification is created any user can see it. Proof of Concept Create notification with...

5.8CVSS1.5AI score0.00451EPSS
SaveExploits0
Huntr
Huntr
added 2022/09/23 10:30 a.m.30 views

No Limit in length of username , results in memory consumption/DOS attack

Description There must be a fixed length for user input parameters like username. Allowing users to enter long strings may result in a DOS attack or memory corruption Proof of Concept 1Go to https://rdiffweb-demo.ikus-soft.com/admin/users endpoint . 2Click on add user 3Here you will see that ther...

5CVSS1.9AI score0.00721EPSS
SaveExploits1
Huntr
Huntr
added 2022/09/22 6:9 p.m.25 views

Improper Cache control allows attacker to view sensitive data

Description Due to improper cache control an attacker can view sensitive information even if he is not logged into the account Proof of Concept 1 Go to https://rdiffweb-demo.ikus-soft.com/login/ and login into your account using given credentials 2 Go to...

2.1CVSS0.8AI score0.00507EPSS
SaveExploits1References1
Huntr
Huntr
added 2022/09/22 3:58 p.m.31 views

Stack-based Buffer Overflow in function ex_finally

Description stack-buffer-overflow in exfinally function Proof of Concept https://raw.githubusercontent.com/xiowane/testfile/main/test ASAN console ./vim -u NONE -i NONE -n -m -X -Z -e -s -S /src/results/crashes/test -c :qa! =================================================================...

4.4CVSS7.6AI score0.00528EPSS
SaveExploits1References1
Huntr
Huntr
added 2022/09/22 3:37 p.m.36 views

No rate limit on old password parameter allows attacker to bruteforce the existing password and set a new password

Description There is no rate limit on the password change feature on https://rdiffweb-demo.ikus-soft.com/prefs/general which allows an attacker to bruteforce the old password and set a new password for the account Proof of Concept 1 Go to https://rdiffweb-demo.ikus-soft.com/prefs/general 2 Here y...

7.5CVSS0.00454EPSS
SaveExploits1References1
Total number of security vulnerabilities4083