Skip to content

fix: teamserver unauthenticated denial of service #547

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

h1wind
Copy link

@h1wind h1wind commented Feb 17, 2025

fix: teamserver unauthenticated denial of service

payloads

{
  "Head": {
    "Event":  0,
    "User":  "Neo",
    "Time":  "",
    "OneTime": "",
  },
  "Body": {
     "SubEvent": 0,
     "Info": null,
  },
}

payloads

{
  "Head": {
    "Event":   0,
    "User":    "Neo",
    "Time":    "",
    "OneTime": "",
  },
  "Body": {
     "SubEvent": 0,
     "Info":     nil,
  },
}
AnarchadiaMC added a commit to AnarchadiaMC/Havoc that referenced this pull request Mar 26, 2025
This commit includes security fixes from: PR HavocFramework#547: Fix teamserver unauthenticated denial of service, PR HavocFramework#545: Fix memory leaks when returned data is not used, PR HavocFramework#478: Fix misuse of logger function, PR HavocFramework#469: Fix typos in ObjectApi, PR HavocFramework#449: Add service specific payload name, PR HavocFramework#443: Various security improvements
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant