Skip to content
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

Getting consistent 503 Server Error: Service Unavailable #51

Open
johnlabuyfoy1024 opened this issue Nov 23, 2024 · 4 comments
Open

Getting consistent 503 Server Error: Service Unavailable #51

johnlabuyfoy1024 opened this issue Nov 23, 2024 · 4 comments
Assignees
Labels
bug Something isn't working

Comments

@johnlabuyfoy1024
Copy link

FYI. Since November 21, 2024 - I've been receiving the following error message:

https://services.nvd.nist.gov/rest/json/cves/2.0?cveId=CVE-2014-2120

            Traceback (most recent call last):
                  File "/home/johnf/Scripts/./nist-kev-fix.py", line 135, in <module>
                       r = nvdlib.searchCVE(cveId=find_cve,key='aXYZ',verbose=True,timeout=180)
                  File "/home/johnf/.pyenv/versions/run-vs/lib/python3.10/site-packages/nvdlib/cve.py", line 158, in searchCVE
                       raw = __get('cve', headers, parameters, limit, verbose, delay, timeout)
                   File "/home/johnf/.pyenv/versions/run-vs/lib/python3.10/site-packages/nvdlib/get.py", line 28, in __get
                       raw.raise_for_status()
                   File "/home/johnf/.pyenv/versions/run-vs/lib/python3.10/site-packages/requests/models.py", line 1024, in raise_for_status
                       raise HTTPError(http_error_msg, response=self)
                requests.exceptions.HTTPError: 503 Server Error: Service Unavailable for url: https://services.nvd.nist.gov/rest/json/cves/2.0?cveId=CVE-2014-2120

Has anyone else been receiving this error message?

@vehemont
Copy link
Owner

vehemont commented Nov 23, 2024

Hi,

I am receiving the same error. Looks like the NVD API is having an issue at the moment. Lets keep this issue open until we can confirm its been resolved. I recommend emailing the NVD team and letting them know the issue is occurring.

@johnlabuyfoy1024
Copy link
Author

johnlabuyfoy1024 commented Nov 23, 2024 via email

@vehemont vehemont added the bug Something isn't working label Nov 23, 2024
@vehemont vehemont self-assigned this Nov 23, 2024
@vehemont vehemont pinned this issue Nov 23, 2024
@gavinma86
Copy link

same error

@lucasjkr
Copy link

Been having this same issue lately. I did realize, could be a coincidence but I had just taken the time to upgrade my Mac from MacOS 14 to 15, and around that point is when I started getting issues.

I noticed a lot of my errors were tied into SSL libraries, and so have test pulling down CVE's without encryption. It's not perfect, it's probably getting 90% of the pages, and 10% are failures. But it's a heck of a lot better that anything else I'd tried over the last week. I'll obviously have to redownload once I can do so with TLS.SSL

But just wanted to share my observation. I also sent an email the NVD team at NIST

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants