Lucene search
+L

4083 matches found

Huntr
Huntr
β€’added 2021/09/06 10:19 a.m.β€’20 views

Cross-Site Request Forgery (CSRF) in star7th/showdoc

✍️ Description With CSRF vulnerability Attacker able to delete any member to of any item if users visit attacker website. We can bypass the CSRF Protection if we put our payload on a iframe or a html file and send them to victim as after that the Origin header will be set to null and we can bypass...

5.8CVSS0.7AI score0.00399EPSS
SaveExploits1
Huntr
Huntr
β€’added 2021/09/06 10:18 a.m.β€’17 views

Cross-Site Request Forgery (CSRF) in star7th/showdoc

✍️ Description With CSRF vulnerability Attacker able to add any member to for any item if users visit attacker website. We can bypass the CSRF Protection if we put our payload on a iframe or a html file and send them to victim as after that the Origin header will be set to null and we can bypass...

5.8CVSS0.9AI score0.00399EPSS
SaveExploits1
Huntr
Huntr
β€’added 2021/09/06 9:26 a.m.β€’14 views

Cross-Site Request Forgery (CSRF) in neorazorx/facturascripts

✍️ Description Attacker able to delete any number of Warehouse Products with CSRF attack. It does not matter at all that your application run in localhost or elsewhere, just it is enough to run on a browser and another low privilege user or attackers know the IP address or hostname of your...

1.8AI score
SaveExploits0
Huntr
Huntr
β€’added 2021/09/06 6:10 a.m.β€’17 views

Cross-site Scripting (XSS) - Stored in btcpayserver/btcpayserver

✍️ Description Accept Bitcoin payments. Free, open-source & self-hosted, Bitcoin payment processor this package is vulnerable for xss πŸ•΅οΈβ€β™‚οΈ Proof of Concept πŸ’₯ Impact This vulnerability is capable of xss...

3.5CVSS2AI score0.0056EPSS
SaveExploits1
Huntr
Huntr
β€’added 2021/09/06 6:6 a.m.β€’10 views

Cross-site Scripting (XSS) - Stored in btcpayserver/btcpayserver

✍️ Description Accept Bitcoin payments. Free, open-source & self-hosted, Bitcoin payment processor this package is vulnerable for xss πŸ•΅οΈβ€β™‚οΈ Proof of Concept πŸ’₯ Impact This vulnerability is capable of stored XSS...

1.8AI score
SaveExploits0
Huntr
Huntr
β€’added 2021/09/05 7:24 p.m.β€’11 views

Cross-Site Request Forgery (CSRF) in forkcms/forkcms

✍️ Description Attacker is able to logout a user if a logged in user visits attacker website. πŸ•΅οΈβ€β™‚οΈ Proof of Concept 1.when you logged in open this POC.html in a browser 2.you can check unintentionally you logged out //POC.html history.pushState'', '', '/' document.forms0.submit; πŸ’₯ Impact This...

2.1AI score
SaveExploits0References1
Huntr
Huntr
β€’added 2021/09/05 1:51 p.m.β€’15 views

None in fisharebest/webtrees

✍️ Description Sensitive data including username and email address is passed as query strings through GET request during registration. When the given email or username exists the database at the time of user registration, The application passes the given username and email address through GET...

1.8AI score
SaveExploits0References1
Huntr
Huntr
β€’added 2021/09/05 12:50 p.m.β€’10 views

in fisharebest/webtrees

✍️ Description The product provides different responses to incoming requests in a way that reveals internal state information to an unauthorized actor outside of the intended control sphere. The Forgot Password feature can be exploited to conduct user enumeration. If the given email exists in the...

SaveExploits0References1
Huntr
Huntr
β€’added 2021/09/05 6:40 a.m.β€’21 views

Prototype Pollution in clientio/joint

✍️ Description jointjs package is vulnerable to Prototype Pollution. A type confusion vulnerability can lead to a bypass of CVE-2020-28480 when the path components used in the path parameter are arrays. In particular, the condition key === "proto" returns false if key is "proto". This is because...

2.1AI score0.01359EPSS
SaveExploits0
Huntr
Huntr
β€’added 2021/09/05 6:28 a.m.β€’14 views

Path Traversal in alanaktion/mchostpanel

✍️ Description A Path Traversal vulnerability was identified in Minecraft server control panel which allows an attacker to access arbitrary user resources. πŸ•΅οΈβ€β™‚οΈ Proof of Concept console POST /ajax.php HTTP/1.1 Host: localhost:8080 User-Agent: curl/7.47.0 Accept: / Content-Length: 45 Content-Type:...

3.9AI score
SaveExploits0
Huntr
Huntr
β€’added 2021/09/04 8:21 p.m.β€’6 views

Session Fixation in agentejo/cockpit

✍️ Description A malicious actor with access to the computer is able to reveal the loaded site's actual session identifier value from the stored cookie. Since upon login, this value does not change, the attacker can gain access via session hijacking, when the target logs in on the compromised...

2.5AI score
SaveExploits0
Huntr
Huntr
β€’added 2021/09/04 7:52 p.m.β€’11 views

Path Traversal in lampnick/doctron

✍️ Description doctron is a golang tool that helps conversion of HTML to PDF or image. The input doesn't validate if it's a valid web URL. Trying to access local files using file:/// work. This allows getting a screenshot/PDF of the sensitive files on the system. πŸ•΅οΈβ€β™‚οΈ Proof of Concept A demo...

0.1AI score
SaveExploits0
Huntr
Huntr
β€’added 2021/09/04 4:23 p.m.β€’29 views

Inefficient Regular Expression Complexity in daaku/nodejs-tmpl

✍️ Description It allows cause a denial of service when formatting crafted string. πŸ•΅οΈβ€β™‚οΈ Proof of Concept // PoC.js var tmpl = require"tmpl" forvar i = 1; i = 50000; i++ var time = Date.now; var attackstr = ""+"".repeati10000+"answer"; tmplattackstr, answer: 42 var timecost = Date.now - time;...

7.8CVSS2.1AI score0.01298EPSS
SaveExploits1
Huntr
Huntr
β€’added 2021/09/04 11:14 a.m.β€’31 views

Open Redirect in digitalbazaar/forge

✍️ Description parseUrl functionality in node-forge mishandles certain uses of backslash such as https:///\ and interprets the URI as a relative path. Browsers accept backslashes after the protocol, and treat it as a normal slash, while node-forge sees it as a relative path and leads to URL...

5.8CVSS0.3AI score0.00832EPSS
SaveExploits1
Huntr
Huntr
β€’added 2021/09/04 9:53 a.m.β€’12 views

Improper Authorization in imran300/inventory

✍️ Description A General manager user can edit/add other group PERMISSIONS LIST with IDOR. πŸ•΅οΈβ€β™‚οΈ Proof of Concept go to this url when logging in as a General manager. http://localhost:8000/inventory/index.php/generals/addgroup and then you can see that Permissions can be bypassed. πŸ’₯ Impact This...

0.6AI score
SaveExploits0
Huntr
Huntr
β€’added 2021/09/04 9:35 a.m.β€’17 views

Improper Authorization in imran300/inventory

✍️ Description A designer user can deactivate any other users IDOR. πŸ•΅οΈβ€β™‚οΈ Proof of Concept go to this url when logging in as a Designer. http://localhost:8000/inventory/index.php/Users/deactiveStatus/10 and then you can see that a user with id 10 will be deactivated. πŸ’₯ Impact This vulnerability is...

1.5AI score
SaveExploits0
Huntr
Huntr
β€’added 2021/09/04 9:34 a.m.β€’7 views

Improper Authorization in imran300/inventory

✍️ Description A designer user can activate any other users IDOR. πŸ•΅οΈβ€β™‚οΈ Proof of Concept go to this url when logging in as a Designer. localhost:8000/inventory/index.php/Users/activeStatus/10 and then you can see that a user with id 10 will be activated. πŸ’₯ Impact This vulnerability is capable of...

3.3AI score
SaveExploits0
Huntr
Huntr
β€’added 2021/09/04 9:29 a.m.β€’8 views

Improper Authorization in imran300/inventory

✍️ Description A designer user can delete any other users IDOR. πŸ•΅οΈβ€β™‚οΈ Proof of Concept go to this url when logging in as a Designer. localhost/inventory/users/deleteusers/10 and then you can see that a user with id 10 will be deleted. πŸ’₯ Impact This vulnerability is capable of delete any user...

2.2AI score
SaveExploits0
Huntr
Huntr
β€’added 2021/09/04 9:26 a.m.β€’11 views

Cross-Site Request Forgery (CSRF) in imran300/inventory

✍️ Description You didn't set any CSRF protection for deleting a user. πŸ•΅οΈβ€β™‚οΈ Proof of Concept // PoC.html history.pushState'', '', '/' document.forms0.submit; After that admin open the PoC.html file the user with id 7 will be deleted. πŸ’₯ Impact This vulnerability is capable of delete any user with...

1.6AI score
SaveExploits0
Huntr
Huntr
β€’added 2021/09/04 9:26 a.m.β€’9 views

Cross-Site Request Forgery (CSRF) in imran300/inventory

✍️ Description You didn't set any CSRF protection for deactivating a user. πŸ•΅οΈβ€β™‚οΈ Proof of Concept // PoC.html history.pushState'', '', '/' document.forms0.submit; After that admin open the PoC.html file the user with id 7 will be deactivated. πŸ’₯ Impact This vulnerability is capable of deactivate any...

2.1AI score
SaveExploits0
Huntr
Huntr
β€’added 2021/09/04 9:25 a.m.β€’11 views

Cross-Site Request Forgery (CSRF) in imran300/inventory

✍️ Description You didn't set any CSRF protection for activating a user. πŸ•΅οΈβ€β™‚οΈ Proof of Concept // PoC.html history.pushState'', '', '/' document.forms0.submit; After that admin open the PoC.html file the user with id 7 will be activated. πŸ’₯ Impact This vulnerability is capable of activate any user...

2.2AI score
SaveExploits0
Huntr
Huntr
β€’added 2021/09/03 6:31 p.m.β€’27 views

Heap-based Buffer Overflow in vim/vim

✍️ Description Hello, we hope this message finds you well during these challenging times. Whilst testing vim built from commit deba5e with Ubuntu clang version 12.0.0-3ubuntu120.04.3 and Address Sanitizer, we discovered crafted input which triggers a heap-buffer-overflow, WRITE of size 15. Please...

4.6CVSS2.3AI score0.00735EPSS
SaveExploits1References1
Huntr
Huntr
β€’added 2021/09/02 2:1 p.m.β€’15 views

Inefficient Regular Expression Complexity in nervjs/taro

✍️ Description A ReDoS regular expression denial of service flaw was found in the @tarojs/helper package. An attacker that is able to provide crafted input as url may cause an application to consume an excessive amount of CPU. πŸ•΅οΈβ€β™‚οΈ Proof of Concept Create the following poc.mjs // PoC.mjs import...

7.8CVSS1.6AI score0.01262EPSS
SaveExploits1
Huntr
Huntr
β€’added 2021/09/02 1:59 p.m.β€’10 views

Cross-site Scripting (XSS) - Stored in leantime/leantime

✍️ Description A malicious actor is able to add new Client with a malicious payload, and upon opening the research menu, the XSS payload is being executed. πŸ•΅οΈβ€β™‚οΈ Proof of Concept - 1; Log in with a proper roled user - 2; Add a new client to the system at upper right corner at /clients/showAll/ URI...

1.3AI score
SaveExploits0
Huntr
Huntr
β€’added 2021/09/02 11:59 a.m.β€’17 views

Cross-site Scripting (XSS) - Stored in leantime/leantime

✍️ Description A malicious actor is able to add new Milestone with a malicious payload, and upon opening the research menu, the XSS payload is being executed. πŸ•΅οΈβ€β™‚οΈ Proof of Concept - 1; Log in with a proper roled user - 2; Add a new Milestone to the system at the /tickets/roadmap URI with the +...

1.6AI score
SaveExploits0
Huntr
Huntr
β€’added 2021/09/02 11:49 a.m.β€’19 views

in leantime/leantime

✍️ Description In the source code of the application, the Secret Hash value and the initialization vector is being hardcoded. πŸ•΅οΈβ€β™‚οΈ Proof of Concept In the following code snippet, we can see the hard-coded secret hash and IV. private $encryptionMethod = 'AES-256-CBC'; private $secrethash =...

0.6AI score
SaveExploits0
Huntr
Huntr
β€’added 2021/09/02 11:38 a.m.β€’9 views

Inefficient Regular Expression Complexity in x-neuron/antdfront

✍️ Description A ReDoS regular expression denial of service flaw was found in the antdFront package. An attacker that is able to provide crafted input to the isUrlinput function may cause an application to consume an excessive amount of CPU. πŸ•΅οΈβ€β™‚οΈ Proof of Concept Create the following poc.mjs //...

1.4AI score
SaveExploits0
Huntr
Huntr
β€’added 2021/09/02 10:35 a.m.β€’16 views

Cross-site Scripting (XSS) - Stored in leantime/leantime

✍️ Description A malicious actor is able to add New Project with a malicious payload, and upon opening the research menu, the XSS payload is being executed. πŸ•΅οΈβ€β™‚οΈ Proof of Concept 1; Log in with a proper roled user 2; Add a new Project to the system at the /projects/showAll/ URI with the + New...

1.7AI score
SaveExploits0
Huntr
Huntr
β€’added 2021/09/02 9:56 a.m.β€’12 views

Cross-site Scripting (XSS) - Stored in leantime/leantime

✍️ Description A malicious actor is able to add "new Retrospective" with a malicious payload, and upon opening the research menu, the XSS payload is being executed. πŸ•΅οΈβ€β™‚οΈ Proof of Concept - 1; Log in with a proper roled user - 2; Add a new board to the system at Retrospective menu on the left - 3;...

2.2AI score
SaveExploits0
Huntr
Huntr
β€’added 2021/09/02 9:30 a.m.β€’15 views

Cross-site Scripting (XSS) - Stored in leantime/leantime

✍️ Description A malicious actor is able to add "new board" with a malicious payload to any target, and upon opening the research menu, the XSS payload is being executed. πŸ•΅οΈβ€β™‚οΈ Proof of Concept 1; Log in with a proper roled user 2; Add a new board to the system at research menu on the left 3;...

1.2AI score
SaveExploits0
Huntr
Huntr
β€’added 2021/09/02 8:38 a.m.β€’13 views

in apolloconfig/apollo

✍️ Description The Application does not have control set in password complexity. It is possible to add a user with a single character password in the application. πŸ•΅οΈβ€β™‚οΈ Proof of Concept Adding the user. POST /users HTTP/1.1 Host: xxx.xxx.xxx.xxx Content-Length: 63 Accept: application/json,...

7.1AI score
SaveExploits0References1
Huntr
Huntr
β€’added 2021/09/02 3:11 a.m.β€’17 views

Sensitive Cookie in HTTPS Session Without 'Secure' Attribute in flatpressblog/flatpress

✍️ Description The secure flag is not set for session cookies in the application. πŸ•΅οΈβ€β™‚οΈ Proof of Concept πŸ’₯ Impact If the secure flag is set on a cookie, then browsers will not submit the cookie in any requests that use an unencrypted HTTP connection, thereby preventing the cookie from being...

0.5AI score
SaveExploits0References1
Huntr
Huntr
β€’added 2021/09/02 3:8 a.m.β€’13 views

Sensitive Cookie Without 'HttpOnly' Flag in flatpressblog/flatpress

✍️ Description HTTPOnly attribute is not set for session cookies in the application. πŸ•΅οΈβ€β™‚οΈ Proof of Concept πŸ’₯ 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 include session cookies that can...

0.6AI score
SaveExploits0References1
Huntr
Huntr
β€’added 2021/09/01 6:43 p.m.β€’23 views

Sensitive Cookie Without 'HttpOnly' Flag in pi-hole/adminlte

✍️ Description Please enter a description of the vulnerability. The cookie persistentlogin is set without httponly flag πŸ•΅οΈβ€β™‚οΈ Proof of Concept Enable remember me during Login POST /admin/index.php?login HTTP/1.1 Host: 192.168.159.138 Content-Length: 30 Cache-Control: max-age=0...

5CVSS0.2AI score0.01101EPSS
SaveExploits1References1
Huntr
Huntr
β€’added 2021/09/01 6:0 p.m.β€’21 views

Cross-site Scripting (XSS) - Reflected in pi-hole/adminlte

✍️ Description Reflected XSS on any POST parameters with a correct token on /admin/settings.php When field is not in the defined list , $debug value is set to true , and the $POST is dumped without filtering πŸ•΅οΈβ€β™‚οΈ Proof of Concept 1. Login as admin 2. Settings - Flush log 3. replace field with XSS...

4.3CVSS0.1AI score0.0055EPSS
SaveExploits1
Huntr
Huntr
β€’added 2021/09/01 4:7 p.m.β€’25 views

Inefficient Regular Expression Complexity in vuelidate/vuelidate

✍️ Description A ReDoS regular expression denial of service flaw was found in the @vuelidate/validators package. An attacker that is able to provide crafted input to the urlinput function may cause an application to consume an excessive amount of CPU. πŸ•΅οΈβ€β™‚οΈ Proof of Concept Create the following...

5CVSS1.4AI score0.01222EPSS
SaveExploits1
Huntr
Huntr
β€’added 2021/09/01 1:4 p.m.β€’17 views

Cross-site Scripting (XSS) - Stored in bookstackapp/bookstack

✍️ Description There is svg tag filtration problem in "book page" egit leading to stored XSS. SVG images can be used on book pages, but there is not server side attribute filtration implemented for it. πŸ•΅οΈβ€β™‚οΈ Proof of Concept There is filter for href attribute, but inside SVG xlink:href used. That...

3.5CVSS0.1AI score0.0058EPSS
SaveExploits1
Huntr
Huntr
β€’added 2021/09/01 12:18 p.m.β€’42 views

Cross-site Scripting (XSS) - Stored in bookstackapp/bookstack

✍️ Description There is html tag filtration problem in "book page" egit leading to stored XSS. By design "bad" tags and attributes stripped on client side when editing pageobvious bypass by editing request intercepted via burp and on server side addition filter applied, however this filter can be...

3.5CVSS5.5AI score0.0058EPSS
SaveExploits1
Huntr
Huntr
β€’added 2021/09/01 10:54 a.m.β€’28 views

Cross-site Scripting (XSS) - Reflected in pi-hole/adminlte

✍️ Description Reflected XSS in POST /admin/scripts/pi-hole/php/customcname.php πŸ•΅οΈβ€β™‚οΈ Proof of Concept 1. Login as admin, Go to Local DNS - CNAME Records - Add a new CNAME record 2. Input alert1 in domain field and anything in target domain. 3. The Payload in post body domain is URL encoded, use a...

4.3CVSS0.2AI score0.0055EPSS
SaveExploits1
Huntr
Huntr
β€’added 2021/09/01 10:19 a.m.β€’14 views

Forced Browsing in slackero/phpwcms

✍️ Description Image cache can be flushed by any authenticated, low privileged user. πŸ•΅οΈβ€β™‚οΈ Proof of Concept - Register a low privileged user without any administrator access. - Log in with the low privileged user - Open the following URL:...

0.4AI score
SaveExploits0
Huntr
Huntr
β€’added 2021/09/01 10:19 a.m.β€’6 views

Prototype Pollution in liriliri/licia

✍️ Description licia package is vulnerable to Prototype Pollution. The safeSet function fails to validate which Object properties it updates. This allows attackers to modify the prototype of Object, causing the addition or modification of an existing property on all objects. πŸ•΅οΈβ€β™‚οΈ Proof of Concept...

2.7AI score
SaveExploits0
Huntr
Huntr
β€’added 2021/09/01 12:30 a.m.β€’15 views

Command Injection in yogeshojha/rengine

✍️ Description RCE via the proxy feature of Rengine. Proxies can be added in Rengine for executables like httpx to use in a scan. This functionality can be used to inject a command and run arbitrary code. πŸ•΅οΈβ€β™‚οΈ Proof of Concept Add this as the only proxy in the proxy list in the Proxy settings:...

0.8AI score
SaveExploits0
Huntr
Huntr
β€’added 2021/08/31 11:16 p.m.β€’11 views

Forced Browsing in slackero/phpwcms

✍️ Description A malicious actor is able to reveal the list and details of newsletter subscribers. πŸ•΅οΈβ€β™‚οΈ Proof of Concept - Method 1; This method requires a proxy utility, like BurpSuite. - With an administrator user, create some subscribers on the newsletters under CommunicationNewsletter...

1.3AI score
SaveExploits0
Huntr
Huntr
β€’added 2021/08/31 11:5 p.m.β€’23 views

Path Traversal in yogeshojha/rengine

✍️ Description Local File Inclusion through Path Traversal πŸ•΅οΈβ€β™‚οΈ Proof of Concept While logged in into a Rengine instance, go to /api/getFileContents/?nucleitemplate&name=../../../../../../../../etc/passwd. The contents of /etc/passwd are included into the response. πŸ’₯ Impact This vulnerability is...

2.4AI score
SaveExploits0
Huntr
Huntr
β€’added 2021/08/31 10:50 p.m.β€’8 views

Session Fixation in slackero/phpwcms

✍️ Description A malicious actor with access to the computer is able to reveal the loaded site's actual PHPSESSID value. Since upon login, this value does not change, the attacker can gain access via session hijacking, when the target logs in on the compromised computer. πŸ•΅οΈβ€β™‚οΈ Proof of Concept -...

1.1AI score
SaveExploits0
Huntr
Huntr
β€’added 2021/08/31 8:4 p.m.β€’12 views

Cross-site Scripting (XSS) - DOM in forkcms/forkcms

✍️ Description The underlying library needs to get the charset in lowercase but fork is passing it in uppercase causing some of the XSS protections to fail πŸ•΅οΈβ€β™‚οΈ Proof of Concept Go to...

1.8AI score
SaveExploits0
Huntr
Huntr
β€’added 2021/08/31 5:9 p.m.β€’10 views

Cross-site Scripting (XSS) - Stored in yogeshojha/rengine

✍️ Description Hi, When creating a template for nuclei, it is possible to upload a malicious template with xss load, clicking to see this template will run xss. πŸ•΅οΈβ€β™‚οΈ Proof of Concept 1- First, create the fake template: id: poc-xss alert1 info: name: xss-storage-rengine author: phor3nsic severity:...

0.7AI score
SaveExploits0
Huntr
Huntr
β€’added 2021/08/31 5:7 p.m.β€’11 views

Cross-site Scripting (XSS) - Stored in zikula/core

✍️ Description Cross-Site Scripting XSS attacks are a type of injection, in which malicious scripts are injected into otherwise benign and trusted websites πŸ•΅οΈβ€β™‚οΈ Proof of Concept // PoC.js 1- Go to -- https://demo.ziku.la/blocks/admin/block/edit/2 2- Go to Editor and link a test word with a link As...

6AI score
SaveExploits0
Huntr
Huntr
β€’added 2021/08/31 3:3 p.m.β€’9 views

in pimcore/pimcore

✍️ Description It is possible to enumerate usernames via the forgot password functionality πŸ•΅οΈβ€β™‚οΈ Proof of Concept When entering an username that is not registered in the application the response reads "User unknown". The following curl command demonstrates this: curl -i -s -k -X $'POST' \ -H...

1.1AI score
SaveExploits0
Huntr
Huntr
β€’added 2021/08/31 1:48 p.m.β€’16 views

Cross-site Scripting (XSS) - Stored in yogeshojha/rengine

✍️ Description A malicious actor is able to add "To-do" with a malicious payload to any target, and upon opening the target's summary, the XSS payload is being executed. πŸ•΅οΈβ€β™‚οΈ Proof of Concept 1; Create a scan with any domain 2; Start scanning the target 3; Add a "To-do" with any title and with the...

0.3AI score
SaveExploits0
Total number of security vulnerabilities4083