Lucene search
K

4057 matches found

Huntr
Huntr
added 2022/12/26 6:45 a.m.28 views

Delete all note of all user in application

Description A user with login permission can delete all notes of the whole application via API DELETE https://demo.usememos.com/api/memo/$idnote Proof of Concept Link: https://drive.google.com/file/d/1P0MvqadCdTo1yxK9VBkm5ntwBvJMSZa8/view?usp=sharing...

5.5CVSS0.0018EPSS
Exploits1
Huntr
Huntr
added 2022/12/26 6:22 a.m.21 views

Bypass client side restrictions leads to IDOR on creating appointment.

Description When creating an appointment, a Patient can completely bypass the client side restrictions, and not only can create an appointment in every date he wants, it can also set the duration of the appointment as long as he wants but most important of everything, he can tamper the formpid an...

5.5CVSS6.9AI score0.02169EPSS
Exploits1
Huntr
Huntr
added 2022/12/26 5:33 a.m.21 views

Patient ability to rewrite it's own documents leads to HTML injection

Description It looks like through the PUT request, a Patient can rewrite it's own document via the fullDocument JSON parameter. In this way a malicious user patient can't override the document form and rewrite his own, also injecting valid HTML code that the Doctor would be able to see. Proof of...

5.5CVSS6.8AI score0.02278EPSS
Exploits1
Huntr
Huntr
added 2022/12/26 4:45 a.m.27 views

An user can delete other user's post

Description As the title, an attacker can delete other user's post via post id can be bruteforce Here is video poc: https://drive.google.com/file/d/18QucWYwkpO9kVPMqNzSQ-ptwrZGk-UP9/view?usp=sharelink Proof of Concept DELETE /api/memo/$1026$ HTTP/2 Host: demo.usememos.com Cookie:...

4CVSS1.1AI score0.00183EPSS
Exploits1
Huntr
Huntr
added 2022/12/25 7:40 p.m.16 views

Stored HTML injection in Patient chat functionality

Description I've found out that it is possible to inject HTML code in Patient Chat functionality, which allows malicious code to be stored there and potentially affect the other chat users Proof of Concept - Login from the patient portal. I've used the demo instance here:...

6.5CVSS6.8AI score0.00202EPSS
Exploits1References1
Huntr
Huntr
added 2022/12/25 9:13 a.m.20 views

Stored XSS in notes Title

Description Stored XSS Vulnerability was found while a user creates a new Note & Enter the Name for the Note. The Title of the Note gets directly rendered at "Note Map" Functionality which is leading to HTML injection and Cross site scripting stored & reflected every time the user opens the note...

4.9CVSS6.2AI score0.00081EPSS
Exploits1References2
Huntr
Huntr
added 2022/12/25 6:43 a.m.26 views

Path Traversal when upload file

metersphere allow users to upload file, but not check the file name. Poc can be found in the link...

6.5CVSS2.6AI score0.00578EPSS
Exploits1References1
Huntr
Huntr
added 2022/12/24 3:28 p.m.16 views

Stored XSS in the module named "Website settings"

Description Our engineer found security problems when testing our website. And I have tested the demo website you provided. I found that there is indeed an xss vulnerability. I hope you can check and provide a fix as soon as possible.Thanks. \\ The reason for the vulnerability is that you have...

4.3CVSS5.4AI score0.00297EPSS
Exploits0
Huntr
Huntr
added 2022/12/24 2:46 p.m.33 views

Reset API any user via IDOR

Description Reset API any user without taking action from him via IDOR Proof of Concept 1- Create a user 2- Go to setting 3- Open Burp Suite to object to the requisition 4- Click on it Reset API 5- Note that the endpoint is in the request PATCH/api/user/102 6- When the number that is in endpoint...

5CVSS1.3AI score0.00191EPSS
Exploits1
Huntr
Huntr
added 2022/12/24 2:22 p.m.25 views

Delete any post for all users via IDOR

Description Delete any post for all users via IDOR Proof of Concept 1- Post anything 2- Open Burp Suite to intercept the request 3- When deleting the post, we will notice that there is DELETE /api/memo/1010 in the request, Here the post id will be 1010 4- This number can be changed and any post y...

