Lucene search
+L

4083 matches found

Huntr
Huntr
added 2022/12/30 12:5 p.m.13 views

HTTP Query String Injection

Description The application does not properly sanitize query string parameters in the cloudflare-kv-http,github and http drivers. In the case of the github and http drivers there is no immediate vulnerability, however a slight risk is presented. When a user controls a key within the...

0.7AI score
SaveExploits0References2
Huntr
Huntr
added 2022/12/30 9:18 a.m.34 views

Bypass Stored XSS while creating a new post

Description After login to portal create a new post and type the following text with XSS payload bypass of this fix Proof of Concept Login to portal. create a post with xss paylaod save it POC: https://drive.google.com/file/d/1WkQpGyQGKBS-9To5mludqkkL7VOp9Au/view?usp=sharelink Bypass Payload //X/...

6CVSS8.6AI score0.00991EPSS
SaveExploits1
Huntr
Huntr
added 2022/12/29 8:8 p.m.25 views

Admin is able to ARCHIVE OWN Account leads to Deactivate ADMIN Account

Description As fer the Flow Admin can't ARCHIVE OWN account . i was able to ARCHIVE ADMIN OWN Account by intercept the request and change ID Value to Admin. which leads to ARCHIVED the ADMIN Account , :/ Please Restored it Might Be possible to DELETE Admin Account too , after ARCHIVE Account it's...

4.7CVSS0.00679EPSS
SaveExploits1
Huntr
Huntr
added 2022/12/29 6:43 p.m.14 views

privilege escalation : Low access user can view Admin PRIVATE POST by using PIN functionality

Description Due to the privilege escalation issue Low access user can view Admin PRIVATE POST by abusing PIN functionality. PIN functionality is used to pin any post in TOP , by using the Low user Attacker can View the other & high privilege user PRIVATE POST , as per the flow its not PINNING any...

6.5CVSS7.1AI score0.00701EPSS
SaveExploits1
Huntr
Huntr
added 2022/12/29 5:57 p.m.20 views

Bypassing filters to trigger XSS while creating memos

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

6CVSS0.2AI score0.00991EPSS
SaveExploits1
Huntr
Huntr
added 2022/12/29 1:43 p.m.13 views

RCE in Wordnet Browser

Description A user who visits a malicious link with wordnet browser open will execute code on system Proof of Concept Visit http://localhost:8000/lookupgASVKwAAAAAAAACMBXBvc2l4lIwGc3lzdGVtlJOUjBB0b3VjaCAvdG1wL1BXTkVElIWUUpQu The base64 is created from import pickle import sys import base64...

0.3AI score
SaveExploits0
Huntr
Huntr
added 2022/12/29 1:5 p.m.29 views

Local File Read through Improper Filename Validation

Description This vulnerability occur because there is no filename validation on logoimagelogin and logoimageheader on import and export function. Attacker can use path traversal payload to leak local file such as /etc/passwd or froxlor config file. Proof of Concept 1. Go to import function on...

1.7CVSS5.4AI score0.00729EPSS
SaveExploits2References1
Huntr
Huntr
added 2022/12/29 9:18 a.m.33 views

CSRF allows attacker trigger admin add HOST user lead to takeover memos application

Description This vuln allow attacker trigger admin submitting a malicious request to create new user with any role. Proof of Concept 1. Attacker create malicious script with csrf payload and upload it to attacker server httpx://attacker.server/csrf.html 2. Attacker send this link to memos admin 3...

6.8CVSS0.9AI score0.00308EPSS
SaveExploits1References1
Huntr
Huntr
added 2022/12/28 9:57 p.m.19 views

Add any thoughts via CSRF

Description An attacker can add any user thoughts via a CSRF attack When you send a link to the victim and click on it, any thoughts will be added Proof of Concept 1- When the attacker adds any thoughts, it then intercepts the request 2- Take this request to generate a CSRF PoC history.pushState'...

4.3CVSS0.3AI score0.00259EPSS
SaveExploits1
Huntr
Huntr
added 2022/12/28 6:35 p.m.22 views

Cross-Site Request Forgery (CSRF) in Add Users

Description Hello Team, Create a member functionality is vulnerable for CSRF Attack , by exploiting CSRF vulnerability , attacker can add new Members history.pushState'', '', '/' POC video: https://drive.google.com/file/d/1dN2ug8qjwbz1CGbfuBldwamIFE4BNyH/view?usp=sharing Fix: I just want to sugge...

4.3CVSS0.6AI score0.00256EPSS
SaveExploits1
Huntr
Huntr
added 2022/12/28 2:44 p.m.34 views

CSRF to change user language preferences

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.3CVSS6.8AI score0.00642EPSS
SaveExploits1
Huntr
Huntr
added 2022/12/28 1:22 p.m.31 views

