• XSS.stack #1 – первый литературный журнал от юзеров форума

find vulnerabilities on the next.js?

Пожалуйста, обратите внимание, что пользователь заблокирован
Umh, i think you need to find where some data can be stored and comes from user's input.
(Cookies, URIs, forms and etc).
Usually JS librearies (if not under node js) only have DOM based XSSs.
Nowadays is really hard to find reflected / stored XSS in such libraries (like jQuery and friends), as they're up to date and there is a community updating / fixing it.
So TL;DR:
Most of those libraries can have DOM based XSS due to improper handling (not enough sanitizing / input handling), improper escapes, improper usage of vulnerable functions, unsafe calls and unsafe code usage and so more..
Classic reflected XSS can be found if the library is used in an unsafe manner, but that's due to developer's improper security knowledge , other than that, most vulns are DOM based.
Please correct me if i'm wrong.
 
Try burp suite (auto) for scanning
Burp does not have the power to detect such vulnerabilities😄

Umh, i think you need to find where some data can be stored and comes from user's input.
(Cookies, URIs, forms and etc).
Usually JS librearies (if not under node js) only have DOM based XSSs.
Nowadays is really hard to find reflected / stored XSS in such libraries (like jQuery and friends), as they're up to date and there is a community updating / fixing it.
So TL;DR:
Most of those libraries can have DOM based XSS due to improper handling (not enough sanitizing / input handling), improper escapes, improper usage of vulnerable functions, unsafe calls and unsafe code usage and so more..
Classic reflected XSS can be found if the library is used in an unsafe manner, but that's due to developer's improper security knowledge , other than that, most vulns are DOM based.
Please correct me if i'm wrong.
All entries are reviewed:(
I searched a lot to find a bug.🥵
What other vulnerabilities can I find on it?
Can RCE be found?
 
Burp does not have the power to detect such vulnerabilities😄


All entries are reviewed:(
I searched a lot to find a bug.🥵
What other vulnerabilities can I find on it?
Can RCE be found?
I think no one can answer your question without knowing functionality of tested website (maybe you can provide some details). Regarding Next.js, identify library version and search for vulnerabilities specific to the version.
 
I think no one can answer your question without knowing functionality
As xanterq says, you haven't provided the level of detail nessisary for anyone to help you. You have to actually learn yourself how to look for vulnerabilities, which takes a lot of hard work. You shouldn't expext someone to be able to help with this kind of question.
 


Напишите ответ...
  • Вставить:
Прикрепить файлы
Верх