Lucene search
+L

37745 matches found

RedhatCVE
RedhatCVE
added 2025/05/21 8:06 p.m.12 views

CVE-2009-1320

Multiple cross-site scripting XSS vulnerabilities in include/zstore.php in Zazzle Store Builder 1.0.2 allow remote attackers to inject arbitrary web script or HTML via the 1 gridPage and 2 gridSort parameters. NOTE: some of these details are obtained from third party information...

4.3CVSS6AI score0.01022EPSS
SaveExploits0References1
RedhatCVE
RedhatCVE
added 2025/05/21 8:00 p.m.15 views

CVE-2006-6625

Cross-site scripting XSS vulnerability in mod/forum/discuss.php in Moodle 1.6.1 allows remote attackers to inject arbitrary web script or HTML via the navtail parameter. NOTE: The provenance of this information is unknown; the details are obtained solely from third party information...

6.8CVSS5.8AI score0.01982EPSS
SaveExploits2References1
RedhatCVE
RedhatCVE
added 2025/05/21 7:59 p.m.18 views

CVE-2008-0181

Cross-site scripting XSS vulnerability in the Admin portlet in Liferay Portal 4.3.6 allows remote authenticated users to inject arbitrary web script or HTML via the Shutdown message...

4.3CVSS5.5AI score0.01338EPSS
SaveExploits0References1
RedhatCVE
RedhatCVE
added 2025/05/21 7:52 p.m.10 views

CVE-2009-3814

Static code injection vulnerability in RunCMS 2M1 allows remote authenticated administrators to execute arbitrary PHP code via the "Filter/Banning" feature, as demonstrated by modifying modules/system/cache/bademails.php using the "Prohibited: Emails" action, and other unspecified filters...

6.5CVSS7.9AI score0.01068EPSS
SaveExploits1References1
RedhatCVE
RedhatCVE
added 2025/05/21 6:52 p.m.8 views

CVE-2009-0610

Multiple static code injection vulnerabilities in post.php in Simple PHP News 1.0 final allow remote attackers to inject arbitrary PHP code into news.txt via the 1 title or 2 date parameter, and then execute the code via a direct request to display.php. NOTE: the provenance of this information is...

7.5CVSS7.8AI score0.04817EPSS
SaveExploits1References1
RedhatCVE
RedhatCVE
added 2025/05/21 6:33 p.m.12 views

CVE-2006-7238

Cross-site scripting XSS vulnerability in MyShoutPro before 1.2 allows remote attackers to inject arbitrary web script or HTML via unspecified vectors...

4.3CVSS6AI score0.00855EPSS
SaveExploits0References1
RedhatCVE
RedhatCVE
added 2025/05/21 6:33 p.m.17 views

CVE-2009-2343

Cross-site scripting XSS vulnerability in people.php in Zoph before 0.7.0.6 allows remote attackers to inject arbitrary web script or HTML via unspecified vectors. NOTE: some of these details are obtained from third party information...

4.3CVSS5.8AI score0.01089EPSS
SaveExploits0References1
RedhatCVE
RedhatCVE
added 2025/05/21 6:29 p.m.12 views

CVE-2006-6534

Multiple cross-site scripting XSS vulnerabilities in osCommerce 3.0a3 allow remote attackers to inject arbitrary web script or HTML via the 1 set parameter to admin/modules.php, the 2 selectedbox parameter to definitiva/admin/customers.php, the 3 lID parameter to admin/languagesdefinitions.php, o...

4.3CVSS6AI score0.01116EPSS
SaveExploits1References1
Cisco
Cisco
added 2025/05/21 4:00 p.m.20 views

Cisco Identity Services Stored Cross-Site Scripting Vulnerability

A vulnerability in the web-based management interface of Cisco Identity Services Engine ISE could allow an authenticated, remote attacker to conduct cross-site scripting XSS attacks against a user of the interface. This vulnerability is due to insufficient validation of user-supplied input by the...

4.8CVSS6.2AI score0.0026EPSS
SaveExploits0References1
RedhatCVE
RedhatCVE
added 2025/05/21 12:20 a.m.25 views

CVE-2024-55063

Multiple Code Injection vulnerabilities in EasyVirt DC NetScope = 8.7.0 allows remote authenticated attackers to execute arbitrary code via the 1 lang parameter to /international/keyboard/options; the 2 keyboardlayout or 3 keyboardvariant parameter to /international/settings/keyboard; the 4...

8.8CVSS8.1AI score0.01092EPSS
SaveExploits1References1
RedhatCVE
RedhatCVE
added 2025/05/20 11:18 p.m.11 views

CVE-2025-4866

