<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:webfeeds="http://webfeeds.org/rss/1.0"><channel><title>PmTicket - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/vendors/pmticket/</link><description>Trending threats, MITRE ATT&amp;CK coverage, and detection metadata. Fed continuously.</description><generator>Hugo</generator><language>en</language><managingEditor>hello@craftedsignal.io</managingEditor><webMaster>hello@craftedsignal.io</webMaster><lastBuildDate>Thu, 24 Sep 2026 00:45:37 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/vendors/pmticket/feed.xml" rel="self" type="application/rss+xml"/><image><url>https://feed.craftedsignal.io/favicon-32x32.png</url><title>CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/</link><width>32</width><height>32</height></image><webfeeds:icon>https://feed.craftedsignal.io/favicon.svg</webfeeds:icon><item><title>SQL Injection in pmTicket Project-Management-Software</title><link>https://feed.craftedsignal.io/briefs/2026-09-pmticket-sql-injection/</link><pubDate>Thu, 24 Sep 2026 00:45:37 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-09-pmticket-sql-injection/</guid><description>An unauthenticated remote SQL injection vulnerability in pmTicket Project-Management-Software allows attackers to execute arbitrary SQL commands via the 'conn_settings' parameter in /ajax/add_project.php.</description><content:encoded><![CDATA[<p>A SQL injection vulnerability exists in the pmTicket Project-Management-Software, specifically affecting the 'setSync' function within the '/ajax/add_project.php' file. The vulnerability arises from improper sanitization of the 'conn_settings' input argument, allowing remote, unauthenticated attackers to inject and execute arbitrary SQL commands. This flaw affects all versions of the software up to commit hash 078fa56a782490c5059a0814f84df27984f4d7e2. As the software follows a rolling release model, there are no specific version numbers to track; users are advised to verify their current build against the latest available repository state. The vendor has remained unresponsive to disclosure attempts, necessitating proactive defensive measures by administrators hosting this application.</p>
<h2 id="impact">Impact</h2>
<p>Successful exploitation of this vulnerability allows an unauthenticated remote attacker to gain unauthorized access to the underlying database. This can lead to the exfiltration of project-related sensitive data, manipulation of internal application state, or potential full administrative control over the application backend, depending on database permissions.</p>
<h2 id="recommendation">Recommendation</h2>
<ol>
<li>Deploy a Web Application Firewall (WAF) or equivalent monitoring solution to inspect and block HTTP requests to /ajax/add_project.php containing SQL injection payloads in the 'conn_settings' parameter.</li>
<li>Implement strict input validation and parameterization for all SQL queries within the application codebase.</li>
<li>Conduct an audit of the current application build against the latest commit hash in the upstream repository to ensure the patch is applied.</li>
<li>Ensure the database user account utilized by the pmTicket application is restricted to the minimum necessary privileges (Principle of Least Privilege) to minimize the impact of potential SQL injection exploitation.</li>
</ol>
]]></content:encoded><category domain="severity">high</category><category domain="type">advisory</category><category>web-vulnerability</category><category>sqli</category><category>vulnerability</category></item></channel></rss>