6.4CVSS0.7AI score0.00239EPSS
Exploits1
Huntr
Huntr
added 2022/12/24 10:56 a.m.18 views

Stored XSS in resource file uploading

Description The Resources upload feature does not restrict the type of uploaded file. An attacker can upload an html file and the browser still renders it. The CSP is set to default-src 'self' to prevent inline script execution. However, this can be easily bypassed by uploading a .js file then...

4.9CVSS5.7AI score0.0025EPSS
Exploits1
Huntr
Huntr
added 2022/12/24 9:14 a.m.34 views

File Deletion Detected

Description Vulnerability allows deleting files in the server, affect the logic of the source code or disrupt the program to make the original way of operation Proof of Concept B1. Login and access to admin.php?p=uploader&action=mediamanager B2. Delete 1 uploaded file B3. Change parameter...

5.5CVSS7.9AI score0.00255EPSS
Exploits1References1
Huntr
Huntr
added 2022/12/24 8:32 a.m.122 views

Stored XSS via XML File

Description When user upload a file with .xml extension and direct access this file, the server response with Content-type: image/svg+xml lead to processing XML as HTML file POC POST /flatpress-master/admin.php?p=uploader&action=default HTTP/1.1 Host: localhost Content-Length: 639 Origin:...

9.4AI score
Exploits0References2
Huntr
Huntr
added 2022/12/24 7:18 a.m.15 views

Archive any post (public / private) using IDOR

Description It was observed that we can archive any users post using archive option by changing the post id. 1 Created user with lolwa username. 2 Posted a post and identified it's post id 1007. 3 Now get the post id from demo user i.e 1006. 4 Now click on archive for post id 1007 from user lolwa...

5CVSS0.00225EPSS
Exploits1References1
Huntr
Huntr
added 2022/12/23 9:32 p.m.40 views

IDOR results in deletion of others public & private memos

Description What is IDOR Insecure Direct Object Reference? Insecure direct object references are common, potentially devastating vulnerabilities resulting from broken access control in web applications. IDOR bugs allow an attacker to maliciously interact with a web application by manipulating a...

5CVSS0.6AI score0.00048EPSS
Exploits1References1
Huntr
Huntr
added 2022/12/23 8:13 p.m.31 views

Users can edit and delete all other user shortcuts

Description Users can edit and delete all other user shortcuts Proof of Concept Step 1. Log in as user A and make a shortcuts Step 2. View shortcut information including: ID, rowStatus, title, payload... For ex: user A creates a shortcut with ID 10 Step 3. Log in as user B and make a shortcuts...

4CVSS0.1AI score0.00196EPSS
Exploits1References2
Huntr
Huntr
added 2022/12/23 4:51 p.m.18 views

CSRF allows attacker to add malicious tags to vitim account

Description Cross-Site Request Forgery CSRF is an attack that forces authenticated users to submit a request to a Web application against which they are currently authenticated. CSRF attacks exploit the trust a Web application has in an authenticated user Proof of Concept 1 Go to...

4.3CVSS1.4AI score0.00191EPSS
Exploits1
Huntr
Huntr
added 2022/12/23 4:43 p.m.23 views

CSRF allows attacker to post on behalf of victim

Description Cross-Site Request Forgery CSRF is an attack that forces authenticated users to submit a request to a Web application against which they are currently authenticated. CSRF attacks exploit the trust a Web application has in an authenticated user. Proof of Concept 1 Go to...

4.3CVSS1AI score0.0016EPSS
Exploits1
Huntr
Huntr
added 2022/12/23 3:56 p.m.19 views

CSP passby via js file

Description Hi,Maintainter You submitted a fix in the latest version 0.9.0 with commit c07b4a.But after many tests, I found that this is still not 100% safe.You have set a very simple csp , which can be bypassed. Video link link...

4.9CVSS5.6AI score0.00213EPSS
Exploits1
Huntr
Huntr
added 2022/12/23 3:49 p.m.22 views