CSRF to add shortcuts to victim 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...

3.5CVSS0.7AI score0.00528EPSS
SaveExploits1
Huntr
Huntr
added 2022/12/28 4:5 a.m.63 views

IDOR to delete user resources

Description Insecure direct object references IDOR are a type of access control vulnerability that arises when an application uses user-supplied input to access objects directly. Proof of Concept 1 Login into your account at demo.usememos.com 2 Turn on your burpsuite proxy 3 Go to the resources...

4CVSS6.8AI score0.00578EPSS
SaveExploits1
Huntr
Huntr
added 2022/12/28 3:49 a.m.22 views

IDOR to delete memo from archives

Description Insecure direct object references IDOR are a type of access control vulnerability that arises when an application uses user-supplied input to access objects directly. Proof of Concept 1 Login into your account at demo.usememos.com 2 Turn on your burpsuite proxy 3 Go to archived memos ...

4CVSS0.00534EPSS
SaveExploits1
Huntr
Huntr
added 2022/12/28 3:41 a.m.44 views

IDOR to archive victims memo

Description Insecure direct object references IDOR are a type of access control vulnerability that arises when an application uses user-supplied input to access objects directly. Proof of Concept 1 Login into your account at demo.usememos.com 2 Turn on your burpsuite proxy 3 Click on the three do...

4CVSS0.00534EPSS
SaveExploits1
Huntr
Huntr
added 2022/12/27 9:37 p.m.29 views

Stored XSS while creating a new post

Description After login to portal create a new post and type the following text with XSS payload Proof of Concept 1. Login to portal. 2. create a post with xss paylaod 3. save it Payload 09;& Poc: !alt textlogo logo: https://i.imgur.com/SHDZRWt.png !alt textlogo1 logo1:...

4.9CVSS5.6AI score0.00766EPSS
SaveExploits1
Huntr
Huntr
added 2022/12/27 7:16 p.m.23 views

Able to assign HOST role to new User

Description As per the functionality we only can add user role as a "USER" in account Due to the no server side valaditon on "role" parameter , we can add new member as a "HOST" role with all HOST users privilege Proof of Concept 1. while adding new user intercept the request in burp 2. change th...

6.5CVSS6.1AI score0.00421EPSS
SaveExploits1
Huntr
Huntr
added 2022/12/27 6:24 p.m.25 views

NULL Pointer Dereference

Environment bash Distributor ID: Debian Description: Debian GNU/Linux bookworm/sid Release: n/a Codename: bookworm Version I checked against the latest release as of 12/27/22 version 5.8.0 and the current master branch at commit 031da1be8f6c9aa55f6e4e76df962d2c85dc32e8 . Description This...

5CVSS2AI score0.00698EPSS
SaveExploits1
Huntr
Huntr
added 2022/12/27 3:38 p.m.29 views

Cross Site Request Forgery in Create a Memo Functionality (POST /api/memo)

Description I have discovered in Memos a CSRF Vulnerability in Create a Memo Functionality POST /api/memo. I have identified that it is possible to manipulate the actions of authenticated users by tricking them into clicking on a malicious link or visiting a malicious website while they are logge...

4.3CVSS0.6AI score0.00328EPSS
SaveExploits1References2
Huntr
Huntr
added 2022/12/26 7:12 p.m.14 views

Stored XSS via title, subtitle, footer and post title and content

Description The site is vulnerable to Stored XSS via Blog title, Blog subtitle and Blog footer. Proof of Concept - Login as Admin - Go to Administration Area - Option Set n the 3 fields a payload like this: alertdocument.domain Now go to the blog, and you'll see that 3 payloads actually fires: Al...

4.3CVSS5.1AI score0.00532EPSS
SaveExploits1
Huntr
Huntr
added 2022/12/26 11:6 a.m.29 views

Stored XSS with CSP bypass through JS file upload

Description I've seen here: https://github.com/usememos/memos/blob/main/server/resource.goL268 that has been implemented the CSP with "default-src 'self'" configuration. This configuration can be bypassed if I'm able to upload a js file, and then call it from another files while they both resides...

4.9CVSS5.6AI score0.00498EPSS
SaveExploits1References1
Huntr
Huntr
added 2022/12/26 10:37 a.m.34 views

An attacker can be post message in other memos page

Description An attacker can be post malicious content to other user's memos page via POST request, attacker just add an creatorID into body request and send it with Burpsuite Here is video poc: https://drive.google.com/file/d/1dNKo-ybfguam4YdvmluYujN2nkTG5D9G/view?usp=sharelink Proof of Concept...

5CVSS0.2AI score0.00772EPSS
SaveExploits1
Huntr
Huntr
added 2022/12/26 9:7 a.m.22 views

Broken Access Controls in Pratice settings

