Skip to main content

Responsible Disclosure Policy

Last updated: May 31, 2026

Document owner: Chief Information Security Officer (CISO)
Policy steward: Security Engineering
Review cadence: Quarterly and after material architecture changes
Effective date: 2026-05-31
Applies to: EthicPages production systems, services, and managed infrastructure
Primary contact: ethicpages+contact@invictosoft.com (subject: Responsible Disclosure)

Purpose and commitment

EthicPages welcomes good-faith security research that helps us protect customers, users, partners, and the public. This Responsible Disclosure Policy explains how to report potential vulnerabilities, what legal safe harbor we provide when research is conducted responsibly, how quickly we respond based on severity, and how coordinated disclosure is handled to avoid unnecessary risk.

Security and trust are core operating requirements for EthicPages. We publish this policy to make expectations transparent, reduce uncertainty for researchers, and ensure all parties can collaborate in a consistent and ethical way. This policy is aligned with our Security Overview, Privacy Policy, Data Processing Agreement, and Terms of Service.

We encourage reports that are specific, reproducible, and technically clear. We commit to acknowledging valid submissions, treating researchers respectfully, and providing progress updates throughout the investigation lifecycle.

Scope

The systems in scope are those owned, operated, or directly managed by EthicPages. We focus on vulnerabilities that materially affect confidentiality, integrity, or availability.

In-scope asset categoryExamplesTypical valid findings
Web applicationethicpages.com, app routes, account and billing flowsAuth bypass, IDOR, privilege escalation, CSRF, XSS, sensitive data exposure
APIs and backend servicesPublic and authenticated API endpointsBroken access control, injection, mass assignment, auth token leakage
Customer workspace boundariesMulti-tenant isolation controls and access pathsTenant data separation failures, cross-tenant access
Authentication and session managementLogin, logout, password reset, session lifecycleSession fixation, token reuse, insecure reset workflows
Hosted Trust Center pagesPublic customer trust pages managed by EthicPagesUnauthorized editing paths, admin workflow bypass, cached data leaks
Core integrationsPayment, email, and infrastructure integrations under our controlMisconfigured webhook validation, replay handling defects, unsafe callback handling

Explicitly out of scope

The following are out of scope for this policy because they are low-risk, not actionable, require unrealistic assumptions, or are owned by third parties.

Out-of-scope categoryExamples
Social engineering or phishingAttacks against employees, customers, or partners without a software vulnerability
Denial-of-service testingVolumetric traffic floods, intentional service degradation, load attacks
Physical securityOffice access controls, hardware theft scenarios
Third-party vendor vulnerabilitiesIssues that exist solely in vendor infrastructure with no EthicPages misconfiguration
Clickjacking on non-sensitive pagesPages with no authenticated action or security impact
Rate-limit observations without impactClaims lacking abuse scenario, data impact, or privilege gain
Self-XSS requiring browser console useAny issue requiring user to paste payload in developer tools
Best-practice suggestions without exploitabilityMissing headers or informational findings with no practical risk

If your report touches a mixed case (partly in scope, partly out of scope), include all evidence; we will separate and evaluate each component.

Good-faith safe harbor

We provide safe harbor for researchers who act in good faith, follow this policy, and avoid user harm. We define good faith as security testing aimed solely at identifying vulnerabilities and helping EthicPages remediate risk.

EthicPages will not initiate legal action against researchers for accidental, non-disruptive violations of our terms that occur during authorized good-faith testing under this policy, provided the researcher:

  1. Avoids privacy violations, destructive behavior, or service disruption.
  2. Stops testing and reports promptly once sensitive data exposure is observed.
  3. Does not access, modify, delete, or retain data beyond what is strictly necessary to prove vulnerability existence.
  4. Does not publicly disclose details before coordinated disclosure timelines are met.
  5. Does not use automated or manual testing methods that materially degrade service reliability.
  6. Does not attempt extortion or conditional disclosure.

This safe harbor does not apply to unlawful activity, intentional disruption, threats, privacy abuse, or attempts to monetize access to affected systems or data.

Reporting process

Please send reports to ethicpages+contact@invictosoft.com with clear technical evidence and reproducibility details.

Required report elementWhat to include
Title and summaryOne-paragraph risk summary in plain language
Affected asset(s)URL, endpoint, environment, and account role assumptions
Vulnerability typeOWASP-style category if known
Reproduction stepsNumbered steps from clean state to exploit outcome
Proof of conceptMinimal payload, request/response snippets, and screenshots if useful
Impact analysisRealistic attacker outcome (data exposure, privilege gain, integrity loss)
Suggested remediation (optional)Concrete mitigation ideas, if available
Disclosure historyWhether issue was reported elsewhere or publicly referenced

Reports that contain enough detail to reproduce quickly move faster through triage and remediation.

PGP encryption (optional)

If your report includes sensitive evidence, you may request a PGP public key via ethicpages+contact@invictosoft.com and encrypt your submission. PGP is optional; standard email is accepted for most reports. If we identify unusually sensitive material in unencrypted submissions, we may ask to move follow-up details to encrypted channels.

