LOWCVE-2026-1161CVSS 3.5

pbrong hrms भर्ती के लिए recruitment.go UpdateRecruitmentById क्रॉस साइट स्क्रिप्टिंग

प्लेटफ़ॉर्म

go

में ठीक किया गया

1.0.2

AI Confidence: highNVDEPSS 0.0%समीक्षित: मई 2026
आपकी भाषा में अनुवाद हो रहा है…

CVE-2026-1161 describes a cross-site scripting (XSS) vulnerability discovered in pbrong hrms version 1.0.1. This flaw allows remote attackers to inject malicious scripts, potentially compromising user sessions and data integrity. The vulnerability resides within the UpdateRecruitmentById function of the /handler/recruitment.go file. A patch is available to address this issue.

Go

इस CVE को अपने प्रोजेक्ट में पहचानें

अपनी go.mod फ़ाइल अपलोड करें और तुरंत जानें कि आप प्रभावित हैं या नहीं।

प्रभाव और हमले की स्थितियाँअनुवाद हो रहा है…

Successful exploitation of CVE-2026-1161 enables an attacker to inject arbitrary JavaScript code into the pbrong hrms application. This can lead to various malicious outcomes, including session hijacking, phishing attacks, and defacement of the application's user interface. An attacker could potentially steal sensitive user data, such as login credentials or personal information. The remote nature of the vulnerability means that attackers do not need to be on the same network as the application server to exploit it, significantly expanding the potential attack surface.

शोषण संदर्भअनुवाद हो रहा है…

CVE-2026-1161 is a publicly disclosed vulnerability with a confirmed proof-of-concept available. The vulnerability was published on 2026-01-19. The CVSS score is LOW (3.5), suggesting that while exploitable, the attack requires specific conditions or user interaction. There is no indication of active exploitation campaigns or inclusion in the CISA KEV catalog at this time.

कौन जोखिम में हैअनुवाद हो रहा है…

Organizations utilizing pbrong hrms version 1.0.1, particularly those with publicly accessible instances or those handling sensitive user data, are at risk. Shared hosting environments where multiple users share the same instance of pbrong hrms are also at increased risk, as a compromise of one user's account could potentially impact others.

पहचान के चरणअनुवाद हो रहा है…

• linux / server: Examine the /handler/recruitment.go file for instances of unsanitized user input being used in output. Use grep to search for patterns like <script or onerror=.

grep -r '<script' /path/to/pbrong/hrms/handler/recruitment.go

• generic web: Monitor access logs for unusual requests targeting the /handler/recruitment endpoint with potentially malicious parameters. Look for POST requests with suspicious data.

curl -X POST -d 'param=<script>alert("XSS")</script>' http://your-hrms-server/handler/recruitment

हमले की समयरेखा

  1. Disclosure

    disclosure

खतरा खुफिया

एक्सप्लॉइट स्थिति

प्रूफ ऑफ कॉन्सेप्टअज्ञात
CISA KEVNO
इंटरनेट एक्सपोज़रउच्च
NextGuard10–15% अभी भी असुरक्षित

EPSS

0.03% (10% शतमक)

CISA SSVC

शोषणpoc
स्वचालनीयno
तकनीकी प्रभावpartial

CVSS वेक्टर