Description We observed that a receptionist user can add a Pharmacy in the Pratice Settings section, although this area is restricted to receptionist users. Proof of Concept REQUEST: POST /openemr/controller.php?practicesettings&pharmacy&action=edit HTTP/1.1 Host: demo.openemr.io Cookie: OpenEMR=...

4CVSS6.4AI score0.0061EPSS
SaveExploits1References1
Huntr
Huntr
added 2022/12/26 8:45 a.m.25 views

IDOR allows to see, update and delete other users shortcuts

Description Even if the endpoint /api/shortcut allow to see the list of your own shortcuts, it is possible to access, modify and delete other users shortcut accessing directly through the IDs. Proof of Concept - Login with one user, and create a shortcut, let's consider it now has the ID 1 - Logi...

5.5CVSS1.5AI score0.00568EPSS
SaveExploits1References1
Huntr
Huntr
added 2022/12/26 7:36 a.m.25 views

Get all file in resource of any user and Delete any file of any user via IDOR

Description Easily GET information of all files uploaded by all users in Resources via API https://demo.usememos.com/api/resource/$idresource method GET Easily DELETE of all files uploaded by all users in Resources via API https://demo.usememos.com/api/resource/$idresource method DELETE Proof of...

6.5CVSS0.6AI score0.00811EPSS
SaveExploits1
Huntr
Huntr
added 2022/12/26 6:56 a.m.22 views

Unauthorized Attacker Can Change Visibility Status of Victim's Memos

An attacker can make a private memo into a public memo in order to view it. All the attacker needs to know is the memo ID and they can make a PATCH request to /api/memo/ with the following request data: "id":,"visibility":"PUBLIC","resourceIdList": Then the attacker can visit the memo URL & view...

5CVSS1.1AI score0.0059EPSS
SaveExploits1
Huntr
Huntr
added 2022/12/26 6:45 a.m.30 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.00761EPSS
SaveExploits1
Huntr
Huntr
added 2022/12/26 6:22 a.m.24 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.00795EPSS
SaveExploits1
Huntr
Huntr
added 2022/12/26 5:33 a.m.24 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.00559EPSS
SaveExploits1
Huntr
Huntr
added 2022/12/26 4:45 a.m.32 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.00713EPSS
SaveExploits1
Huntr
Huntr
added 2022/12/25 7:40 p.m.20 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.0062EPSS
SaveExploits1References1
Huntr
Huntr
added 2022/12/25 9:13 a.m.21 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.00398EPSS
SaveExploits1References2
Huntr
Huntr
added 2022/12/25 6:43 a.m.28 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.00717EPSS
SaveExploits1References1
Huntr
Huntr
added 2022/12/24 3:28 p.m.19 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.00434EPSS
SaveExploits0
Huntr
Huntr
added 2022/12/24 2:46 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- Note that the endpoint is in the request PATCH/api/user/102 6- When the number that is in endpoint...

5CVSS1.3AI score0.00702EPSS
SaveExploits1
Huntr
Huntr
added 2022/12/24 2:22 p.m.32 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.00762EPSS
SaveExploits1
Huntr
Huntr
added 2022/12/24 10:56 a.m.21 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.00575EPSS
SaveExploits1
Huntr
Huntr
added 2022/12/24 9:14 a.m.36 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.00711EPSS
SaveExploits1References1
Huntr
Huntr
added 2022/12/24 8:32 a.m.124 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
SaveExploits0References2
Huntr
Huntr
added 2022/12/24 7:18 a.m.19 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.00681EPSS
SaveExploits1References1
Huntr
Huntr
added 2022/12/23 9:32 p.m.43 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.00756EPSS
SaveExploits1References1
Huntr
Huntr
added 2022/12/23 8:13 p.m.34 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.00571EPSS
SaveExploits1References2
Huntr
Huntr
added 2022/12/23 4:51 p.m.20 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.00586EPSS
SaveExploits1
Huntr
Huntr
added 2022/12/23 4:43 p.m.27 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.00346EPSS
SaveExploits1
Huntr
Huntr
added 2022/12/23 3:56 p.m.21 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.00498EPSS
SaveExploits1
Huntr
Huntr
added 2022/12/23 3:49 p.m.25 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.00601EPSS
SaveExploits1
Huntr
Huntr
added 2022/12/23 3:37 p.m.26 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.00652EPSS
SaveExploits1
Huntr
Huntr
added 2022/12/23 2:51 p.m.27 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.00507EPSS
SaveExploits1
Huntr
Huntr
added 2022/12/23 2:27 p.m.22 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.00465EPSS
SaveExploits1
Huntr
Huntr
added 2022/12/23 1:14 p.m.26 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.00564EPSS
SaveExploits1
Total number of security vulnerabilities4083