Triage and severity model

EthicPages uses a risk-based model informed by CVSS-style factors, exploitability, business context, and potential customer impact.

SeverityTypical impact profileInitial response SLATarget remediation window
CriticalUnauthenticated remote compromise, active data exfiltration path, cross-tenant compromise24 hours72 hours for immediate mitigations; permanent fix as soon as safely deployable
HighSignificant auth bypass, sensitive data exposure with realistic exploit path1 business day7 calendar days
MediumPrivilege or integrity impact requiring constraints, limited data exposure3 business days30 calendar days
LowLimited practical impact, high attack complexity, or constrained abuse path5 business daysNext planned security release cycle
InformationalObservation with no exploitable risk10 business daysBest-effort, no fixed SLA

SLA clocks begin when a complete, reproducible report is received. For incomplete reports, we respond with clarification requests and begin formal SLA tracking once necessary details are provided.

Response lifecycle

Our coordinated response lifecycle is designed to keep researchers informed while minimizing risk to customers.

StageEthicPages commitmentResearcher expectation
AcknowledgmentConfirm receipt and open tracking recordProvide contact method and report ID references
ValidationReproduce issue, assess scope, assign severityAnswer clarifying questions promptly
ContainmentApply interim controls for high-impact findingsAvoid further probing unless requested
RemediationDesign, review, and deploy permanent fixRe-test if invited, confirm closure evidence
CommunicationShare closure status and disclosure timelineRespect coordinated disclosure dates

For Critical and High findings, we may implement temporary mitigations immediately, including endpoint restrictions, configuration hardening, or feature gating while a full fix is validated.

Coordinated disclosure and publication

EthicPages supports coordinated disclosure. We ask researchers not to publish technical details until:

  1. We confirm remediation is deployed, or
  2. A mutually agreed disclosure date is reached.

Standard disclosure target is 90 days from report acknowledgment for complex vulnerabilities; shorter timelines are common for straightforward fixes. For critical vulnerabilities with active exploitation indicators, disclosure timing may be adjusted to prioritize user protection and incident response obligations.

If publication occurs, we request that details be accurate, avoid exposing customer data, and include remediation status. When appropriate, EthicPages may publish an advisory and credit the researcher.

Recognition and acknowledgments

We value meaningful contributions and may publicly acknowledge researchers who submit valid reports, subject to researcher preference and legal constraints.

Recognition typeEligibilityNotes
Hall of ThanksValid vulnerability with clear report qualityName/handle published only with consent
Private appreciationAny valid report where public listing is declinedDirect thank-you and closure notes
Coordinated advisory mentionHigh-impact findings remediated and disclosedTechnical details and timelines may be summarized

EthicPages does not currently operate a guaranteed monetary bug bounty program under this policy. If incentives are available in the future, terms will be published separately.

Testing guidelines and ethical boundaries

To keep customers safe, we require conservative testing methods:

  • Use only accounts and data you own or are authorized to test.
  • Keep proof-of-concept scope minimal and non-destructive.
  • Avoid persistent access, backdoors, and privileged footholds.
  • Do not alter or delete customer data.
  • Do not attempt lateral movement across tenant boundaries after confirming vulnerability existence.
  • Stop immediately and notify us if you discover unexpected sensitive data.

Violations of these boundaries may result in safe harbor revocation and legal escalation.

Duplicate reports and prior knowledge

EthicPages evaluates reports in order of receipt with attention to technical quality and exploit specificity.

ScenarioHandling approach
Exact duplicateFirst complete valid report receives primary acknowledgment; later duplicates are tracked as corroborating signals
Related but distinct variantNew variant may receive separate validation and recognition
Known issue in remediationReporter is informed issue is already being addressed; additional exploit details may still improve priority

Third-party dependencies

If an issue originates in a third-party library, platform, or provider:

  1. We assess whether EthicPages configuration or implementation increases risk.
  2. We apply compensating controls where possible.
  3. We coordinate with the vendor under responsible disclosure norms.

Please avoid direct publication of zero-day vendor findings through EthicPages channels unless coordination is already underway.

Legal and policy cross-links

This policy should be read with:

Contact and escalation

Inquiry typeContact channelExpected first reply
New vulnerability reportethicpages+contact@invictosoft.com (subject: Responsible Disclosure)Within SLA by severity
Status request for open reportSame email with prior reference ID2 business days
Urgent active exploitation concernSame email, prefix subject with "URGENT"As fast as practical, target same business day
Policy clarificationSame email (subject: Disclosure Policy)5 business days

Policy updates

We may revise this policy to reflect changes in system architecture, legal requirements, or security operations maturity. Material updates will be reflected in the "Last updated" field and linked from our legal index.

By reporting under this policy, you acknowledge that ethical testing, user safety, and coordinated remediation are non-negotiable requirements. EthicPages is committed to partnering with the security research community in a transparent, respectful, and impact-focused manner.

Template for operational transparency; not legal advice. Consult qualified counsel for your jurisdiction.