खतरा इंटेलिजेंस· CVSS 3.1CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:N/I:L/A:N/E:P/RL:X/RC:R3.5LOWAttack VectorNetworkहमलावर लक्ष्य तक कैसे पहुंचता हैAttack ComplexityLowशोषण के लिए आवश्यक शर्तेंPrivileges RequiredLowहमले के लिए प्रमाणीकरण स्तरUser InteractionRequiredक्या पीड़ित को कार्रवाई करनी होगीScopeUnchangedघटक से परे प्रभावConfidentialityNoneसंवेदनशील डेटा उजागर होने का जोखिमIntegrityLowअनधिकृत डेटा संशोधन का जोखिमAvailabilityNoneसेवा बाधा का जोखिमnextguardhq.com · CVSS v3.1 आधार स्कोर
इन मेट्रिक्स का क्या मतलब है?
Attack Vector
नेटवर्क — इंटरनेट के माध्यम से दूरस्थ रूप से शोषण योग्य। कोई भौतिक या स्थानीय पहुंच आवश्यक नहीं।
Attack Complexity
निम्न — कोई विशेष शर्त नहीं। विश्वसनीय रूप से शोषण योग्य।
Privileges Required
निम्न — कोई भी वैध उपयोगकर्ता खाता पर्याप्त है।
User Interaction
आवश्यक — पीड़ित को फ़ाइल खोलनी, लिंक पर क्लिक करना या पेज पर जाना होगा।
Scope
अपरिवर्तित — प्रभाव केवल कमज़ोर घटक तक सीमित।
Confidentiality
कोई नहीं — गोपनीयता पर कोई प्रभाव नहीं।
Integrity
निम्न — हमलावर सीमित दायरे में कुछ डेटा बदल सकता है।
Availability
कोई नहीं — उपलब्धता पर कोई प्रभाव नहीं।

प्रभावित सॉफ्टवेयर

विक्रेताpbrong
प्रभावित श्रेणीमें ठीक किया गया
1.0.1 – 1.0.11.0.2

कमजोरी वर्गीकरण (CWE)

समयरेखा

  1. आरक्षित
  2. प्रकाशित
  3. संशोधित
  4. EPSS अद्यतन
बिना पैच — प्रकाशन से 125 दिन

शमन और वर्कअराउंडअनुवाद हो रहा है…

The primary mitigation for CVE-2026-1161 is to upgrade to a patched version of pbrong hrms. Since a specific fixed version isn't provided, it's crucial to monitor the vendor's official channels for updates. As a temporary workaround, consider implementing strict input validation and output encoding on user-supplied data within the /handler/recruitment.go file. Web application firewalls (WAFs) configured to detect and block XSS payloads can also provide an additional layer of defense. After upgrading, confirm the vulnerability is resolved by attempting to inject a simple script through the UpdateRecruitmentById function and verifying that it is properly sanitized.

कैसे ठीक करें

एक पैच किए गए संस्करण में अपडेट करें या दुर्भावनापूर्ण कोड इंजेक्शन को रोकने के लिए इनपुट सैनिटाइजेशन उपाय लागू करें। वेब पेज पर रेंडर करने से पहले उपयोगकर्ता इनपुट को मान्य और एस्केप करें। XSS हमलों को कम करने के लिए एक सुरक्षा फ्रेमवर्क का उपयोग करने पर विचार करें।

CVE सुरक्षा न्यूज़लेटर

भेद्यता विश्लेषण और गंभीर अलर्ट सीधे आपके ईमेल में।

अक्सर पूछे जाने वाले सवालअनुवाद हो रहा है…

What is CVE-2026-1161 — XSS in pbrong hrms?

CVE-2026-1161 is a cross-site scripting (XSS) vulnerability affecting pbrong hrms version 1.0.1, allowing remote attackers to inject malicious scripts.

Am I affected by CVE-2026-1161 in pbrong hrms?

If you are running pbrong hrms version 1.0.1, you are potentially affected by this vulnerability. Monitor vendor advisories for a patch.

How do I fix CVE-2026-1161 in pbrong hrms?

Upgrade to a patched version of pbrong hrms. Until a patch is available, implement input validation and output encoding as a temporary workaround.

Is CVE-2026-1161 being actively exploited?

While a proof-of-concept is public, there is currently no confirmed evidence of active exploitation campaigns.

Where can I find the official pbrong hrms advisory for CVE-2026-1161?

Refer to the pbrong hrms official website or GitHub repository for the latest security advisories and updates.

क्या आपका प्रोजेक्ट प्रभावित है?

अपनी डिपेंडेंसी फ़ाइल अपलोड करें और तुरंत जानें कि यह CVE और अन्य आपको प्रभावित करती हैं या नहीं।