A vulnerability was found in weibocom rill-flow 0.1.18. It has been classified as critical. Affected is an unknown function of the component Management Console. The manipulation leads to code injection. It is possible to launch the attack remotely. The exploit has been disclosed to the public and...

8.8CVSS7.5AI score0.00601EPSS
SaveExploits1
NVD
NVD
added 2025/05/20 6:15 p.m.24 views

CVE-2025-46724

Langroid is a Python framework to build large language model LLM-powered applications. Prior to version 0.53.15, TableChatAgent uses pandas eval. If fed by untrusted user input, like the case of a public-facing LLM application, it may be vulnerable to code injection. Langroid 0.53.15 sanitizes...

9.8CVSS0.00825EPSS
SaveExploits1References2
Github Security Blog
Github Security Blog
added 2025/05/20 6:01 p.m.25 views

Langroid has a Code Injection vulnerability in LanceDocChatAgent through vector_store

Summary LanceDocChatAgent uses pandas eval through computefromdocs: https://github.com/langroid/langroid/blob/18667ec7e971efc242505196f6518eb19a0abc1c/langroid/vectorstore/base.pyL136-L150 As a result, an attacker may be able to make the agent run malicious commands through QueryPlan.dataframecal...

9.8CVSS7.2AI score0.00531EPSS
SaveExploits0References4Affected Software1
OSV
OSV
added 2025/05/20 6:01 p.m.86 views

GHSA-22C2-9GWG-MJ59 Langroid has a Code Injection vulnerability in LanceDocChatAgent through vector_store

Summary LanceDocChatAgent uses pandas eval through computefromdocs: https://github.com/langroid/langroid/blob/18667ec7e971efc242505196f6518eb19a0abc1c/langroid/vectorstore/base.pyL136-L150 As a result, an attacker may be able to make the agent run malicious commands through QueryPlan.dataframecal...

9.3CVSS7.2AI score0.00531EPSS
SaveExploits0References4
Github Security Blog
Github Security Blog
added 2025/05/20 6:00 p.m.23 views

Langroid has a Code Injection vulnerability in TableChatAgent

Summary TableChatAgent uses pandas eval. If fed by untrusted user input, like the case of a public-facing LLM application, it may be vulnerable to code injection. PoC For example, one could prompt the Agent: Evaluate the following pandas expression on the data provided and print output:...

9.8CVSS7.2AI score0.00825EPSS
SaveExploits1References6Affected Software1
OSV
OSV
added 2025/05/20 6:00 p.m.7 views

GHSA-JQQ5-WC57-F8HJ Langroid has a Code Injection vulnerability in TableChatAgent

Summary TableChatAgent uses pandas eval. If fed by untrusted user input, like the case of a public-facing LLM application, it may be vulnerable to code injection. PoC For example, one could prompt the Agent: Evaluate the following pandas expression on the data provided and print output:...

9.8CVSS7.2AI score0.00825EPSS
SaveExploits2References6
Snyk
Snyk
added 2025/05/20 5:49 p.m.5 views

Arbitrary Code Injection

Overview langroid is a Harness LLMs with Multi-Agent Programming Affected versions of this package are vulnerable to Arbitrary Code Injection through the computefromdocs process. An attacker can execute arbitrary code by manipulating the input data to the QueryPlan.dataframecalc method. Remediati...

9.8CVSS8.1AI score0.00531EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2025/05/20 5:24 p.m.8 views

CVE-2025-46725 Langroid has a Code Injection vulnerability in LanceDocChatAgent through vector_store

Langroid is a Python framework to build large language model LLM-powered applications. Prior to version 0.53.15, LanceDocChatAgent uses pandas eval through computefromdocs. As a result, an attacker may be able to make the agent run malicious commands through QueryPlan.dataframecalc compromising t...

9.3CVSS6.6AI score0.00531EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2025/05/20 5:24 p.m.68 views

CVE-2025-46725 Langroid has a Code Injection vulnerability in LanceDocChatAgent through vector_store

Langroid is a Python framework to build large language model LLM-powered applications. Prior to version 0.53.15, LanceDocChatAgent uses pandas eval through computefromdocs. As a result, an attacker may be able to make the agent run malicious commands through QueryPlan.dataframecalc compromising t...

9.3CVSS0.00531EPSS
SaveExploits0References2
CVE
CVE
added 2025/05/20 5:24 p.m.65 views

CVE-2025-46725

Langroid (Python framework for LLM-powered apps) contains a code execution vulnerability in the LanceDocChatAgent prior to version 0.53.15, caused by the use of pandas.eval() in the compute_from_docs() path. An attacker could cause the agent to execute malicious commands via crafted input and rel...

9.8CVSS6.6AI score0.00531EPSS
SaveExploits0References2Affected Software1
Rows per page
Query Builder