Stored XSS while adding a memo

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 Payload: " 1 Go to https://demo.usememos.com/ and login...

4.9CVSS5.5AI score0.00282EPSS
Exploits1
Huntr
Huntr
added 2022/12/23 3:37 p.m.23 views

Stored XSS in memos while creating

Description After login create a new memo with the following XSS payload " and click save that will make alert Proof of Concept "...

4.9CVSS1.5AI score0.0027EPSS
Exploits1
Huntr
Huntr
added 2022/12/23 2:51 p.m.25 views

Archive any private memos + Delete any Shortcut + Edit any Shortcut from other users

Description User can archive any private memos, Delete any Shortcut and Edit any Shortcut from other users via api PATCH /api/memo/8 HTTP/1.1 "id":8,"rowStatus":"ARCHIVED" PATCH /api/shortcut/2 HTTP/1.1 "id":2,"title":"shortahihix","payload":"" DELETE /api/shortcut/2 Proof of Concept Login to...

4CVSS4.8AI score0.00166EPSS
Exploits1
Huntr
Huntr
added 2022/12/23 2:27 p.m.20 views

View any content private memos from other users

Description User can view any content from private private memos from other users via api PATCH /api/memo/8 HTTP/1.1 "id":8,"rowStatus":"ARCHIVED" Proof of Concept Login to website in brower 1 with user A. Login to website in brower 2 with user B. Example: User B have private nemo with id 8. With...

4CVSS1.3AI score0.00172EPSS
Exploits1
Huntr
Huntr
added 2022/12/23 1:14 p.m.23 views

Access all Private Memos by unauthorized user

Description After login , I create a new memo and post it then i tried to edit it So in editing POST request you can find the memo id in POST data and in the URL if you change it to any private memo you can access it Also you can change the private memo visibility status and content . Proof of...

5.5CVSS0.1AI score0.00191EPSS
Exploits1
Huntr
Huntr
added 2022/12/23 12:28 p.m.17 views

Denial of Service

Description There is no limit of "Nickname" content length while updating your information that lead to Denial of Service by entering huge number of characters if you insert the following POST request "email": "[email protected]", "id": 104, "nickname":...

5CVSS0.1AI score0.00294EPSS
Exploits1
Huntr
Huntr
added 2022/12/23 12:9 p.m.18 views

Full account takeover

Description Account take over via changing email and username and displayed name, After login you and open your settings you can update information ,There is an IDOR here that allows me to change any user email and username and displayed name Proof of Concept...

6.5CVSS0.5AI score0.00337EPSS
Exploits1
Huntr
Huntr
added 2022/12/23 5:33 a.m.17 views

Application allows to add same SSH key among different users

Description With SSH keys, you can connect to Rdiffweb without supplying your username and personal access token at each visit. Rdiffweb allows the same SSH key to be used by multiple users . For Example: User A has used SSH key '1' , the same key can be used by User B , User C . The application ...

7.5CVSS9.1AI score0.00237EPSS
Exploits1
Huntr
Huntr
added 2022/12/23 1:43 a.m.51 views

Weak password at demo website version 3.1.9

Description The demo website is now version 3.1.9 but still affected of weak password requirement. Proof of Concept 1. Login to the demo website with any users. 2. Use "Change password" function, set the new password is number 1. 3. It's successful, try to re-login to check it...

7.5CVSS9.2AI score0.00796EPSS
Exploits0
Huntr
Huntr
added 2022/12/23 12:6 a.m.5 views

Reflected XSS in any wordnet URL

Description A reflected XSS can be achieved by simply creating a URL such as: http://localhost:8000/alert1.html Proof of Concept nltk.app.wordnetapp.app Then hit http://localhost:8000/alert1.html in the browser...

6.1AI score
Exploits0
Huntr
Huntr
added 2022/12/22 7:59 p.m.29 views

Email exposure of users to an authorized user

Description Hello, this is an endpoint that leaks all the information of the users like names, email, role, and OpenID to an authenticated user Steps to reproduce 1 build the web app 2 either you host it locally or on a server 3 try to add users with their data 4 visite...

