Lucene search
+L

770 matches found

Nuclei
Nuclei
added 3 days ago105 views

LimeSurvey 4.1.11 - Local File Inclusion

LimeSurvey before 4.1.12+200324 is vulnerable to local file inclusion because it contains a path traversal vulnerability in application/controllers/admin/LimeSurveyFileManager.php. id: CVE-2020-11455 info: name: LimeSurvey 4.1.11 - Local File Inclusion author: daffainfo severity: critical...

9.8CVSS7.7AI score0.97179EPSS
SaveExploits6References5
Snyk
Snyk
added 2026/07/20 7:55 p.m.6 views

Server-side Request Forgery (SSRF)

Overview limesurvey/limesurvey is a FOSS online survey tool on the web. Affected versions of this package are vulnerable to Server-side Request Forgery SSRF via the unsanitized use of the HTTP Host header in the getTemplateData function. An attacker can access internal network services and cloud...

7.7CVSS5.9AI score0.00209EPSS
SaveExploits0References2
NVD
NVD
added 2026/07/20 7:17 p.m.12 views

CVE-2026-63107

LimeSurvey through 6.17.10 and 7.0.4 contains a server-side request forgery vulnerability in the REST API survey template endpoint that allows authenticated users to cause the server to issue arbitrary HTTP requests by supplying a manipulated Host header. Attackers can exploit the unsanitized use...

7.7CVSS0.00209EPSS
SaveExploits0References2
ATTACKERKB
ATTACKERKB
added 2026/07/20 6:14 p.m.5 views

CVE-2026-63107

LimeSurvey through 6.17.10 and 7.0.4 contains a server-side request forgery vulnerability in the REST API survey template endpoint that allows authenticated users to cause the server to issue arbitrary HTTP requests by supplying a manipulated Host header. Attackers can exploit the unsanitized use...

7.7CVSS5.5AI score0.00209EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2026/07/20 6:14 p.m.6 views

CVE-2026-63107 LimeSurvey SSRF via REST API Survey Template Host Header

LimeSurvey through 6.17.10 and 7.0.4 contains a server-side request forgery vulnerability in the REST API survey template endpoint that allows authenticated users to cause the server to issue arbitrary HTTP requests by supplying a manipulated Host header. Attackers can exploit the unsanitized use...

7.7CVSS5.5AI score0.00209EPSS
SaveExploits0References2
OSV
OSV
added 2026/07/20 6:14 p.m.6 views

CVE-2026-63107 LimeSurvey SSRF via REST API Survey Template Host Header

LimeSurvey through 6.17.10 and 7.0.4 contains a server-side request forgery vulnerability in the REST API survey template endpoint that allows authenticated users to cause the server to issue arbitrary HTTP requests by supplying a manipulated Host header. Attackers can exploit the unsanitized use...

6.3CVSS5.5AI score0.00209EPSS
SaveExploits0References5
EUVD
EUVD
added 2026/07/20 6:14 p.m.9 views

EUVD-2026-46061

LimeSurvey through 6.17.10 and 7.0.4 contains a server-side request forgery vulnerability in the REST API survey template endpoint that allows authenticated users to cause the server to issue arbitrary HTTP requests by supplying a manipulated Host header. Attackers can exploit the unsanitized use...

7.7CVSS5.5AI score0.00209EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/07/20 6:14 p.m.41 views

CVE-2026-63107 LimeSurvey SSRF via REST API Survey Template Host Header

LimeSurvey through 6.17.10 and 7.0.4 contains a server-side request forgery vulnerability in the REST API survey template endpoint that allows authenticated users to cause the server to issue arbitrary HTTP requests by supplying a manipulated Host header. Attackers can exploit the unsanitized use...

7.7CVSS0.00209EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
added 2026/07/20 12:0 a.m.16 views

PT-2026-61687

Name of the Vulnerable Software and Affected Versions LimeSurvey versions 6.x through 6.17.10 LimeSurvey versions 7.x through 7.0.4 Description Authenticated users can trigger a server-side request forgery SSRF by providing a manipulated Host header. This occurs due to the unsanitized use of the...

7.7CVSS5.4AI score0.00209EPSS
SaveExploits0References6
Snyk
Snyk
added 2026/06/09 8:23 p.m.6 views

SQL Injection

Overview limesurvey/limesurvey is a FOSS online survey tool on the web. Affected versions of this package are vulnerable to SQL Injection via the inviteparticipants and remindparticipants API methods, which pass user-supplied token-ID arrays directly into SQL queries without parameterization or...

8.8CVSS6.1AI score0.00358EPSS
SaveExploits0References2
Github Security Blog
Github Security Blog
added 2026/06/09 6:31 p.m.6 views

LimeSurvey has a SQL Injection issue

The RemoteControl API methods inviteparticipants and remindparticipants pass a caller-supplied token-ID array into TokenDynamic::findUninvited, which concatenates the values directly into a tid IN '...' SQL clause without parameterization or input validation. A remote, authenticated attacker...

8.8CVSS5.9AI score0.00358EPSS
SaveExploits0References7Affected Software1
Cvelist
Cvelist
added 2026/06/09 5:34 p.m.48 views

CVE-2026-50636 LimeSurvey RemoteControl invite_participants/remind_participants SQL Injection

The RemoteControl API methods inviteparticipants and remindparticipants pass a caller-supplied token-ID array into TokenDynamic::findUninvited, which concatenates the values directly into a tid IN '...' SQL clause without parameterization or input validation. A remote, authenticated attacker...

8.8CVSS0.00358EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2026/06/09 5:34 p.m.11 views

CVE-2026-50636 LimeSurvey RemoteControl invite_participants/remind_participants SQL Injection

The RemoteControl API methods inviteparticipants and remindparticipants pass a caller-supplied token-ID array into TokenDynamic::findUninvited, which concatenates the values directly into a tid IN '...' SQL clause without parameterization or input validation. A remote, authenticated attacker...

8.8CVSS5.8AI score0.00358EPSS
SaveExploits0References3
CVE
CVE
added 2026/06/09 5:34 p.m.44 views

CVE-2026-50636

CVE-2026-50636 affects LimeSurvey’s RemoteControl API, specifically the invite_participants and remind_participants methods. The root cause is that caller-supplied token-ID arrays are concatenated directly into a tid IN ('...') clause in TokenDynamic::findUninvited() without parameterization or i...

8.8CVSS5.8AI score0.00358EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2026/06/09 5:34 p.m.10 views

CVE-2026-50635 LimeSurvey Password Reset Host Header Injection Discloses Reset Token

LimeSurvey constructs account password-reset links from the client-supplied HTTP Host header without validating it. The optional allowedHosts allowlist that would constrain this is undefined in the default and documented configuration, so LSHttpRequest::checkIsAllowedHost results in no operation....

8.8CVSS5.5AI score0.00372EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/06/09 5:34 p.m.48 views

CVE-2026-50635 LimeSurvey Password Reset Host Header Injection Discloses Reset Token

LimeSurvey constructs account password-reset links from the client-supplied HTTP Host header without validating it. The optional allowedHosts allowlist that would constrain this is undefined in the default and documented configuration, so LSHttpRequest::checkIsAllowedHost results in no operation....

8.8CVSS0.00372EPSS
SaveExploits0References3
CVE
CVE
added 2026/06/09 5:34 p.m.40 views

CVE-2026-50635

LimeSurvey Password Reset Host Header Injection: The system builds password-reset links from the client-supplied Host header without validating it; the default config leaves the allowlist undefined, so LSHttpRequest::checkIsAllowedHost() does nothing. A remote, unauthenticated attacker can reques...

8.8CVSS5.5AI score0.00372EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/06/09 5:34 p.m.14 views

EUVD-2026-35769

LimeSurvey constructs account password-reset links from the client-supplied HTTP Host header without validating it. The optional allowedHosts allowlist that would constrain this is undefined in the default and documented configuration, so LSHttpRequest::checkIsAllowedHost results in no operation....

8.8CVSS5.5AI score0.00372EPSS
SaveExploits0References3
CNNVD
CNNVD
added 2026/06/09 12:0 a.m.24 views

LimeSurvey SQL注入漏洞

LimeSurvey PHPSurveyor is a set of open-source online survey programs developed by the LimeSurvey team. It supports survey program development, survey questionnaire publishing, and data collection functions. LimeSurvey has a SQL injection vulnerability. This vulnerability arises from the...

8.8CVSS6.2AI score0.00358EPSS
SaveExploits0References1
CNNVD
CNNVD
added 2026/06/09 12:0 a.m.24 views

LimeSurvey 授权问题漏洞

LimeSurvey PHPSurveyor is a set of open-source online survey programs developed by the LimeSurvey team. It supports functions such as survey program development, survey questionnaire publishing, and data collection. LimeSurvey has an authorization issue vulnerability, which stems from the lack of...

8.8CVSS5.4AI score0.00372EPSS
SaveExploits0References1
Rows per page
Query Builder