4CVSS0.4AI score0.00341EPSS
Exploits1
Huntr
Huntr
added 2022/12/22 5:40 p.m.35 views

Reset API any user via IDOR

Description Reset API any user without taking action from him via IDOR Proof of Concept 1- Create a user 2- Go to setting 3- Open Burp Suite to object to the requisition 4- Click on it Reset API 5- This is the body request "id":101,"resetOpenId":true 6- When changing the "id", for example "102",...

7.5CVSS0.5AI score0.00139EPSS
Exploits1
Huntr
Huntr
added 2022/12/22 1:52 p.m.16 views

Username field are not unique to users allowing exploitation of primary key logic by creating same name with different combinations & unauthorized access

Description The username fields while creating a user Role is same which should not be the case, the username should be made unique. Proof of Concept 1. Login to Demo account at https://rdiffweb-demo.ikus-soft.com/login/ 2. Enter the username and password as admin: admin123 respectively. 3. visit...

5.8CVSS7AI score0.00243EPSS
Exploits1
Huntr
Huntr
added 2022/12/22 8:33 a.m.34 views

Link Preload XSS bypass

Description Link preloads still do not effectively confirm if the requested link is external. This is a bypass to the fix for CVE-2022-4414. Root Cause The getPayloadURL function was adapted after the disclosure to use the browsers built in URL parser to properly check for a valid URL. This is a...

5.8CVSS6.1AI score0.00383EPSS
Exploits1References1
Huntr
Huntr
added 2022/12/22 8:7 a.m.14 views

Critical Account Takeover and Privilege Escalation

Description Critical account takeover and privilege escalation vulnerability allow a low privilege user to take over admin account by using change password functionality. In a normal user, select change password Change the user ID to 1 as it is the admin account user ID Admin account is taken ove...

4.2AI score
Exploits0
Huntr
Huntr
added 2022/12/22 2:29 a.m.21 views

Stored XSS bypass the protection rules

Description Hi there, Someone submitted an xss vulnerability about your project before.And please see "https://huntr.dev/bounties/f353adfb-e5b8-43e7-957a-894670fd4ccd/" for details.You submitted a fix in 7.0.0.2 with commit 4565d8.But after my tests, I found that it was still unsafe. The followin...

4.3CVSS7AI score0.23318EPSS
Exploits1
Huntr
Huntr
added 2022/12/21 3:38 p.m.18 views

No rate limit on "resend email feature" while enable or disable 2FA from /prefs/mfa endpoint

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...

4CVSS0.1AI score0.00102EPSS
Exploits1
Huntr
Huntr
added 2022/12/21 8:30 a.m.21 views

Stored XSS in multiple menus

Description The demo website is affected of stored XSS at multiple menus. Proof of Concept 01 1. Access to the demo website http://demos4.softaculous.com/ 2. Login with admin user they provide, press on menu Uploader, in Uploader tab, try to upload whichever file then choose Media manager tab. 3...

4.9CVSS5.5AI score0.00261EPSS
Exploits1
Huntr
Huntr
added 2022/12/21 7:56 a.m.14 views

Stored XSS in Search

Description Stored XSS is a type of XSS that stores malicious code on the application. The demo website is affected of it. Proof of Concept 1. Access to the demo website https://demo.usememos.com/ 2. At "Any thoughts....", write XSS Payload and save it. In this scenario, I used payload: " 3. Now,...

4.9CVSS5.3AI score0.00302EPSS
Exploits1
Huntr
Huntr
added 2022/12/21 7:26 a.m.20 views

Privilege vulnerability at API Change Password

Description There is a vulnerability at API Change password. I use API PATCH /api/user/x to get user's information and change their password. With x is the user's id, which are numbers in ascending or descending order Proof of Concept 1. Access to the demo website https://demo.usememos.com/ 2. Us...

5.5CVSS8.1AI score0.00278EPSS
Exploits1
Huntr
Huntr
added 2022/12/21 6:39 a.m.14 views

Cookie without Secure attribute

Description At the moment, memossession has the value false at secure flag. Proof of Concept 1. Access to web demo https://demo.usememos.com/ 2. Use browser's dev tool to check the cookie, we can see there is a memossession having value false at Secure...

4CVSS0.1AI score0.00137EPSS
Exploits1
Huntr
Huntr
added 2022/12/21 1:27 a.m.20 views

A user can update information / password from other users

Description A user neither admin nor host can modify nickname, username and email from other users without permission, being a normal user. Steps to Reproduce 1. Login as user A here, called "ileana.maricel", HOST role. 2. In another browser login as user B called "ileana.mariceel", USER role. Co...

6.5CVSS0.00269EPSS
Exploits1References1
Huntr
Huntr
added 2022/12/21 12:25 a.m.26 views

A user can edit private memos from other users

Description It is possible for a user to edit private memos from other users and also change their visibility, making them public. Also the user could change the visibility from Public to Private or viceversa. Steps to Reproduce 1. Log in as a user A here called "ile.maricel". 2. In another brows...

6.5CVSS0.5AI score0.00269EPSS
Exploits1References3
Huntr
Huntr
added 2022/12/20 3:46 p.m.14 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.00132EPSS
Exploits1
Huntr
Huntr
added 2022/12/20 3:38 p.m.22 views

Hyperlink injection through access token name

Description Hyperlink Injection it’s when attacker injecting a malicious link when sending an email invitation. Hyperlink injection in the email can lead to phishing via email directly to users. Proof of Concept 1 Go to https://rdiffweb-dev.ikus-soft.com/prefs/tokens 2 Create a new access token...

5.8CVSS0.9AI score0.00136EPSS
Exploits1
Huntr
Huntr
added 2022/12/20 3:27 p.m.16 views

No notification triggered on sensitive actions like adding SSH key

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

7.5CVSS0.5AI score0.00422EPSS
Exploits1
Huntr
Huntr
added 2022/12/20 3:18 p.m.24 views

Session cookie without 'HttpOnly' Flag

Description All versions of daloRADIUS prior to the master branch transmit the session cookie i.e. PHPSESSID without setting the HttpOnly flag. Proof of Concept $ curl --head http:///login.php HTTP/1.1 200 OK Date: Tue, 20 Dec 2022 14:11:38 GMT Server: Apache Set-Cookie:...

5CVSS0.4AI score0.00195EPSS
Exploits1
Huntr
Huntr
added 2022/12/20 2:45 p.m.30 views

XSS by uploading svg files

Description Hi there, Your project has a function of uploading files.That is the section named "Resource".But it does not filter the content of the uploaded files. If we upload an svg file containing malicious data and a user accesses it, xss will be triggered. Video Please visit my video link...

4.9CVSS5.6AI score0.0023EPSS
Exploits1
Huntr
Huntr
added 2022/12/20 1:8 p.m.26 views

Unsanitized input returned in response is conducive to XSS exploitation

Description During the initial installation process it was identified that the "Create user" form that collects user data, does not properly sanitize the data entry and then prints them on the screen with an error message without any apparent validation, thus allowing the insertion of HTML or...

5.8CVSS6.1AI score0.0042EPSS
Exploits1References3
Huntr
Huntr
added 2022/12/20 11:32 a.m.68 views

Cross-site scripting - Stored via upload `.svg` file in

Description When user upload a file with .svg extension and direct access this file, the server response with Content-type: image/svg+xml lead to processing SVG as HTML file Proof of Concept POST /api/resource HTTP/2 Host: demo.usememos.com Cookie:...

4.9CVSS5.6AI score0.00336EPSS
Exploits1References2
Huntr
Huntr
added 2022/12/20 8:15 a.m.31 views

Stored XSS via SVG File

Description usememos has a feature to upload file and display it. By uploading a crafted SVG files, the users can perform Stored XSS attack with the image direct link. Copy the following code and save as filename.svg. Proof of Concept filename.svg alertdocument.location; 1. Login as user 2. creat...

4.9CVSS5.5AI score0.00261EPSS
Exploits1
Total number of security vulnerabilities4057